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