Home | History | Annotate | Download | only in Modules

Lines Matching full:list_for

954 VALIDATER(assert_stmt);         VALIDATER(list_for);
1359 /* list_iter: list_for | list_if
1366 if (res && TYPE(CHILD(tree, 0)) == list_for)
1389 /* list_for: 'for' exprlist 'in' testlist [list_iter]
1400 res = validate_numnodes(tree, 4, "list_for");
2539 * test ( list_for | (',' test)* [','] )
2553 * list_for | (',' test)* [',']
2555 if (nch == 2 && TYPE(CHILD(tree, 1)) == list_for)