Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h37 #define exec_stmt 290 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h37 #define exec_stmt 290 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py47 exec_stmt = 290 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar36 import_stmt | global_stmt | exec_stmt | assert_stmt)
62 exec_stmt: 'exec' expr ['in' test [',' test]]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt55 import_stmt | global_stmt | exec_stmt | assert_stmt)
82 exec_stmt: 'exec' expr ['in' test [',' test]]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c926 VALIDATER(exec_stmt); VALIDATER(compound_stmt);
1544 || (ntype == exec_stmt)) in validate_small_stmt()
1976 int res = (validate_ntype(tree, exec_stmt) in validate_exec_stmt()
3177 case exec_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c955 VALIDATER(exec_stmt); VALIDATER(compound_stmt);
1573 || (ntype == exec_stmt)) in validate_small_stmt()
2005 int res = (validate_ntype(tree, exec_stmt) in validate_exec_stmt()
3206 case exec_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py483 def exec_stmt(self, nodelist): member in Transformer
1474 symbol.exec_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2673 REQ(n, exec_stmt); in ast_for_exec_stmt()
3263 case exec_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2678 REQ(n, exec_stmt); in ast_for_exec_stmt()
3280 case exec_stmt: in ast_for_stmt()