Home
last modified time | relevance | path

Searched refs:SC_GLOBAL_IMPLICIT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dconsts.py7 SC_GLOBAL_IMPLICIT = 2 variable
Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICT, \
103 return SC_GLOBAL_IMPLICIT
156 elif sc == SC_GLOBAL_IMPLICIT:
Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICT, \
288 elif scope == SC_GLOBAL_IMPLICIT: