Searched refs:CFuncTypeArg (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptimize.py225 PyrexTypes.CFuncTypeArg("s", Builtin.bytes_type, None)
230 PyrexTypes.CFuncTypeArg("s", Builtin.bytes_type, None)
273 PyrexTypes.CFuncTypeArg("kind", PyrexTypes.c_int_type, None),
274 PyrexTypes.CFuncTypeArg("data", PyrexTypes.c_void_ptr_type, None),
275 PyrexTypes.CFuncTypeArg("index", PyrexTypes.c_py_ssize_t_type, None)
280 PyrexTypes.CFuncTypeArg("s", PyrexTypes.py_object_type, None),
281 PyrexTypes.CFuncTypeArg("length", PyrexTypes.c_py_ssize_t_ptr_type, None),
282 PyrexTypes.CFuncTypeArg("data", PyrexTypes.c_void_ptr_ptr_type, None),
283 PyrexTypes.CFuncTypeArg("kind", PyrexTypes.c_int_ptr_type, None)
797 PyrexTypes.CFuncTypeArg("dic
[all...]
H A DCythonScope.py86 CFuncType(c_bint_type, [CFuncTypeArg("o", py_object_type, None),
87 CFuncTypeArg("t", c_ptr_type(type_object_type), None)]),
H A DBuiltin.py85 self_arg = PyrexTypes.CFuncTypeArg("", self_type, None)
103 PyrexTypes.CFuncTypeArg("arg", PyrexTypes.c_int_type, None)
110 PyrexTypes.CFuncTypeArg("arg", PyrexTypes.c_long_type, None)
117 PyrexTypes.CFuncTypeArg("arg", PyrexTypes.c_longlong_type, None)
H A DTypeSlots.py129 assert isinstance(self_arg_override, PyrexTypes.CFuncTypeArg)
133 args.append(PyrexTypes.CFuncTypeArg("", arg_type, None))
H A DPyrexTypes.py612 CFuncType(self, [CFuncTypeArg("memviewslice", self, None)]),
631 args=[CFuncTypeArg("memviewslice", self, None)],
1379 CFuncType(self, [CFuncTypeArg("self", self, None)], nogil=True),
1750 CFuncType(self, [CFuncTypeArg("self", self, None)], nogil=True),
2315 # args [CFuncTypeArg]
2760 class CFuncTypeArg(BaseType): class in inherits:BaseType
2791 return CFuncTypeArg(self.name, self.type.specialize(values), self.pos, self.cname)
H A DSymtab.py1697 [PyrexTypes.CFuncTypeArg("", py_object_type, None)], 0, 0))
H A DNodes.py642 PyrexTypes.CFuncTypeArg(name, type, arg_node.pos))
2507 cfunc_args.append(PyrexTypes.CFuncTypeArg(name = name_declarator.name,
H A DExprNodes.py2247 PyrexTypes.CFuncTypeArg("it", PyrexTypes.py_object_type, None),
5904 PyrexTypes.CFuncTypeArg("it", PyrexTypes.py_object_type, None),
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestSignatureMatching.py5 from Cython.Compiler.PyrexTypes import CFuncTypeArg namespace
9 [ CFuncTypeArg("name", arg_type, None) for arg_type in arg_types ])

Completed in 632 milliseconds