Lines Matching refs:stmt_ty
405 static int compiler_visit_stmt(struct compiler *, stmt_ty);
408 static int compiler_augassign(struct compiler *, stmt_ty);
409 static int compiler_annassign(struct compiler *, stmt_ty);
416 static int compiler_with(struct compiler *, stmt_ty, int);
417 static int compiler_async_with(struct compiler *, stmt_ty, int);
418 static int compiler_async_for(struct compiler *, stmt_ty);
426 static int compiler_try_except(struct compiler *, stmt_ty);
427 static int compiler_try_star_except(struct compiler *, stmt_ty);
443 static int compiler_match(struct compiler *, stmt_ty);
1855 stmt_ty st;
1858 st = (stmt_ty)asdl_seq_GET(stmts, i);
2064 SET_LOC(c, (stmt_ty)info->fb_datum);
2145 stmt_ty st;
2153 st = (stmt_ty)asdl_seq_GET(stmts, 0);
2167 st = (stmt_ty)asdl_seq_GET(stmts, 0);
2176 VISIT(c, stmt, (stmt_ty)asdl_seq_GET(stmts, i));
2589 compiler_function(struct compiler *c, stmt_ty s, int is_async)
2666 VISIT_IN_SCOPE(c, stmt, (stmt_ty)asdl_seq_GET(body, i));
2692 compiler_class(struct compiler *c, stmt_ty s)
3069 compiler_if(struct compiler *c, stmt_ty s)
3100 compiler_for(struct compiler *c, stmt_ty s)
3135 compiler_async_for(struct compiler *c, stmt_ty s)
3191 compiler_while(struct compiler *c, stmt_ty s)
3228 compiler_return(struct compiler *c, stmt_ty s)
3349 compiler_try_finally(struct compiler *c, stmt_ty s)
3394 compiler_try_star_finally(struct compiler *c, stmt_ty s)
3478 compiler_try_except(struct compiler *c, stmt_ty s)
3661 compiler_try_star_except(struct compiler *c, stmt_ty s)
3856 compiler_try(struct compiler *c, stmt_ty s) {
3864 compiler_try_star(struct compiler *c, stmt_ty s)
3915 compiler_import(struct compiler *c, stmt_ty s)
3961 compiler_from_import(struct compiler *c, stmt_ty s)
4019 compiler_assert(struct compiler *c, stmt_ty s)
4077 compiler_visit_stmt(struct compiler *c, stmt_ty s)
5646 compiler_async_with(struct compiler *c, stmt_ty s, int pos)
5752 compiler_with(struct compiler *c, stmt_ty s, int pos)
5974 compiler_augassign(struct compiler *c, stmt_ty s)
6048 check_annotation(struct compiler *c, stmt_ty s)
6097 compiler_annassign(struct compiler *c, stmt_ty s)
7021 compiler_match_inner(struct compiler *c, stmt_ty s, pattern_context *pc)
7101 compiler_match(struct compiler *c, stmt_ty s)