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