Lines Matching refs:stmt_ty
19 static int validate_stmt(stmt_ty);
376 validate_stmt(stmt_ty stmt) in validate_stmt()
522 stmt_ty stmt = asdl_seq_GET(seq, i); in validate_stmts()
596 static stmt_ty ast_for_stmt(struct compiling *, const node *);
601 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *);
603 static stmt_ty ast_for_with_stmt(struct compiling *, const node *, bool);
604 static stmt_ty ast_for_for_stmt(struct compiling *, const node *, bool);
773 stmt_ty s; in PyAST_FromNodeObject()
1571 static stmt_ty
1611 static stmt_ty
1624 static stmt_ty
1633 static stmt_ty
1661 static stmt_ty
1665 stmt_ty thing = NULL; in ast_for_decorated()
2887 static stmt_ty
3078 static stmt_ty
3092 static stmt_ty
3273 static stmt_ty
3386 static stmt_ty
3407 static stmt_ty
3428 static stmt_ty
3462 stmt_ty s; in ast_for_suite()
3523 static stmt_ty
3643 static stmt_ty
3684 static stmt_ty
3784 static stmt_ty
3873 static stmt_ty
3903 static stmt_ty
3965 static stmt_ty