Home
last modified time | relevance | path

Searched refs:is_cdef (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py606 api = 0, in_pxd = 0, is_cdef = 0): argument
1150 api = 0, in_pxd = 0, is_cdef = 0): argument
1157 if not is_cdef:
1192 api=api, in_pxd=in_pxd, is_cdef=is_cdef)
1193 if is_cdef:
1505 api = 0, in_pxd = 0, is_cdef = 0): argument
1511 api=api, in_pxd=in_pxd, is_cdef=is_cdef)
1586 api = 0, in_pxd = 0, is_cdef = True): argument
1642 api = 0, in_pxd = 0, is_cdef = 0, argument
1724 api = 0, in_pxd = 0, is_cdef = 0): argument
[all …]
DBuiltin.py383 pos=None, cname='(!Py_OptimizeFlag)', is_cdef=True)
DPyrexTypes.py564 cname='data', is_cdef=1)
579 is_cdef=1)
587 is_cdef=1)
595 is_cdef=1)
1746 scope.declare_var("real", self.real_type, None, cname="real", is_cdef=True)
1747 scope.declare_var("imag", self.real_type, None, cname="imag", is_cdef=True)
DNodes.py1262 api=self.api, is_cdef=1)
1761 is_cdef = isinstance(self, CFuncDefNode)
1772 elif (is_cdef and entry.type.is_memoryviewslice and
1927 (not is_cdef or len(entry.cf_assignments) > 1)):
4473 env.declare_var(var.value, type, var.pos, is_cdef = True)
4563 env.declare_var(var, type, pos, is_cdef = True)
DParseTreeTransforms.py2343 is_cdef=True)
2350 is_cdef=True)
DCode.py2235 self.klass.declare_var(pos=None, name=cname, cname=cname, type=type, is_cdef=True)