Home
last modified time | relevance | path

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

12

/netbsd-src/tests/usr.bin/indent/
H A Dopt_badp.c220 int decl1[2][2] = { in f() local
233 int decl1[2][2] = { in f() local
251 int decl1; in f() local
262 int decl1; in f() local
H A Dopt_bad.c170 int decl1[2][2] = { variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c16186 start_preparsed_function (tree decl1, tree attrs, int flags) in start_preparsed_function() argument
16195 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1))); in start_preparsed_function()
16202 fntype = TREE_TYPE (decl1); in start_preparsed_function()
16208 if (!ctype && DECL_FRIEND_P (decl1)) in start_preparsed_function()
16210 ctype = DECL_FRIEND_CONTEXT (decl1); in start_preparsed_function()
16221 if (DECL_DECLARED_INLINE_P (decl1) in start_preparsed_function()
16223 warning_at (DECL_SOURCE_LOCATION (decl1), 0, in start_preparsed_function()
16224 "inline function %qD given attribute %qs", decl1, "noinline"); in start_preparsed_function()
16227 if (GNU_INLINE_P (decl1)) in start_preparsed_function()
16229 DECL_EXTERNAL (decl1) = 1; in start_preparsed_function()
[all …]
H A Dpt.c3360 tree decl1 = TREE_VALUE (parm1); in template_parameters_equivalent_p() local
3365 if (error_operand_p (decl1) || error_operand_p (decl2)) in template_parameters_equivalent_p()
3369 if (TREE_CODE (decl1) != TREE_CODE (decl2)) in template_parameters_equivalent_p()
3375 if (DECL_VIRTUAL_P (decl1) != DECL_VIRTUAL_P (decl2)) in template_parameters_equivalent_p()
3379 if (template_parameter_pack_p (decl1) != template_parameter_pack_p (decl2)) in template_parameters_equivalent_p()
3382 if (TREE_CODE (decl1) == PARM_DECL) in template_parameters_equivalent_p()
3385 if (!same_type_p (TREE_TYPE (decl1), TREE_TYPE (decl2))) in template_parameters_equivalent_p()
3392 if (!template_heads_equivalent_p (decl1, decl2)) in template_parameters_equivalent_p()
24156 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn() local
24162 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1)); in more_specialized_fn()
[all …]
H A Dname-lookup.c7708 tree decl1 = current_function_decl; in push_operator_bindings() local
7710 DECL_ATTRIBUTES (decl1))) in push_operator_bindings()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc17038 start_preparsed_function (tree decl1, tree attrs, int flags) in start_preparsed_function() argument
17047 tree fntype = TREE_TYPE (decl1); in start_preparsed_function()
17052 ctype = DECL_FRIEND_CONTEXT (decl1); in start_preparsed_function()
17058 if (DECL_DECLARED_INLINE_P (decl1) in start_preparsed_function()
17060 warning_at (DECL_SOURCE_LOCATION (decl1), 0, in start_preparsed_function()
17061 "inline function %qD given attribute %qs", decl1, "noinline"); in start_preparsed_function()
17064 if (GNU_INLINE_P (decl1)) in start_preparsed_function()
17066 DECL_EXTERNAL (decl1) = 1; in start_preparsed_function()
17067 DECL_NOT_REALLY_EXTERN (decl1) = 0; in start_preparsed_function()
17068 DECL_INTERFACE_KNOWN (decl1) = 1; in start_preparsed_function()
[all …]
H A Dpt.cc3405 tree decl1 = TREE_VALUE (parm1); in template_parameters_equivalent_p() local
3410 if (error_operand_p (decl1) || error_operand_p (decl2)) in template_parameters_equivalent_p()
3414 if (TREE_CODE (decl1) != TREE_CODE (decl2)) in template_parameters_equivalent_p()
3420 if (DECL_VIRTUAL_P (decl1) != DECL_VIRTUAL_P (decl2)) in template_parameters_equivalent_p()
3424 if (template_parameter_pack_p (decl1) != template_parameter_pack_p (decl2)) in template_parameters_equivalent_p()
3427 if (TREE_CODE (decl1) == PARM_DECL) in template_parameters_equivalent_p()
3430 if (!same_type_p (TREE_TYPE (decl1), TREE_TYPE (decl2))) in template_parameters_equivalent_p()
3437 if (!template_heads_equivalent_p (decl1, decl2)) in template_parameters_equivalent_p()
25075 tree decl1 = DECL_TEMPLATE_RESULT (pat1); in more_specialized_fn() local
25081 tree args1 = TYPE_ARG_TYPES (TREE_TYPE (decl1)); in more_specialized_fn()
[all …]
H A DChangeLog-20134123 decl1.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c9122 tree decl1, old_decl; in start_function() local
9137 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, true, NULL, in start_function()
9139 invoke_plugin_callbacks (PLUGIN_START_PARSE_FUNCTION, decl1); in start_function()
9143 if (decl1 == NULL_TREE in start_function()
9144 || TREE_CODE (decl1) != FUNCTION_DECL) in start_function()
9147 loc = DECL_SOURCE_LOCATION (decl1); in start_function()
9151 TREE_PUBLIC (decl1) = 0; in start_function()
9153 c_decl_attributes (&decl1, attributes, 0); in start_function()
9155 if (DECL_DECLARED_INLINE_P (decl1) in start_function()
9156 && DECL_UNINLINABLE (decl1) in start_function()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc9505 tree decl1, old_decl; in start_function() local
9518 decl1 = grokdeclarator (declarator, declspecs, FUNCDEF, true, NULL, in start_function()
9520 invoke_plugin_callbacks (PLUGIN_START_PARSE_FUNCTION, decl1); in start_function()
9524 if (decl1 == NULL_TREE in start_function()
9525 || TREE_CODE (decl1) != FUNCTION_DECL) in start_function()
9528 loc = DECL_SOURCE_LOCATION (decl1); in start_function()
9532 TREE_PUBLIC (decl1) = 0; in start_function()
9534 c_decl_attributes (&decl1, attributes, 0); in start_function()
9536 if (DECL_DECLARED_INLINE_P (decl1) in start_function()
9537 && DECL_UNINLINABLE (decl1) in start_function()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.h206 int ix86_compare_version_priority (tree decl1, tree decl2);
H A Di386-features.c2340 ix86_compare_version_priority (tree decl1, tree decl2) in ix86_compare_version_priority() argument
2342 unsigned int priority1 = get_builtin_code_for_version (decl1, NULL); in ix86_compare_version_priority()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.h207 int ix86_compare_version_priority (tree decl1, tree decl2);
H A Di386-features.cc2470 ix86_compare_version_priority (tree decl1, tree decl2) in ix86_compare_version_priority() argument
2472 unsigned int priority1 = get_builtin_code_for_version (decl1, NULL); in ix86_compare_version_priority()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga3d_cmd.h1473 SVGAGBVertexElement decl1[4]; member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenautomata.cc1787 const_decl_t const decl1 = (const_decl_t) automaton_decl_1; in automaton_decl_eq_p() local
1790 gcc_assert (decl1->mode == dm_automaton in automaton_decl_eq_p()
1791 && DECL_AUTOMATON (decl1)->name in automaton_decl_eq_p()
1794 return strcmp (DECL_AUTOMATON (decl1)->name, in automaton_decl_eq_p()
1886 const_decl_t const decl1 = (const_decl_t) insn_decl_1; in insn_decl_eq_p() local
1889 gcc_assert (decl1->mode == dm_insn_reserv in insn_decl_eq_p()
1890 && DECL_INSN_RESERV (decl1)->name in insn_decl_eq_p()
1893 return strcmp (DECL_INSN_RESERV (decl1)->name, in insn_decl_eq_p()
H A Dipa-devirt.cc636 methods_equal_p (tree decl1, tree decl2) in methods_equal_p() argument
638 if (DECL_ASSEMBLER_NAME (decl1) == DECL_ASSEMBLER_NAME (decl2)) in methods_equal_p()
642 const char *name1 = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl1)); in methods_equal_p()
H A Dcgraph.cc235 cgraph_node::record_function_versions (tree decl1, tree decl2) in record_function_versions() argument
237 cgraph_node *decl1_node = cgraph_node::get_create (decl1); in record_function_versions()
H A Dcgraph.h1319 static void record_function_versions (tree decl1, tree decl2);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenautomata.c1787 const_decl_t const decl1 = (const_decl_t) automaton_decl_1; in automaton_decl_eq_p() local
1790 gcc_assert (decl1->mode == dm_automaton in automaton_decl_eq_p()
1791 && DECL_AUTOMATON (decl1)->name in automaton_decl_eq_p()
1794 return strcmp (DECL_AUTOMATON (decl1)->name, in automaton_decl_eq_p()
1886 const_decl_t const decl1 = (const_decl_t) insn_decl_1; in insn_decl_eq_p() local
1889 gcc_assert (decl1->mode == dm_insn_reserv in insn_decl_eq_p()
1890 && DECL_INSN_RESERV (decl1)->name in insn_decl_eq_p()
1893 return strcmp (DECL_INSN_RESERV (decl1)->name, in insn_decl_eq_p()
H A Dipa-devirt.c623 methods_equal_p (tree decl1, tree decl2)
625 if (DECL_ASSEMBLER_NAME (decl1) == DECL_ASSEMBLER_NAME (decl2))
629 const char *name1 = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl1));
H A Dcgraph.c232 cgraph_node::record_function_versions (tree decl1, tree decl2) in record_function_versions() argument
234 cgraph_node *decl1_node = cgraph_node::get_create (decl1); in record_function_versions()
H A Dcgraph.h1363 static void record_function_versions (tree decl1, tree decl2);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24844 rs6000_compare_version_priority (tree decl1, tree decl2) in rs6000_compare_version_priority() argument
24846 int priority1 = rs6000_clone_priority (decl1); in rs6000_compare_version_priority()
24852 get_decl_name (decl1), get_decl_name (decl2), ret); in rs6000_compare_version_priority()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c24158 rs6000_compare_version_priority (tree decl1, tree decl2) in rs6000_compare_version_priority() argument
24160 int priority1 = rs6000_clone_priority (decl1); in rs6000_compare_version_priority()
24166 get_decl_name (decl1), get_decl_name (decl2), ret); in rs6000_compare_version_priority()

12