Searched refs:put_xdecref (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | UtilNodes.py | 57 code.put_xdecref(self.result(), self.ctype())
|
D | Nodes.py | 1822 code.put_xdecref(cname, type, have_gil=not lenv.nogil) 3043 code.put_xdecref(cname, type) 3866 code.put_xdecref(cname, type) 3871 code.put_xdecref(Naming.retval_cname, py_object_type) 5098 code.put_xdecref(Naming.retval_cname, 7345 code.put_xdecref(temp, type)
|
D | Code.py | 1793 def put_xdecref(self, cname, type, nanny=True, have_gil=True): member in CCodeWriter
|
D | ModuleNode.py | 2121 code.put_xdecref(cname, type)
|
D | ExprNodes.py | 2110 code.put_xdecref(self.result(), self.ctype())
|