Searched refs:is_pyglobal (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DSymtab.py57 # is_pyglobal boolean Is a Python module-level variable
86 # namespace_cname string If is_pyglobal, the C variable
133 is_pyglobal = 0 variable in class:Entry
850 entry.is_pyglobal = True
1131 if entry.is_pyglobal and entry.as_module is scope:
1133 if not (entry.is_pyglobal and not entry.as_module):
1199 entry.is_pyglobal = 1
1732 entry.is_pyglobal = 1
1889 entry.is_pyglobal = 1 # xxx: is_pyglobal change
[all...]
H A DExprNodes.py1724 if entry.is_pyglobal or entry.is_builtin:
1744 elif entry.is_pyglobal:
1861 else: # entry.is_pyglobal
1894 elif entry.is_pyglobal:
1906 # FIXME: is_pyglobal is also used for class namespace
1938 # is_pyglobal seems to be True for module level-globals only.
1940 if entry.is_pyglobal:
2085 elif self.entry.is_pyglobal:
10818 elif self.arg.is_name and self.arg.entry and self.arg.entry.is_pyglobal:
H A DParseTreeTransforms.py1851 if entry.is_pyglobal and not entry.is_pyclass_attr:
H A DNodes.py5869 if self.target.entry.is_pyglobal:
5894 if self.target.entry.is_pyglobal:

Completed in 111 milliseconds