Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dgraminit.h22 #define flow_stmt 275 macro
/external/python/cpython2/Lib/
Dsymbol.py32 flow_stmt = 275 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/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/antlr-3.4/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.c1569 || (ntype == flow_stmt) in validate_small_stmt()
3140 case flow_stmt: in validate_node()
/external/python/cpython2/Python/
Dast.c2357 REQ(n, flow_stmt); in ast_for_flow_stmt()
3274 case flow_stmt: in ast_for_stmt()