Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py283 is_builtin_scope = 0 variable in Scope
857 is_builtin_scope = True variable in BuiltinScope
DParseTreeTransforms.py2083 elif not pxd_def.scope or not pxd_def.scope.is_builtin_scope:
2103 if pxd_def and (not pxd_def.scope or not pxd_def.scope.is_builtin_scope):
DOptimize.py2259 entry.scope and entry.scope.is_builtin_scope):
DExprNodes.py1579 if self.entry.scope.is_builtin_scope: