Home
last modified time | relevance | path

Searched refs:try_stmt (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h43 #define try_stmt 296 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h43 #define try_stmt 296 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py53 try_stmt = 296 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
69 try_stmt: ('try' ':' suite
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
89 try_stmt: ('try' ':' suite
Dfixer_util.py355 elif child.type == syms.try_stmt:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1579 || (ntype == try_stmt) in validate_compound_stmt()
2070 int res = (validate_ntype(tree, try_stmt) in validate_try()
3192 case try_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py549 def try_stmt(self, nodelist): member in Transformer
1479 symbol.try_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1608 || (ntype == try_stmt) in validate_compound_stmt()
2099 int res = (validate_ntype(tree, try_stmt) in validate_try()
3221 case try_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c3051 REQ(n, try_stmt); in ast_for_try_stmt()
3287 case try_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c3068 REQ(n, try_stmt); in ast_for_try_stmt()
3304 case try_stmt: in ast_for_stmt()