Searched refs:while_stmt (Results 1 – 11 of 11) sorted by relevance
41 #define while_stmt 294 macro
51 while_stmt = 294 variable
65 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…67 while_stmt: 'while' test ':' suite ['else' ':' suite]
85 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…87 while_stmt: 'while' test ':' suite ['else' ':' suite]
352 elif child.type in (syms.if_stmt, syms.while_stmt):
1577 || (ntype == while_stmt) in validate_compound_stmt()2021 int res = (validate_ntype(tree, while_stmt) in validate_while()3186 case while_stmt: in validate_node()
521 def while_stmt(self, nodelist): member in Transformer1477 symbol.while_stmt,
1606 || (ntype == while_stmt) in validate_compound_stmt()2050 int res = (validate_ntype(tree, while_stmt) in validate_while()3215 case while_stmt: in validate_node()
2929 REQ(n, while_stmt); in ast_for_while_stmt()3300 case while_stmt: in ast_for_stmt()
2912 REQ(n, while_stmt); in ast_for_while_stmt()3283 case while_stmt: in ast_for_stmt()