Searched refs:decl2 (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWshadow-1.C22 int decl2; // { dg-message "shadowed declaration" } variable
36 int decl2; // { dg-warning "shadows a global decl" } local
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dinout.c191 tree decl1, decl2;
363 decl2 = build_decl (FIELD_DECL, get_identifier ("name"),
365 DECL_INITIAL (decl2) = NULL_TREE;
366 TREE_CHAIN (decl1) = decl2;
367 TREE_CHAIN (decl2) = NULL_TREE;
381 decl2 = build_decl (FIELD_DECL, get_identifier ("name_table"),
383 DECL_INITIAL (decl2) = NULL_TREE;
384 TREE_CHAIN (decl1) = decl2;
385 decl1 = decl2;
386 TREE_CHAIN (decl2)
189 tree decl1, decl2; local
774 tree listbase, decl1, decl2, result, association; local
[all...]
H A Dtiming.c95 tree decl1, decl2, result; local
101 decl2 = build_decl (FIELD_DECL,
104 DECL_INITIAL (decl2) = NULL_TREE;
105 TREE_CHAIN (decl2) = NULL_TREE;
106 TREE_CHAIN (decl1) = decl2;
H A Dtasking.c755 tree listbase, decl1, decl2, result;
769 decl2 = build_decl (FIELD_DECL, get_identifier ("TaskValue"),
771 TREE_CHAIN (decl1) = decl2;
772 DECL_INITIAL (decl2) = NULL_TREE;
773 decl1 = decl2;
775 decl2 = build_decl (FIELD_DECL, get_identifier ("TaskValueDefined"),
777 TREE_CHAIN (decl1) = decl2;
778 DECL_INITIAL (decl2) = NULL_TREE;
779 decl1 = decl2;
781 decl2
746 tree listbase, decl1, decl2, result; local
1185 tree decl1, decl2, tdecl; local
[all...]
H A Dtypeck.c2161 tree decl1, decl2, result;
2167 decl2 = build_decl (FIELD_DECL, var_data_id, type);
2168 TREE_CHAIN (decl1) = decl2;
2169 TREE_CHAIN (decl2) = NULL_TREE;
2188 tree decl1, decl2, result;
2200 decl2 = build_decl (FIELD_DECL, get_identifier ("__INIT_NEXT"),
2203 TREE_CHAIN (decl1) = decl2;
2204 TREE_CHAIN (decl2) = NULL_TREE;
2148 tree decl1, decl2, result; local
2175 tree decl1, decl2, result; local
H A Dexpr.c1421 tree decl1, decl2;
1428 decl2 = build_decl (FIELD_DECL, get_identifier ("len"),
1431 TREE_CHAIN (decl1) = decl2;
1432 TREE_CHAIN (decl2) = NULL_TREE;
1433 decl2 = build_chill_struct_type (decl1);
1434 descr_type = build_decl (TYPE_DECL, get_identifier ("__tmp_DESCR_type"), decl2);
1413 tree decl1, decl2; local
H A Ddecl.c4773 tree decl2 = TREE_VALUE (succ);
4774 tree val2 = DECL_INITIAL (decl2);
4778 IDENTIFIER_POINTER (DECL_NAME (decl2)));
4723 tree decl2 = TREE_VALUE (succ); local
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c5755 tree decl2)
5771 if (decl2)
5772 splay_tree_insert (octx->variables, (splay_tree_key)decl2, 0);
5785 if (decl2)
5786 splay_tree_insert (ctx->variables, (splay_tree_key)decl2, 0);
6634 tree decl2 = DECL_VALUE_EXPR (decl);
6635 gcc_assert (TREE_CODE (decl2) == INDIRECT_REF);
6636 decl2 = TREE_OPERAND (decl2, 0);
6637 gcc_assert (DECL_P (decl2));
5751 omp_notice_threadprivate_variable(struct gimplify_omp_ctx *ctx, tree decl, tree decl2) argument
6631 tree decl2 = DECL_VALUE_EXPR (decl); local
6784 tree decl2 = DECL_VALUE_EXPR (decl); local
6819 tree decl2 = DECL_VALUE_EXPR (decl); local
[all...]
H A Dipa-icf.c755 tree decl2 = DECL_ATTRIBUTES (m_compared_func->decl); local
764 if (decl2 == NULL)
767 if (get_attribute_name (decl1) != get_attribute_name (decl2))
771 tree attr_value2 = TREE_VALUE (decl2);
786 decl2 = TREE_CHAIN (decl2);
789 if (decl1 != decl2)
H A Dgenautomata.c1789 const_decl_t const decl2 = (const_decl_t) automaton_decl_2;
1793 && decl2->mode == dm_automaton
1794 && DECL_AUTOMATON (decl2)->name);
1796 DECL_AUTOMATON (decl2)->name) == 0;
1889 const_decl_t const decl2 = (const_decl_t) insn_decl_2;
1893 && decl2->mode == dm_insn_reserv
1894 && DECL_INSN_RESERV (decl2)->name);
1896 DECL_INSN_RESERV (decl2)->name) == 0;
7919 decl_t decl, decl2;
7936 decl2
1783 const_decl_t const decl2 = (const_decl_t) automaton_decl_2; local
1882 const_decl_t const decl2 = (const_decl_t) insn_decl_2; local
7891 decl_t decl, decl2; local
[all...]
H A Dipa-devirt.c933 tree decl2 = TYPE_NAME (t2); local
956 inform (DECL_SOURCE_LOCATION (decl2),
967 decl2 = st2;
971 inform (DECL_SOURCE_LOCATION (decl2),
976 decl2 = st2;
980 inform (DECL_SOURCE_LOCATION (decl2), reason);
H A Domp-low.c1849 tree decl2 = DECL_VALUE_EXPR (decl); local
1850 gcc_assert (TREE_CODE (decl2) == INDIRECT_REF);
1851 decl2 = TREE_OPERAND (decl2, 0);
1852 gcc_assert (DECL_P (decl2));
1853 install_var_field (decl2, true, 3, ctx);
1854 install_var_local (decl2, ctx);
2006 tree decl2 = DECL_VALUE_EXPR (decl); local
2007 gcc_assert (TREE_CODE (decl2) == INDIRECT_REF);
2008 decl2
[all...]
H A Dcgraph.c236 cgraph_node::record_function_versions (tree decl1, tree decl2) argument
239 cgraph_node *decl2_node = cgraph_node::get_create (decl2);
H A Dtree-vect-stmts.c3414 tree decl2, int op_type)
3432 new_stmt2 = vect_gen_widened_results_half (code2, decl2, vop0, vop1,
3472 tree decl1 = NULL_TREE, decl2 = NULL_TREE; local
3930 c1, c2, decl1, decl2,
H A Dcgraph.h1154 static void record_function_versions (tree decl1, tree decl2);
/haiku-buildtools/legacy/gcc/gcc/
H A Dmakefile.vms84 CC1PLUSOBJS=[.cp]call.obj,[.cp]decl2.obj,\
378 [.cp]decl2.obj: [.cp]decl2.c
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexpr.c458 tree decl1, decl2; local
469 decl2 = find_stack_slot (stack_pointer - 2, type2);
471 emit_move_insn (DECL_RTL (decl1), DECL_RTL (decl2));
472 emit_move_insn (DECL_RTL (decl2), temp);
/haiku-buildtools/gcc/gcc/cp/
H A Dname-lookup.c2333 compparms_for_decl_and_using_decl (tree decl1, tree decl2)
2336 TYPE_ARG_TYPES (TREE_TYPE (decl2))))
2340 || ! DECL_FUNCTION_TEMPLATE_P (decl2))
2344 DECL_TEMPLATE_PARMS (decl2))
2346 TREE_TYPE (TREE_TYPE (decl2))));
2330 compparms_for_decl_and_using_decl(tree decl1, tree decl2) argument
H A Ddecl.c4226 tree decl2 = copy_node(decl);
4228 builtin_function_1 (decl2, std_node, false);
4251 tree decl2 = copy_node(decl);
4253 builtin_function_1 (decl2, std_node, true);
4217 tree decl2 = copy_node(decl); local
4242 tree decl2 = copy_node(decl); local
H A Dpt.c18964 tree decl2 = DECL_TEMPLATE_RESULT (pat2);
18970 tree args2 = TYPE_ARG_TYPES (TREE_TYPE (decl2));
18985 if (!DECL_STATIC_FUNCTION_P (decl2))
18988 else if (DECL_NONSTATIC_MEMBER_FUNCTION_P (decl2))
18999 if (DECL_CONV_FN_P (decl1) != DECL_CONV_FN_P (decl2))
19006 args2 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl2)), args2);
18962 tree decl2 = DECL_TEMPLATE_RESULT (pat2); local
/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c641 tree decl1, decl2;
653 decl2 = find_stack_slot (stack_pointer - 2, type2);
659 decl2));
639 tree decl1, decl2; local
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c34857 ix86_compare_version_priority(tree decl1, tree decl2) argument
[all...]

Completed in 1062 milliseconds