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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
MemoryView.py 91 rhstmp = rhs.result()
93 rhstmp = code.funcstate.allocate_temp(lhs_type, manage_ref=False)
94 code.putln("%s = %s;" % (rhstmp, rhs.result_as(lhs_type)))
98 put_assign_to_memviewslice(lhs_cname, rhs, rhstmp, lhs_type, code,
102 code.funcstate.release_temp(rhstmp)
    [all...]
ExprNodes.py     [all...]

Completed in 28 milliseconds