Searched refs:SC_LOCAL (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
H A Dconsts.py6 SC_LOCAL = 1 variable
H A Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
97 return SC_LOCAL
158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:
163 if sc == SC_LOCAL:
5 SC_FREE, SC_CELL, SC_UNKNOWN namespace
H A Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
281 if scope == SC_LOCAL:
11 SC_FREE, SC_CELL namespace
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/
H A Dconsts.py6 SC_LOCAL = 1 variable
H A Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
97 return SC_LOCAL
158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:
163 if sc == SC_LOCAL:
5 SC_FREE, SC_CELL, SC_UNKNOWN namespace
H A Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
281 if scope == SC_LOCAL:
11 SC_FREE, SC_CELL namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dconsts.py6 SC_LOCAL = 1 variable
H A Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
97 return SC_LOCAL
158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:
163 if sc == SC_LOCAL:
5 SC_FREE, SC_CELL, SC_UNKNOWN namespace
H A Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
281 if scope == SC_LOCAL:
11 SC_FREE, SC_CELL namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dconsts.py6 SC_LOCAL = 1 variable
H A Dsymbols.py4 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
97 return SC_LOCAL
158 elif isinstance(self, FunctionScope) and sc == SC_LOCAL:
163 if sc == SC_LOCAL:
5 SC_FREE, SC_CELL, SC_UNKNOWN namespace
H A Dpycodegen.py10 from compiler.consts import SC_LOCAL, SC_GLOBAL_IMPLICIT, SC_GLOBAL_EXPLICIT, \
281 if scope == SC_LOCAL:
11 SC_FREE, SC_CELL namespace

Completed in 383 milliseconds