Searched refs:DEF_PARAM (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dsymtable.h65 #define DEF_PARAM 2<<1 /* formal parameter */ macro
71 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dsymtable.h65 #define DEF_PARAM 2<<1 /* formal parameter */ macro
71 #define DEF_BOUND (DEF_LOCAL | DEF_PARAM | DEF_IMPORT)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsymtablemodule.c64 PyModule_AddIntConstant(m, "DEF_PARAM", DEF_PARAM);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsymtablemodule.c61 PyModule_AddIntConstant(m, "DEF_PARAM", DEF_PARAM);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymtable.py4 from _symtable import (USE, DEF_GLOBAL, DEF_LOCAL, DEF_PARAM, namespace
135 self.__params = self.__idents_matching(lambda x:x & DEF_PARAM)
190 return bool(self.__flags & DEF_PARAM)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dsymtable.c378 if (flags & DEF_PARAM) {
891 if ((flag & DEF_PARAM) && (val & DEF_PARAM)) {
911 if (flag & DEF_PARAM) {
1301 if (!symtable_add_def(st, id, DEF_PARAM)) {
1320 if (!symtable_add_def(st, arg->v.Name.id, DEF_PARAM))
1370 if (!symtable_add_def(st, a->vararg, DEF_PARAM))
1375 if (!symtable_add_def(st, a->kwarg, DEF_PARAM))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dsymtable.c376 if (flags & DEF_PARAM) {
889 if ((flag & DEF_PARAM) && (val & DEF_PARAM)) {
909 if (flag & DEF_PARAM) {
1299 if (!symtable_add_def(st, id, DEF_PARAM)) {
1318 if (!symtable_add_def(st, arg->v.Name.id, DEF_PARAM))
1368 if (!symtable_add_def(st, a->vararg, DEF_PARAM))
1373 if (!symtable_add_def(st, a->kwarg, DEF_PARAM))

Completed in 183 milliseconds