Searched refs:exec_stmt (Results 1 – 10 of 10) sorted by relevance
37 #define exec_stmt 290 macro
47 exec_stmt = 290 variable
36 import_stmt | global_stmt | exec_stmt | assert_stmt)62 exec_stmt: 'exec' expr ['in' test [',' test]]
55 import_stmt | global_stmt | exec_stmt | assert_stmt)82 exec_stmt: 'exec' expr ['in' test [',' test]]
926 VALIDATER(exec_stmt); VALIDATER(compound_stmt);1544 || (ntype == exec_stmt)) in validate_small_stmt()1976 int res = (validate_ntype(tree, exec_stmt) in validate_exec_stmt()3177 case exec_stmt: in validate_node()
955 VALIDATER(exec_stmt); VALIDATER(compound_stmt);1573 || (ntype == exec_stmt)) in validate_small_stmt()2005 int res = (validate_ntype(tree, exec_stmt) in validate_exec_stmt()3206 case exec_stmt: in validate_node()
483 def exec_stmt(self, nodelist): member in Transformer1474 symbol.exec_stmt,
2673 REQ(n, exec_stmt); in ast_for_exec_stmt()3263 case exec_stmt: in ast_for_stmt()
2678 REQ(n, exec_stmt); in ast_for_exec_stmt()3280 case exec_stmt: in ast_for_stmt()