Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar17 # NB: compound_stmt in single_input is followed by extra NEWLINE!
18 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE
33 stmt: simple_stmt | compound_stmt
65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt29 # NB: compound_stmt in single_input is followed by extra NEWLINE!
31 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE
52 stmt: simple_stmt | compound_stmt
85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h39 #define compound_stmt 292 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h39 #define compound_stmt 292 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py49 compound_stmt = 292 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dexample.py160 (symbol.compound_stmt, ['compound'])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c926 VALIDATER(exec_stmt); VALIDATER(compound_stmt);
1567 int res = (validate_ntype(tree, compound_stmt) in validate_compound_stmt()
3132 case compound_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py321 compound_stmt = stmt variable in Transformer
1463 symbol.compound_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c955 VALIDATER(exec_stmt); VALIDATER(compound_stmt);
1596 int res = (validate_ntype(tree, compound_stmt) in validate_compound_stmt()
3161 case compound_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c187 case compound_stmt: in num_stmts()
3279 REQ(n, compound_stmt); in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c187 case compound_stmt: in num_stmts()
3296 REQ(n, compound_stmt); in ast_for_stmt()