Searched refs:current_function_decl (Results 26 - 50 of 94) sorted by relevance

1234

/freebsd-10.2-release/contrib/gcc/
H A Dfinal.c1424 number_blocks (current_function_decl);
1428 TREE_ASM_WRITTEN (DECL_INITIAL (current_function_decl)) = 1;
1468 rtx svrtx = targetm.calls.struct_value_rtx (TREE_TYPE (current_function_decl), 1);
1936 (current_function_decl));
2008 (current_function_decl));
3935 x = DECL_RTL (current_function_decl);
3941 assemble_start_function (current_function_decl, fnname);
3952 assemble_end_function (current_function_decl, fnname);
3979 (*debug_hooks->function_decl) (current_function_decl);
4071 if (targetm.binds_local_p (current_function_decl))
[all...]
H A Dtree-inline.c1035 just test whether fn == current_function_decl. */
1152 gcc_assert (fn != current_function_decl);
2233 if (current_function_decl)
2235 id.dst_fn = current_function_decl;
2236 prev_fn = current_function_decl;
2518 id.src_fn = current_function_decl;
2519 id.dst_fn = current_function_decl;
2814 current_function_decl = new_decl;
2881 current_function_decl = NULL;
2899 id.src_fn = current_function_decl;
[all...]
H A Dcgraphunit.c662 struct cgraph_node *node = cgraph_node (current_function_decl);
963 current_function_decl = decl;
984 current_function_decl = NULL;
1264 current_function_decl = NULL;
1697 current_function_decl = decl;
H A Dstmt.c171 if (function != current_function_decl)
256 gcc_assert (!context || context == current_function_decl);
1546 rtx return_reg = DECL_RTL (DECL_RESULT (current_function_decl));
1549 tree type = TREE_TYPE (DECL_RESULT (current_function_decl));
1550 if (targetm.calls.promote_function_return (TREE_TYPE (current_function_decl)))
1554 = DECL_MODE (DECL_RESULT (current_function_decl));
1592 if (TREE_CODE (TREE_TYPE (TREE_TYPE (current_function_decl))) == VOID_TYPE)
1613 result_rtl = DECL_RTL (DECL_RESULT (current_function_decl));
1742 tree ot = TREE_TYPE (DECL_RESULT (current_function_decl));
H A Dtree-dfa.c249 get_name (current_function_decl), (unsigned) num_referenced_vars);
421 = lang_hooks.decl_printable_name (current_function_decl, 2);
H A Dpredict.c1885 if (DECL_SECTION_NAME (current_function_decl)
1891 || DECL_ONE_ONLY (current_function_decl))
1901 DECL_SECTION_NAME (current_function_decl) =
1904 DECL_SECTION_NAME (current_function_decl) =
H A Domp-low.c524 DECL_CONTEXT (copy) = current_function_decl;
690 DECL_CONTEXT (new_var) = current_function_decl;
839 ctx->cb.src_fn = current_function_decl;
840 ctx->cb.dst_fn = current_function_decl;
841 ctx->cb.src_node = cgraph_node (current_function_decl);
1084 tree name = DECL_ASSEMBLER_NAME (current_function_decl);
1134 DECL_CONTEXT (t) = current_function_decl;
4427 scan_omp (&DECL_SAVED_TREE (current_function_decl), NULL);
4431 lower_omp (&DECL_SAVED_TREE (current_function_decl), NULL);
4641 tree save_current = current_function_decl;
[all...]
H A Dipa-inline.c1141 current_function_decl = node->decl;
1142 optimize_inline_calls (current_function_decl);
1144 current_function_decl = NULL;
H A Dvarasm.c388 gcc_assert (cfun && current_function_decl);
392 dsn = DECL_SECTION_NAME (current_function_decl);
580 if (current_function_decl != NULL_TREE
581 && DECL_SECTION_NAME (current_function_decl) != NULL_TREE)
583 : get_named_section (current_function_decl,
586 return targetm.asm_out.select_section (current_function_decl,
588 DECL_ALIGN (current_function_decl));
592 : hot_function_section (current_function_decl));
1477 ASM_DECLARE_FUNCTION_NAME (asm_out_file, fnname, current_function_decl);
5263 else if (current_function_decl
[all...]
H A Dtree-ssa-alias.c1329 get_name (current_function_decl),
1607 get_name (current_function_decl),
2220 DECL_CONTEXT (tag) = current_function_decl;
2360 = lang_hooks.decl_printable_name (current_function_decl, 2);
2389 = lang_hooks.decl_printable_name (current_function_decl, 2);
2548 lang_hooks.decl_printable_name (current_function_decl, 2);
2666 if (decl_function_context (var) == current_function_decl)
H A Dtree-vectorizer.c1331 if (!current_function_decl || !vect_dump)
1336 DECL_SOURCE_FILE (current_function_decl),
1337 DECL_SOURCE_LINE (current_function_decl));
H A Dtree-ssa-alias-warnings.c1035 && !processed_func_p (current_function_decl)))
H A Dc-typeck.c1483 current_function_decl != 0
2227 else if (current_function_decl != 0
2228 && !DECL_FILE_SCOPE_P (current_function_decl)
2235 if (context != 0 && context != current_function_decl)
2241 else if (current_function_decl != 0
2242 && DECL_DECLARED_INLINE_P (current_function_decl)
2243 && DECL_EXTERNAL (current_function_decl)
2250 "which is not static", &loc, ref, current_function_decl);
7372 TREE_TYPE (current_function_decl)
7374 TYPE_ARG_TYPES (TREE_TYPE (current_function_decl)));
[all...]
H A Ddwarf2out.c2549 switch_to_section (function_section (current_function_decl));
2578 fde->decl = current_function_decl;
2589 fde->nothrow = TREE_NOTHROW (current_function_decl);
10397 else if (current_function_decl && DECL_SECTION_NAME (current_function_decl))
10399 tree sectree = DECL_SECTION_NAME (current_function_decl);
10482 if (!current_function_decl)
10574 section = secname_for_decl (current_function_decl);
10653 offset += FRAME_POINTER_CFA_OFFSET (current_function_decl);
10656 offset += ARG_POINTER_CFA_OFFSET (current_function_decl);
[all...]
H A Dtree-cfg.c230 build_tree_cfg (&DECL_SAVED_TREE (current_function_decl));
1750 && *stmt_p != DECL_SAVED_TREE (current_function_decl)
1948 remove_useless_stmts_1 (&DECL_SAVED_TREE (current_function_decl), &data);
2305 = lang_hooks.decl_printable_name (current_function_decl, 2);
2319 dump_function_to_file (current_function_decl, file, flags | TDF_BLOCKS);
2337 = lang_hooks.decl_printable_name (current_function_decl, 2);
2394 = lang_hooks.decl_printable_name (current_function_decl, 2);
3739 != current_function_decl)
H A Dgimplify.c372 DECL_CONTEXT (lab) = current_function_decl;
728 DECL_CONTEXT (tmp) = current_function_decl;
749 declare_vars (tmp, DECL_SAVED_TREE (current_function_decl), false);
1142 if (VOID_TYPE_P (TREE_TYPE (TREE_TYPE (current_function_decl))))
1165 || aggregate_value_p (result_decl, TREE_TYPE (current_function_decl)))
1662 && decl_function_context (decl) == current_function_decl)
5651 == current_function_decl);
6373 oldfn = current_function_decl;
6374 current_function_decl = fndecl;
6425 current_function_decl
[all...]
/freebsd-10.2-release/contrib/gcc/cp/
H A Dname-lookup.c579 if (current_function_decl && x != current_function_decl
588 DECL_CONTEXT (x) = current_function_decl;
595 && current_function_decl
596 && x != current_function_decl)
620 if (! t && current_function_decl && x != current_function_decl
946 if (DECL_CONTEXT (oldlocal) == current_function_decl
953 if (FUNCTION_NEEDS_BODY_BLOCK (current_function_decl))
1844 tree function_decl = current_function_decl;
[all...]
H A Dtypeck.c4695 TREE_OPERAND (targ, 0), current_function_decl, NULL);
5972 if (! DECL_ARTIFICIAL (current_function_decl))
6639 tree valtype = TREE_TYPE (DECL_RESULT (current_function_decl));
6728 if (TREE_THIS_VOLATILE (current_function_decl))
6732 if (DECL_DESTRUCTOR_P (current_function_decl))
6738 else if (DECL_CONSTRUCTOR_P (current_function_decl))
6763 TREE_TYPE (current_function_decl)
6765 TYPE_ARG_TYPES (TREE_TYPE (current_function_decl)));
6766 TREE_TYPE (DECL_RESULT (current_function_decl)) = restype;
6767 relayout_decl (DECL_RESULT (current_function_decl));
[all...]
H A Derror.c2207 if (current_function_decl == NULL)
2211 function_category (current_function_decl),
2212 cxx_printable_name (current_function_decl, 2));
2252 if (current_function_decl != TINST_DECL (p)
2253 && current_function_decl != NULL_TREE)
2260 if (current_function_decl == TINST_DECL (p))
H A Dexcept.c492 && (DECL_CONSTRUCTOR_P (current_function_decl)
493 || DECL_DESTRUCTOR_P (current_function_decl)))
H A Dfriend.c529 else if (current_function_decl)
H A Dmethod.c432 current_function_decl = thunk_fndecl;
450 current_function_decl = 0;
748 bool nested = (current_function_decl != NULL_TREE);
H A Dtree.c259 DECL_CONTEXT (slot) = current_function_decl;
950 if (current_function_decl != NULL_TREE)
952 if (decl_ring[ring_counter] == current_function_decl)
956 gcc_assert (decl_ring[ring_counter] != current_function_decl);
1913 || current_function_decl)
H A Dparser.c6730 tree class_type = DECL_CONTEXT (current_function_decl);
6733 DECL_DESTRUCTOR_P (current_function_decl) && class_type != NULL_TREE
8448 if (DECL_CONSTRUCTOR_P (current_function_decl))
8475 if (!DECL_CONSTRUCTOR_P (current_function_decl))
8499 if (DECL_CONSTRUCTOR_P (current_function_decl))
11707 saved_current_function_decl = current_function_decl;
11708 current_function_decl = decl;
11720 current_function_decl = saved_current_function_decl;
16096 else if (DECL_INITIAL (current_function_decl) != error_mark_node)
16100 fn = current_function_decl;
[all...]
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Dcygming.h279 if (MAIN_NAME_P (DECL_NAME (current_function_decl))) \

Completed in 559 milliseconds

1234