Example #1
0
 def varsizeAllocToken(A):
     return tuple(map(conv, RPPCGenOp.varsizeAllocToken(A)))
Example #2
0
 def arrayToken(A):
     return tuple(map(conv, RPPCGenOp.arrayToken(A)))
Example #3
0
 def allocToken(T):
     return conv(RPPCGenOp.allocToken(T))
Example #4
0
 def fieldToken(T, name):
     return tuple(map(conv, RPPCGenOp.fieldToken(T, name)))