Searched refs:compound_stmt (Results 1 - 9 of 9) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A Dclass_definition.py24 if compound_statement.type != symbol.compound_stmt:
H A Dfunction_definition.py24 if compound_statement.type != symbol.compound_stmt:
/external/python/cpython2/Include/
H A Dgraminit.h39 #define compound_stmt 292 macro
/external/python/cpython2/Lib/
H A Dsymbol.py49 compound_stmt = 292 variable
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g79 | compound_stmt NEWLINE
125 | compound_stmt
226 compound_stmt: if_stmt
/external/python/cpython2/Demo/parser/
H A Dexample.py160 (symbol.compound_stmt, ['compound'])
/external/python/cpython2/Modules/
H A Dparsermodule.c955 VALIDATER(exec_stmt); VALIDATER(compound_stmt); variable
1507 /* simple_stmt | compound_stmt
1590 /* compound_stmt:
1596 int res = (validate_ntype(tree, compound_stmt)
1597 && validate_numnodes(tree, 1, "compound_stmt"));
3161 case compound_stmt:
/external/python/cpython2/Lib/compiler/
H A Dtransformer.py172 # NEWLINE | simple_stmt | compound_stmt NEWLINE
321 compound_stmt = stmt variable in class:Transformer
803 # and compound_stmt.
1463 symbol.compound_stmt,
/external/python/cpython2/Python/
H A Dast.c157 stmt: simple_stmt | compound_stmt
187 case compound_stmt:
2777 /* small_stmt or compound_stmt with only one child */
3292 /* compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt
3296 REQ(n, compound_stmt);

Completed in 119 milliseconds