Searched refs:compound_stmt (Results 1 – 13 of 13) sorted by relevance
17 # NB: compound_stmt in single_input is followed by extra NEWLINE!18 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE33 stmt: simple_stmt | compound_stmt65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
29 # NB: compound_stmt in single_input is followed by extra NEWLINE!31 single_input: NEWLINE | simple_stmt | compound_stmt NEWLINE52 stmt: simple_stmt | compound_stmt85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…
24 if compound_statement.type != symbol.compound_stmt:
39 #define compound_stmt 292 macro
49 compound_stmt = 292 variable
79 | compound_stmt NEWLINE125 | compound_stmt226 compound_stmt: if_stmt
160 (symbol.compound_stmt, ['compound'])
88 interactive_input: [`stmt_list`] NEWLINE | `compound_stmt` NEWLINE
45 compound_stmt: `if_stmt`54 statement: `stmt_list` NEWLINE | `compound_stmt`
321 compound_stmt = stmt variable in Transformer1463 symbol.compound_stmt,
955 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()
187 case compound_stmt: in num_stmts()3296 REQ(n, compound_stmt); in ast_for_stmt()