Searched refs:from_closure (Results 1 – 6 of 6) sorted by relevance
154 entry.from_closure or entry.in_closure or268 elif entry.from_closure:587 if not entry.from_closure and len(node.cf_state) == 1:589 if (node.allow_null or entry.from_closure836 if entry.in_closure or entry.from_closure:
2276 from_closure = []2279 if entry.from_closure:2280 from_closure.append((name, entry))2283 return from_closure, in_closure2289 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:
156 from_closure = 0 variable in Entry222 from_closure = True variable in InnerEntry1531 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:
1990 if entry.from_closure:
1917 … 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
7294 if entry.from_closure or entry.in_closure: