Example #1
0
 def varsizeAllocToken(A):
     return conv(RI386GenOp.varsizeAllocToken(A))
Example #2
0
 def arrayToken(A):
     return conv(RI386GenOp.arrayToken(A))
Example #3
0
 def allocToken(T):
     return conv(RI386GenOp.allocToken(T))
Example #4
0
 def fieldToken(T, name):
     return conv(RI386GenOp.fieldToken(T, name))
Example #5
0
 def varsizeAllocToken(A):
     return conv(RI386GenOp.varsizeAllocToken(A))
Example #6
0
 def allocToken(T):
     return conv(RI386GenOp.allocToken(T))
Example #7
0
 def arrayToken(A):
     return conv(RI386GenOp.arrayToken(A))
Example #8
0
 def fieldToken(T, name):
     return conv(RI386GenOp.fieldToken(T, name))