Exemple #1
0
 def varsizeAllocToken(A):
     return conv(RI386GenOp.varsizeAllocToken(A))
Exemple #2
0
 def arrayToken(A):
     return conv(RI386GenOp.arrayToken(A))
Exemple #3
0
 def allocToken(T):
     return conv(RI386GenOp.allocToken(T))
Exemple #4
0
 def fieldToken(T, name):
     return conv(RI386GenOp.fieldToken(T, name))
 def varsizeAllocToken(A):
     return conv(RI386GenOp.varsizeAllocToken(A))
 def allocToken(T):
     return conv(RI386GenOp.allocToken(T))
 def arrayToken(A):
     return conv(RI386GenOp.arrayToken(A))
 def fieldToken(T, name):
     return conv(RI386GenOp.fieldToken(T, name))