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

/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c10593 On entry, DECL_INITIAL (decl1) should be NULL_TREE or error_mark_node,
10595 in this translation unit. On exit, DECL_INITIAL (decl1) will be
10600 start_preparsed_function (tree decl1, tree attrs, int flags)
10609 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1)));
10616 fntype = TREE_TYPE (decl1);
10622 if (!ctype && DECL_FRIEND_P (decl1))
10624 ctype = DECL_FRIEND_CONTEXT (decl1);
10635 if (DECL_DECLARED_INLINE_P (decl1)
10637 warning (0, "inline function %q+D given attribute noinline", decl1);
10639 if (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P (decl1))
10580 start_preparsed_function(tree decl1, tree attrs, int flags) argument
10930 tree decl1; local
[all...]
H A Dpt.c11087 tree decl1 = DECL_TEMPLATE_RESULT (pat1);
11093 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1));
11104 if (DECL_NONSTATIC_MEMBER_FUNCTION_P (decl1))
11114 if (!DECL_STATIC_FUNCTION_P (decl1))
11122 if (DECL_CONV_FN_P (decl1) != DECL_CONV_FN_P (decl2))
11126 if (DECL_CONV_FN_P (decl1))
11128 args1 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl1)), args1);
11085 tree decl1 = DECL_TEMPLATE_RESULT (pat1); local
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c6187 tree decl1, old_decl;
6216 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, true, NULL);
6220 if (decl1 == 0)
6227 decl_attributes (&decl1, attributes, 0);
6229 if (DECL_DECLARED_INLINE_P (decl1)
6230 && DECL_UNINLINABLE (decl1)
6231 && lookup_attribute ("noinline", DECL_ATTRIBUTES (decl1)))
6233 decl1);
6238 && TREE_CODE (decl1) == FUNCTION_DECL
6239 && lookup_attribute ("gnu_inline", DECL_ATTRIBUTES (decl1)))
6160 tree decl1, old_decl; local
[all...]
H A Dgenautomata.c1769 const decl_t decl1 = (decl_t) automaton_decl_1;
1772 gcc_assert (decl1->mode == dm_automaton
1773 && DECL_AUTOMATON (decl1)->name
1776 return strcmp (DECL_AUTOMATON (decl1)->name,
1869 const decl_t decl1 = (decl_t) insn_decl_1;
1872 gcc_assert (decl1->mode == dm_insn_reserv
1873 && DECL_INSN_RESERV (decl1)->name
1876 return strcmp (DECL_INSN_RESERV (decl1)->name,
1763 const decl_t decl1 = (decl_t) automaton_decl_1; local
1862 const decl_t decl1 = (decl_t) insn_decl_1; local

Completed in 154 milliseconds