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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilNodes.py 94 handle.temp = code.funcstate.allocate_temp(
234 self.temp = code.funcstate.allocate_temp(
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)
MemoryView.py 93 rhstmp = code.funcstate.allocate_temp(lhs_type, manage_ref=False)
305 suboffset_dim = code.funcstate.allocate_temp(
    [all...]
Nodes.py     [all...]
ExprNodes.py 547 self.temp_code = code.funcstate.allocate_temp(
    [all...]
Code.py 606 def allocate_temp(self, type, manage_ref, static=False): member in class:FunctionState
2228 def allocate_temp(self, type): member in class:ClosureTempAllocator
    [all...]
ModuleNode.py     [all...]

Completed in 121 milliseconds