Lines Matching refs:orelse
1302 if (s->v.For.orelse)
1303 VISIT_SEQ(st, stmt, s->v.For.orelse);
1308 if (s->v.While.orelse)
1309 VISIT_SEQ(st, stmt, s->v.While.orelse);
1315 if (s->v.If.orelse)
1316 VISIT_SEQ(st, stmt, s->v.If.orelse);
1332 VISIT_SEQ(st, stmt, s->v.Try.orelse);
1338 VISIT_SEQ(st, stmt, s->v.TryStar.orelse);
1468 if (s->v.AsyncFor.orelse)
1469 VISIT_SEQ(st, stmt, s->v.AsyncFor.orelse);
1619 VISIT(st, expr, e->v.IfExp.orelse);