Searched refs:build_stmt (Results 1 - 25 of 25) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dc-semantics.c111 build_stmt (enum tree_code code, ...) function
167 return build_stmt (CASE_LABEL_EXPR, low_value, high_value, label_decl);
H A Dc-common.h754 extern tree build_stmt (enum tree_code, ...);
H A Dc-decl.c3604 add_stmt (build_stmt (DECL_EXPR, decl));
3633 add_stmt (build_stmt (DECL_EXPR, decl));
3761 stmt = build_stmt (DECL_EXPR, decl);
5738 add_stmt (build_stmt (DECL_EXPR, build_decl (TYPE_DECL, NULL, t)));
H A Dc-parser.c1433 add_stmt (build_stmt (DECL_EXPR, decl));
3410 add_stmt (build_stmt (DECL_EXPR, label));
3580 label = add_stmt (build_stmt (LABEL_EXPR, tlab));
H A Dc-typeck.c6971 args = build_stmt (ASM_EXPR, string, outputs, inputs, clobbers);
7138 ret_stmt = build_stmt (RETURN_EXPR, retval);
7821 stmt = build_stmt (code, NULL, cleanup);
H A Dc-common.c3797 add_stmt (build_stmt (LABEL_EXPR, t));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-semantics.c111 decl_stmt = build_stmt (DECL_STMT, decl);
135 ss = build_stmt (SCOPE_STMT, NULL_TREE);
186 build_stmt VPARAMS ((enum tree_code code, ...)) function
480 return (build_stmt (RETURN_STMT, expr));
555 return (build_stmt (BREAK_STMT));
573 return (build_stmt (CONTINUE_STMT));
661 return build_stmt (CASE_LABEL, low_value, high_value, label_decl);
H A Dtree-inline.c454 goto_stmt = build_stmt (GOTO_STMT, id->ret_label);
469 *tp = build_stmt (EXPR_STMT,
700 init_stmt = build_stmt (DECL_STMT, var);
730 init_stmt = build_stmt (EXPR_STMT,
746 cleanup_stmt = build_stmt (CLEANUP_STMT, var, cleanup);
778 init_stmt = build_stmt (EXPR_STMT, value);
843 *use_stmt = build_stmt (EXPR_STMT, var);
845 *use_stmt = build_stmt (EXPR_STMT,
853 return build_stmt (DECL_STMT, var);
1277 scope_stmt = build_stmt (SCOPE_STM
[all...]
H A Dc-common.h1174 extern tree build_stmt PARAMS ((enum tree_code, ...));
H A Dc-common.c994 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE);
1010 r = build_stmt (WHILE_STMT, NULL_TREE, NULL_TREE);
1069 body = build_stmt (COMPOUND_STMT, body);
1907 return add_stmt (build_stmt (EXPR_STMT, expr));
H A Dc-decl.c3234 add_stmt (build_stmt (CLEANUP_STMT, decl, cleanup));
3326 stmt = build_stmt (DECL_STMT, decl);
7034 stmt = add_stmt (build_stmt (COMPOUND_STMT, NULL_TREE));
H A Dc-typeck.c6957 stmt = add_stmt (build_stmt (ASM_STMT, ridpointers[(int) RID_VOLATILE],
7031 return add_stmt (build_stmt (ASM_STMT, cv_qualifier, string,
7254 cs->switch_stmt = build_stmt (SWITCH_STMT, exp, NULL_TREE, orig_type);
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c176 return add_stmt (build_stmt (GOTO_STMT, destination));
223 r = add_stmt (build_stmt (EXPR_STMT, expr));
244 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE);
305 r = build_stmt (WHILE_STMT, NULL_TREE, NULL_TREE);
362 tree r = build_stmt (DO_STMT, NULL_TREE, NULL_TREE);
411 r = add_stmt (build_stmt (RETURN_STMT, expr));
424 r = build_stmt (FOR_STMT, NULL_TREE, NULL_TREE,
534 r = build_stmt (SWITCH_STMT, NULL_TREE, NULL_TREE, NULL_TREE);
653 tree r = build_stmt (TRY_BLOCK, NULL_TREE, NULL_TREE);
663 tree r = build_stmt (TRY_BLOC
[all...]
H A Dtypeck2.c351 code = build_stmt (EXPR_STMT, code);
366 code = build_stmt (EXPR_STMT, code);
390 code = build_stmt (COMPOUND_STMT, NULL_TREE);
H A Dexcept.c469 tree r = build_stmt (EH_SPEC_BLOCK, NULL_TREE, NULL_TREE);
H A Ddecl2.c4789 add_stmt (build_stmt (USING_STMT, namespace));
H A Ddecl.c14886 add_stmt (build_stmt (LABEL_STMT, dtor_label));
15062 DECL_SAVED_TREE (fndecl) = build_stmt (COMPOUND_STMT, NULL_TREE);
H A Dcall.c6236 *cleanup = build_stmt (CLEANUP_STMT, var, *cleanup);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dsemantics.c428 tree r = build_stmt (DECL_EXPR, decl);
484 tree stmt = build_stmt (CLEANUP_STMT, NULL, cleanup, decl);
571 return add_stmt (build_stmt (GOTO_EXPR, destination));
616 expr = build_stmt (EXPR_STMT, expr);
637 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE);
700 r = build_stmt (WHILE_STMT, NULL_TREE, NULL_TREE);
732 tree r = build_stmt (DO_STMT, NULL_TREE, NULL_TREE);
784 r = build_stmt (RETURN_EXPR, expr);
800 r = build_stmt (FOR_STMT, NULL_TREE, NULL_TREE,
887 return add_stmt (build_stmt (BREAK_STM
[all...]
H A Dtypeck2.c517 code = build_stmt (EXPR_STMT, code);
531 code = build_stmt (EXPR_STMT, code);
H A Dexcept.c500 tree r = build_stmt (EH_SPEC_BLOCK, NULL_TREE, NULL_TREE);
H A Ddecl.c11021 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
11027 exprstmt = build_stmt (RETURN_EXPR, val);
11069 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
11107 exprstmt = build_stmt (RETURN_EXPR, val);
H A Dname-lookup.c3346 add_stmt (build_stmt (USING_STMT, namespace));
/openbsd-current/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c880 build_stmt VPARAMS ((enum tree_code code ATTRIBUTE_UNUSED, ...)) function
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c2389 add_stmt (build_stmt (EXPR_STMT,
3708 catch_seq = build_stmt (BIND_EXPR, caught_decl, NULL, NULL);
3732 t = build_stmt (COND_EXPR,
3743 t = build_stmt (COND_EXPR,
3827 t = build_stmt (CATCH_EXPR, type, compound);
3889 stmt = build_stmt (TRY_CATCH_EXPR, stmt, c->catch_list);
3894 stmt = build_stmt (TRY_FINALLY_EXPR, stmt, c->finally_body);

Completed in 309 milliseconds