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

/freebsd-10.0-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.h753 extern tree build_stmt (enum tree_code, ...);
H A Dc-decl.c3666 add_stmt (build_stmt (DECL_EXPR, decl));
3695 add_stmt (build_stmt (DECL_EXPR, decl));
3823 stmt = build_stmt (DECL_EXPR, decl);
5807 add_stmt (build_stmt (DECL_EXPR, build_decl (TYPE_DECL, NULL, t)));
H A Dc-parser.c1432 add_stmt (build_stmt (DECL_EXPR, decl));
3409 add_stmt (build_stmt (DECL_EXPR, label));
3579 label = add_stmt (build_stmt (LABEL_EXPR, tlab));
H A Dc-typeck.c6949 args = build_stmt (ASM_EXPR, string, outputs, inputs, clobbers);
7116 ret_stmt = build_stmt (RETURN_EXPR, retval);
7799 stmt = build_stmt (code, NULL, cleanup);
H A Dc-common.c3795 add_stmt (build_stmt (LABEL_EXPR, t));
/freebsd-10.0-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));
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));

Completed in 238 milliseconds