HomeSort by relevance Sort by last modified time
    Searched refs:manage_ref (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 520 self.temps_allocated = [] # of (name, type, manage_ref, static)
521 self.temps_free = {} # (type, manage_ref) -> list of free vars with same type/managed status
522 self.temps_used_type = {} # name -> (type, manage_ref)
606 def allocate_temp(self, type, manage_ref, static=False):
612 If type.is_pyobject, manage_ref comes into play. If manage_ref is set to
617 If not type.is_pyobject, then manage_ref will be ignored, but it
630 # Make manage_ref canonical, so that manage_ref will always mean
632 manage_ref = Fals
    [all...]
UtilNodes.py 95 handle.type, manage_ref=handle.needs_cleanup)
235 self.temp_type, manage_ref=True)
Buffer.py 375 retcode_cname = code.funcstate.allocate_temp(PyrexTypes.c_int_type, manage_ref=False)
382 type, value, tb = [code.funcstate.allocate_temp(PyrexTypes.py_object_type, manage_ref=False)
438 tmp_cname = code.funcstate.allocate_temp(PyrexTypes.c_int_type, manage_ref=False)
ExprNodes.py 548 type, manage_ref=self.use_managed_ref)
    [all...]
Nodes.py     [all...]
MemoryView.py 93 rhstmp = code.funcstate.allocate_temp(lhs_type, manage_ref=False)
    [all...]
ModuleNode.py     [all...]

Completed in 6347 milliseconds