Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dgraminit.h25 #define flow_stmt 278 macro
/external/python/cpython2/Include/
Dgraminit.h22 #define flow_stmt 275 macro
/external/python/cpython2/Lib/
Dsymbol.py32 flow_stmt = 275 variable
/external/python/cpython3/Lib/
Dsymbol.py35 flow_stmt = 278 variable
/external/python/cpython2/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
/external/python/cpython3/Lib/lib2to3/
DGrammar.txt36 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
49 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
/external/python/cpython3/Grammar/
DGrammar39 small_stmt: (expr_stmt | del_stmt | pass_stmt | flow_stmt |
50 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
/external/python/cpython2/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
/external/antlr/runtime/JavaScript/tests/functional/
DPython.g136 | flow_stmt
178 flow_stmt: break_stmt
/external/python/cpython2/Lib/compiler/
Dtransformer.py320 flow_stmt = stmt variable in Transformer
1461 symbol.flow_stmt,
/external/python/cpython2/Modules/
Dparsermodule.c1611 || (ntype == flow_stmt) in validate_small_stmt()
3182 case flow_stmt: in validate_node()
/external/python/cpython2/Python/
Dast.c2357 REQ(n, flow_stmt); in ast_for_flow_stmt()
3276 case flow_stmt: in ast_for_stmt()
/external/python/cpython3/Python/
Dast.c3107 REQ(n, flow_stmt); in ast_for_flow_stmt()
3988 case flow_stmt: in ast_for_stmt()