Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h22 #define flow_stmt 275 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h22 #define flow_stmt 275 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py32 flow_stmt = 275 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar35 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
46 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt54 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
66 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py320 flow_stmt = stmt variable in Transformer
1461 symbol.flow_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c1540 || (ntype == flow_stmt) in validate_small_stmt()
3111 case flow_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c1569 || (ntype == flow_stmt) in validate_small_stmt()
3140 case flow_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2357 REQ(n, flow_stmt); in ast_for_flow_stmt()
3274 case flow_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2352 REQ(n, flow_stmt); in ast_for_flow_stmt()
3257 case flow_stmt: in ast_for_stmt()