Searched refs:for_stmt (Results 1 – 7 of 7) sorted by relevance
29 auto fl = p->for_stmt(); in TEST_F()42 auto fl = p->for_stmt(); in TEST_F()56 auto fl = p->for_stmt(); in TEST_F()73 auto fl = p->for_stmt(); in TEST_F()89 auto fl = p->for_stmt(); in TEST_F()105 auto fl = p->for_stmt(); in TEST_F()118 auto fl = p->for_stmt(); in TEST_F()131 auto fl = p->for_stmt(); in TEST_F()144 auto fl = p->for_stmt(); in TEST_F()157 auto fl = p->for_stmt(); in TEST_F()[all …]
554 Maybe<const ast::ForLoopStatement*> for_stmt();
1629 auto stmt_for = for_stmt(); in statement()2080 Maybe<const ast::ForLoopStatement*> ParserImpl::for_stmt() { in for_stmt() function in tint::reader::wgsl::ParserImpl
108 compound_stmt: if_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decora…109 async_stmt: ASYNC (funcdef | with_stmt | for_stmt)112 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite]
368 if child.type == syms.for_stmt:
86 | &('for' | ASYNC) for_stmt184 for_stmt[stmt_ty]:
51 : | `for_stmt`157 for_stmt: "for" `target_list` "in" `expression_list` ":" `suite`1417 async_for_stmt: "async" `for_stmt`