Home
last modified time | relevance | path

Searched refs:from_closure (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DFlowControl.py154 entry.from_closure or entry.in_closure or
268 elif entry.from_closure:
587 if not entry.from_closure and len(node.cf_state) == 1:
589 if (node.allow_null or entry.from_closure
836 if entry.in_closure or entry.from_closure:
DParseTreeTransforms.py2276 from_closure = []
2279 if entry.from_closure:
2280 from_closure.append((name, entry))
2283 return from_closure, in_closure
2289 if not entry.from_closure:
2292 from_closure, in_closure = self.find_entries_used_in_closures(node)
2304 if not from_closure and (self.path or inner_node):
2314 elif not in_closure and not from_closure:
2337 if from_closure:
2972 if entry.from_closure:
DSymtab.py156 from_closure = 0 variable in Entry
222 from_closure = True variable in InnerEntry
1531 if orig_entry and orig_entry.scope is self and not orig_entry.from_closure:
1535 if entry is None or not entry.from_closure:
1557 if entry.from_closure:
1739 if orig_entry and orig_entry.scope is self and not orig_entry.from_closure:
DCode.py1990 if entry.from_closure:
DExprNodes.py1917 … elif entry.is_local or entry.in_closure or entry.from_closure or entry.type.is_memoryviewslice:
1993 … is_external_ref = entry.is_cglobal or self.entry.in_closure or self.entry.from_closure
DNodes.py7294 if entry.from_closure or entry.in_closure: