Home
last modified time | relevance | path

Searched refs:global_stmt (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h36 #define global_stmt 289 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h36 #define global_stmt 289 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py46 global_stmt = 289 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar36 import_stmt | global_stmt | exec_stmt | assert_stmt)
61 global_stmt: 'global' NAME (',' NAME)*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt55 import_stmt | global_stmt | exec_stmt | assert_stmt)
81 global_stmt: ('global' | 'nonlocal') NAME (',' NAME)*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c924 VALIDATER(global_stmt); VALIDATER(list_if);
1542 || (ntype == global_stmt) in validate_small_stmt()
1951 int res = (validate_ntype(tree, global_stmt) in validate_global_stmt()
3174 case global_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c953 VALIDATER(global_stmt); VALIDATER(list_if);
1571 || (ntype == global_stmt) in validate_small_stmt()
1980 int res = (validate_ntype(tree, global_stmt) in validate_global_stmt()
3203 case global_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py476 def global_stmt(self, nodelist): member in Transformer
1473 symbol.global_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2647 REQ(n, global_stmt); in ast_for_global_stmt()
3261 case global_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2652 REQ(n, global_stmt); in ast_for_global_stmt()
3278 case global_stmt: in ast_for_stmt()