| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-gimplify.c | 123 walk_tree (&DECL_SAVED_TREE (fndecl), ubsan_walk_array_refs_r, &pset, in c_genericize() 128 walk_tree_without_duplicates (&DECL_SAVED_TREE (fndecl), in c_genericize() 144 dump_node (DECL_SAVED_TREE (fndecl), in c_genericize() 147 print_c_tree (dump_orig, DECL_SAVED_TREE (fndecl)); in c_genericize()
|
| HD | c-pretty-print.c | 846 pp->statement (DECL_SAVED_TREE (t)); in pp_c_function_definition()
|
| /dragonfly/contrib/gcc-4.7/gcc/c-family/ |
| HD | c-gimplify.c | 91 dump_node (DECL_SAVED_TREE (fndecl), in c_genericize() 94 print_c_tree (dump_orig, DECL_SAVED_TREE (fndecl)); in c_genericize()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | optimize.c | 111 stmts = DECL_SAVED_TREE (fn); in clone_body() 127 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone)); in clone_body() 362 if (DECL_SAVED_TREE (clone) || TREE_ASM_WRITTEN (clone)) in maybe_thunk_body() 441 DECL_SAVED_TREE (clone) = push_stmt_list (); in maybe_thunk_body() 694 DECL_SAVED_TREE (clone) = NULL_TREE; in maybe_clone_body()
|
| HD | cxx-pretty-print.c | 1688 if (DECL_SAVED_TREE (t)) in pp_cxx_function_definition() 1689 pp->statement (DECL_SAVED_TREE (t)); in pp_cxx_function_definition() 2273 if (TREE_CODE (t) == FUNCTION_DECL && DECL_SAVED_TREE (t)) in pp_cxx_template_declaration() 2348 if (DECL_SAVED_TREE (t)) in declaration()
|
| HD | cp-gimplify.c | 1038 cp_walk_tree (&DECL_SAVED_TREE (fndecl), cp_fold_r, &pset, NULL); in cp_fold_function() 1611 tree t = DECL_SAVED_TREE (fndecl); in cp_maybe_instrument_return() 1649 tree *p = &DECL_SAVED_TREE (fndecl); in cp_maybe_instrument_return() 1727 cp_genericize_tree (&DECL_SAVED_TREE (fndecl), true); in cp_genericize()
|
| HD | constraint.cc | 484 tree body = DECL_SAVED_TREE (fn); in get_returned_expression() 2491 tree body = DECL_SAVED_TREE (fn); in check_function_concept()
|
| HD | decl.c | 2277 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in duplicate_decls() 15188 DECL_SAVED_TREE (decl1) = push_stmt_list (); in start_preparsed_function() 15721 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun)); in maybe_save_function_definition() 15776 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function() 15801 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function() 15848 && potential_constant_expression (DECL_SAVED_TREE (fndecl))); in finish_function() 15879 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl)); in finish_function()
|
| HD | constexpr.c | 931 body = massage_constexpr_body (fun, DECL_SAVED_TREE (fun)); in explain_invalid_constexpr_fn() 1106 copy = build_tree_list (DECL_SAVED_TREE (fun), DECL_ARGUMENTS (fun)); in get_fundef_copy() 1657 else if (!DECL_SAVED_TREE (fun)) in cxx_eval_call_expression()
|
| HD | search.c | 1763 tree saved_tree = DECL_SAVED_TREE (fn); in field_accessor_p()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-browser.c | 413 && DECL_SAVED_TREE (head)) 414 TB_SET_HEAD (DECL_SAVED_TREE (head)); 782 if (DECL_SAVED_TREE (node)) in TB_update_up() 783 walk_tree (&DECL_SAVED_TREE (node), store_child_info, NULL, NULL); in TB_update_up()
|
| HD | tree-dump.c | 551 if (DECL_SAVED_TREE (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump() 552 dump_child ("body", DECL_SAVED_TREE (t)); in dequeue_and_dump()
|
| HD | c-decl.c | 1213 DECL_SAVED_TREE (extp) = NULL_TREE; in pop_scope() 2413 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in merge_decls() 2419 if (DECL_SAVED_TREE (olddecl)) in merge_decls() 8299 DECL_SAVED_TREE (fndecl) = push_stmt_list (); in store_parm_decls() 8361 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function() 8608 && DECL_SAVED_TREE (current_function_decl) == NULL_TREE) in c_pop_function_context()
|
| HD | lto-streamer-in.c | 868 DECL_SAVED_TREE (fn_decl) = NULL_TREE; in input_function()
|
| HD | ipa.c | 1172 DECL_SAVED_TREE (decl) = body; in cgraph_build_static_cdtor_1()
|
| HD | gimplify.c | 987 copy_if_shared (&DECL_SAVED_TREE (fndecl), visited); in unshare_body() 1033 unmark_visited (&DECL_SAVED_TREE (fndecl)); in unvisit_body() 8024 gimplify_stmt (&DECL_SAVED_TREE (fndecl), &seq); in gimplify_body() 8040 DECL_SAVED_TREE (fndecl) = NULL_TREE; in gimplify_body() 8231 DECL_SAVED_TREE (fndecl) = NULL_TREE; in gimplify_function_tree()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | optimize.c | 100 stmts = DECL_SAVED_TREE (fn); in clone_body() 116 append_to_statement_list_force (stmts, &DECL_SAVED_TREE (clone)); in clone_body()
|
| HD | cxx-pretty-print.c | 1625 if (DECL_SAVED_TREE (t)) in pp_cxx_function_definition() 1626 pp_cxx_statement (pp, DECL_SAVED_TREE (t)); in pp_cxx_function_definition() 2173 if (TREE_CODE (t) == FUNCTION_DECL && DECL_SAVED_TREE (t)) in pp_cxx_template_declaration() 2248 if (DECL_SAVED_TREE (t)) in pp_cxx_declaration()
|
| HD | decl.c | 1902 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in duplicate_decls() 12893 DECL_SAVED_TREE (decl1) = push_stmt_list (); in start_preparsed_function() 13397 register_constexpr_fundef (fun, DECL_SAVED_TREE (fun)); in maybe_save_function_definition() 13464 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function() 13489 DECL_SAVED_TREE (fndecl) = alloc_stmt_list (); in finish_function() 13526 finalize_nrv (&DECL_SAVED_TREE (fndecl), r, DECL_RESULT (fndecl)); in finish_function()
|
| HD | cp-gimplify.c | 1169 cp_walk_tree (&DECL_SAVED_TREE (fndecl), cp_genericize_r, &wtd, NULL); in cp_genericize()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-dump.c | 538 if (DECL_SAVED_TREE (t) && !dump_flag (di, TDF_SLIM, t)) in dequeue_and_dump() 539 dump_child ("body", DECL_SAVED_TREE (t)); in dequeue_and_dump()
|
| HD | function-tests.c | 253 DECL_SAVED_TREE(fndecl) = bind_expr; in build_trivial_generic_function()
|
| HD | ipa.c | 895 DECL_SAVED_TREE (decl) = body; in cgraph_build_static_cdtor_1()
|
| HD | lto-streamer-in.c | 1078 DECL_SAVED_TREE (fn_decl) = NULL_TREE; in input_function()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-decl.c | 1318 DECL_SAVED_TREE (extp) = NULL_TREE; in pop_scope() 2604 DECL_SAVED_TREE (newdecl) = DECL_SAVED_TREE (olddecl); in merge_decls() 2610 if (DECL_SAVED_TREE (olddecl)) in merge_decls() 9355 DECL_SAVED_TREE (fndecl) = push_stmt_list (); in store_parm_decls() 9470 DECL_SAVED_TREE (fndecl) = pop_stmt_list (DECL_SAVED_TREE (fndecl)); in finish_function() 9725 && DECL_SAVED_TREE (current_function_decl) == NULL_TREE) in c_pop_function_context()
|