Home
last modified time | relevance | path

Searched refs:is_cglobal (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py132 is_cglobal = 0 variable in Entry
923 var_entry.is_cglobal = 1
1194 entry.is_cglobal = 1
1463 var_entry.is_cglobal = 1
DExprNodes.py1825 if not (entry.is_cglobal or entry.is_cfunction or entry.is_builtin):
1993 … is_external_ref = entry.is_cglobal or self.entry.in_closure or self.entry.from_closure
2001 if entry.is_cglobal:
5270 entry.is_cglobal or entry.is_cfunction
DModuleNode.py1958 if entry.is_cglobal and entry.used:
DNodes.py4962 if arg.is_name and arg.entry.is_cglobal: