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

/freebsd-10.2-release/contrib/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.h765 extern tree build_stmt (enum tree_code, ...);
H A Dc-decl.c4083 add_stmt (build_stmt (DECL_EXPR, decl));
4112 add_stmt (build_stmt (DECL_EXPR, decl));
4240 stmt = build_stmt (DECL_EXPR, decl);
6335 add_stmt (build_stmt (DECL_EXPR, build_decl (TYPE_DECL, NULL, t)));
8264 decl_stmt = build_stmt (DECL_EXPR, decl);
H A Dc-parser.c1564 add_stmt (build_stmt (DECL_EXPR, decl));
3590 add_stmt (build_stmt (DECL_EXPR, label));
3764 label = add_stmt (build_stmt (LABEL_EXPR, tlab));
8741 exp = build_stmt (DECL_EXPR, decl);
8976 exp = build_stmt (DECL_EXPR, block_holder_tmp_decl);
H A Dc-typeck.c7286 args = build_stmt (ASM_EXPR, string, outputs, inputs, clobbers);
7532 ret_stmt = build_stmt (RETURN_EXPR, retval);
8227 stmt = build_stmt (code, NULL, cleanup);
H A Dc-common.c3891 add_stmt (build_stmt (LABEL_EXPR, t));
/freebsd-10.2-release/contrib/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));
626 expr = build_stmt (EXPR_STMT, expr);
647 r = build_stmt (IF_STMT, NULL_TREE, NULL_TREE, NULL_TREE);
713 r = build_stmt (WHILE_STMT, NULL_TREE, NULL_TREE, attribs);
750 tree r = build_stmt (DO_STMT, NULL_TREE, NULL_TREE, attribs, NULL_TREE);
803 r = build_stmt (RETURN_EXPR, expr);
821 r = build_stmt (FOR_STMT, NULL_TREE, NULL_TREE,
911 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.c11654 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
11660 exprstmt = build_stmt (RETURN_EXPR, val);
11702 add_stmt (build_stmt (LABEL_EXPR, cdtor_label));
11740 exprstmt = build_stmt (RETURN_EXPR, val);
H A Dname-lookup.c3375 add_stmt (build_stmt (USING_STMT, namespace));
H A Dparser.c18800 exp = build_stmt (DECL_EXPR, enumState_decl);
20396 decl_stmt = build_stmt (DECL_EXPR, decl);

Completed in 528 milliseconds