/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/ |
TestSignatureMatching.py | 8 return pt.CFuncType(pt.c_int_type, 27 cfunctype(pt.CReferenceType(pt.c_int_type)), 33 self.assertMatches(function_types[0], [pt.c_int_type], functions) 40 pt.CReferenceType(pt.c_int_type), pt.CReferenceType(pt.c_long_type)), 46 self.assertMatches(function_types[0], [pt.c_int_type, pt.c_long_type], functions) 48 self.assertMatches(function_types[1], [pt.c_long_type, pt.c_int_type], functions) 64 cfunctype(pt.CReferenceType(classes[0]), pt.c_int_type), 66 cfunctype(pt.CReferenceType(classes[1]), pt.c_int_type), 71 self.assertMatches(function_types[0], [classes[0], pt.c_int_type], functions) 73 self.assertMatches(function_types[2], [classes[1], pt.c_int_type], functions [all...] |
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
Builtin.py | 103 PyrexTypes.CFuncTypeArg("arg", PyrexTypes.c_int_type, None) 328 ("ndim", PyrexTypes.c_int_type),
|
Optimize.py | 273 PyrexTypes.CFuncTypeArg("kind", PyrexTypes.c_int_type, None), 279 PyrexTypes.c_int_type, [ 324 kind_temp = UtilNodes.TempHandle(PyrexTypes.c_int_type) 495 type=PyrexTypes.c_int_type), 498 type=PyrexTypes.c_int_type), 511 type=PyrexTypes.c_int_type), 732 temp = UtilNodes.TempHandle(PyrexTypes.c_int_type) [all...] |
Buffer.py | 375 retcode_cname = code.funcstate.allocate_temp(PyrexTypes.c_int_type, manage_ref=False) 438 tmp_cname = code.funcstate.allocate_temp(PyrexTypes.c_int_type, manage_ref=False)
|
PyrexTypes.py | 3360 c_int_type = CIntType(2) variable [all...] |
MemoryView.py | 306 PyrexTypes.c_int_type, False) [all...] |
TypeSlots.py | 53 'i': PyrexTypes.c_int_type, [all...] |
Nodes.py | 727 scope.declare_var(arg_count_member, PyrexTypes.c_int_type, self.pos) [all...] |
ExprNodes.py | [all...] |
ModuleNode.py | 646 PyrexTypes.c_int_type.create_from_py_utility_code(env) [all...] |