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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilNodes.py 220 def set_temp_expr(self, lazy_temp):
221 self.lazy_temp = lazy_temp
222 self.temp_expression = lazy_temp.expression
239 self.lazy_temp.result_code = self.temp
256 def __init__(self, lazy_temp, subexpression):
257 self.set_temp_expr(lazy_temp)
300 def __init__(self, lazy_temp, body):
301 self.set_temp_expr(lazy_temp)
Optimize.py     [all...]

Completed in 869 milliseconds