Home
last modified time | relevance | path

Searched refs:decl1 (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDdecl.c11049 start_preparsed_function (tree decl1, tree attrs, int flags) in start_preparsed_function() argument
11058 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1))); in start_preparsed_function()
11065 fntype = TREE_TYPE (decl1); in start_preparsed_function()
11071 if (!ctype && DECL_FRIEND_P (decl1)) in start_preparsed_function()
11073 ctype = DECL_FRIEND_CONTEXT (decl1); in start_preparsed_function()
11084 if (DECL_DECLARED_INLINE_P (decl1) in start_preparsed_function()
11086 warning (0, "inline function %q+D given attribute noinline", decl1); in start_preparsed_function()
11088 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1)) in start_preparsed_function()
11092 adjust_clone_args (decl1); in start_preparsed_function()
11096 if (ctype != NULL_TREE && DECL_STATIC_FUNCTION_P (decl1) in start_preparsed_function()
[all …]
HDpt.c11090 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn() local
11096 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1)); in more_specialized_fn()
11107 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (decl1)) in more_specialized_fn()
11117 if (!DECL_STATIC_FUNCTION_P (decl1)) in more_specialized_fn()
11125 if (DECL_CONV_FN_P (decl1) != DECL_CONV_FN_P (decl2)) in more_specialized_fn()
11129 if (DECL_CONV_FN_P (decl1)) in more_specialized_fn()
11131 args1 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl1)), args1); in more_specialized_fn()
/freebsd-11-stable/contrib/gcc/
HDc-decl.c6593 tree decl1, old_decl; in start_function() local
6622 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, true, NULL); in start_function()
6626 if (decl1 == 0) in start_function()
6633 decl_attributes (&decl1, attributes, 0); in start_function()
6635 if (DECL_DECLARED_INLINE_P (decl1) in start_function()
6636 && DECL_UNINLINABLE (decl1) in start_function()
6637 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl1))) in start_function()
6639 decl1); in start_function()
6644 && TREE_CODE (decl1) == FUNCTION_DECL in start_function()
6645 && lookup_attribute ("gnu_inline", DECL_ATTRIBUTES (decl1))) in start_function()
[all …]
HDgenautomata.c1763 const decl_t decl1 = (decl_t) automaton_decl_1; in automaton_decl_eq_p() local
1766 gcc_assert (decl1->mode == dm_automaton in automaton_decl_eq_p()
1767 && DECL_AUTOMATON (decl1)->name in automaton_decl_eq_p()
1770 return strcmp (DECL_AUTOMATON (decl1)->name, in automaton_decl_eq_p()
1862 const decl_t decl1 = (decl_t) insn_decl_1; in insn_decl_eq_p() local
1865 gcc_assert (decl1->mode == dm_insn_reserv in insn_decl_eq_p()
1866 && DECL_INSN_RESERV (decl1)->name in insn_decl_eq_p()
1869 return strcmp (DECL_INSN_RESERV (decl1)->name, in insn_decl_eq_p()