Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dconsts.py9 SC_FREE = 4 variable
Dsymbols.py5 SC_FREE, SC_CELL, SC_UNKNOWN
99 return SC_FREE
139 if child.check_name(name) == SC_FREE:
153 if sc == SC_UNKNOWN or sc == SC_FREE \
Dpycodegen.py11 SC_FREE, SC_CELL
293 elif scope == SC_FREE or scope == SC_CELL: