HomeSort by: relevance | last modified time | path
    Searched defs:decl2 (Results 1 - 16 of 16) sorted by relevancy

  /src/tests/usr.bin/indent/
opt_fc1.c 129 /* comment */ int decl2; /* comment */ variable
130 /* looooooooooooooooooooooooooooooooooooooooong first comment */ int decl2; /* second comment */ variable
131 /* first comment */ int decl2; /* looooooooooooooooooooooooooooooooooooooooong second comment */ variable
135 /* comment */ int decl2; /* comment */ variable
136 /* looooooooooooooooooooooooooooooooooooooooong first comment */ int decl2; /* second comment */ variable
137 /* first comment */ int decl2; /* looooooooooooooooooooooooooooooooooooooooong variable
opt_bad.c 175 int decl2; variable
opt_badp.c 224 int decl2 = 5; local
237 int decl2 = 5; local
253 int decl2; local
264 int decl2; local
  /src/external/gpl3/gcc/dist/gcc/
ipa-devirt.cc 635 /* Return true if DECL1 and DECL2 are identical methods. Consider
639 methods_equal_p (tree decl1, tree decl2)
641 if (DECL_ASSEMBLER_NAME (decl1) == DECL_ASSEMBLER_NAME (decl2))
649 const char *name2 = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl2));
907 tree decl2 = TYPE_NAME (TYPE_MAIN_VARIANT (t2)); local
943 inform (DECL_SOURCE_LOCATION (decl2),
954 decl2 = st2;
958 inform (DECL_SOURCE_LOCATION (decl2),
963 decl2 = st2;
967 inform (DECL_SOURCE_LOCATION (decl2), reason)
    [all...]
genautomata.cc 1794 const_decl_t const decl2 = (const_decl_t) automaton_decl_2;
1798 && decl2->mode == dm_automaton
1799 && DECL_AUTOMATON (decl2)->name);
1801 DECL_AUTOMATON (decl2)->name) == 0;
1894 const_decl_t const decl2 = (const_decl_t) insn_decl_2;
1898 && decl2->mode == dm_insn_reserv
1899 && DECL_INSN_RESERV (decl2)->name);
1901 DECL_INSN_RESERV (decl2)->name) == 0;
7921 decl_t decl, decl2;
7938 decl2 = description->decls [j]
1788 const_decl_t const decl2 = (const_decl_t) automaton_decl_2; local
1887 const_decl_t const decl2 = (const_decl_t) insn_decl_2; local
    [all...]
omp-low.cc 1459 tree decl2 = DECL_VALUE_EXPR (decl); local
1460 gcc_assert (INDIRECT_REF_P (decl2));
1461 decl2 = TREE_OPERAND (decl2, 0);
1462 gcc_assert (DECL_P (decl2));
1463 install_var_local (decl2, ctx);
1655 tree decl2 = DECL_VALUE_EXPR (decl); local
1656 gcc_assert (INDIRECT_REF_P (decl2));
1657 decl2 = TREE_OPERAND (decl2, 0)
1669 tree decl2 = DECL_VALUE_EXPR (decl); local
1824 tree decl2 = DECL_VALUE_EXPR (decl); local
1911 tree decl2 = DECL_VALUE_EXPR (decl); local
    [all...]
gimplify.cc 7849 in untied tasks. If DECL2 is non-NULL, prevent this warning
7854 tree decl2)
7880 if (decl2)
7881 splay_tree_insert (octx->variables, (splay_tree_key)decl2, 0);
7894 if (decl2)
7895 splay_tree_insert (ctx->variables, (splay_tree_key)decl2, 0);
13686 tree decl2 = DECL_VALUE_EXPR (decl);
13687 gcc_assert (INDIRECT_REF_P (decl2));
13688 decl2 = TREE_OPERAND (decl2, 0)
13683 tree decl2 = DECL_VALUE_EXPR (decl); local
14358 tree decl2 = DECL_VALUE_EXPR (decl); local
14424 tree decl2 = DECL_VALUE_EXPR (decl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-devirt.cc 632 /* Return true if DECL1 and DECL2 are identical methods. Consider
636 methods_equal_p (tree decl1, tree decl2)
638 if (DECL_ASSEMBLER_NAME (decl1) == DECL_ASSEMBLER_NAME (decl2))
646 const char *name2 = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl2));
904 tree decl2 = TYPE_NAME (TYPE_MAIN_VARIANT (t2)); local
940 inform (DECL_SOURCE_LOCATION (decl2),
951 decl2 = st2;
955 inform (DECL_SOURCE_LOCATION (decl2),
960 decl2 = st2;
964 inform (DECL_SOURCE_LOCATION (decl2), reason)
    [all...]
genautomata.cc 1794 const_decl_t const decl2 = (const_decl_t) automaton_decl_2;
1798 && decl2->mode == dm_automaton
1799 && DECL_AUTOMATON (decl2)->name);
1801 DECL_AUTOMATON (decl2)->name) == 0;
1894 const_decl_t const decl2 = (const_decl_t) insn_decl_2;
1898 && decl2->mode == dm_insn_reserv
1899 && DECL_INSN_RESERV (decl2)->name);
1901 DECL_INSN_RESERV (decl2)->name) == 0;
7924 decl_t decl, decl2;
7941 decl2 = description->decls [j]
1788 const_decl_t const decl2 = (const_decl_t) automaton_decl_2; local
1887 const_decl_t const decl2 = (const_decl_t) insn_decl_2; local
    [all...]
omp-low.cc 1436 tree decl2 = DECL_VALUE_EXPR (decl); local
1437 gcc_assert (TREE_CODE (decl2) == INDIRECT_REF);
1438 decl2 = TREE_OPERAND (decl2, 0);
1439 gcc_assert (DECL_P (decl2));
1440 install_var_local (decl2, ctx);
1620 tree decl2 = DECL_VALUE_EXPR (decl); local
1621 gcc_assert (TREE_CODE (decl2) == INDIRECT_REF);
1622 decl2 = TREE_OPERAND (decl2, 0)
1634 tree decl2 = DECL_VALUE_EXPR (decl); local
1789 tree decl2 = DECL_VALUE_EXPR (decl); local
1876 tree decl2 = DECL_VALUE_EXPR (decl); local
    [all...]
gimplify.cc 7419 in untied tasks. If DECL2 is non-NULL, prevent this warning
7424 tree decl2)
7450 if (decl2)
7451 splay_tree_insert (octx->variables, (splay_tree_key)decl2, 0);
7464 if (decl2)
7465 splay_tree_insert (ctx->variables, (splay_tree_key)decl2, 0);
8971 tree decl2 = OMP_CLAUSE_DECL (*cp2);
8973 decl2 = OMP_CLAUSE_DECL (*cp2);
8974 if (is_or_contains_p (decl2, base_ptr))
9030 tree decl2 = OMP_CLAUSE_DECL (*cp2)
8968 tree decl2 = OMP_CLAUSE_DECL (*cp2); local
9027 tree decl2 = OMP_CLAUSE_DECL (*cp2); local
11280 tree decl2 = DECL_VALUE_EXPR (decl); local
11680 tree decl2 = DECL_VALUE_EXPR (decl); local
11731 tree decl2 = DECL_VALUE_EXPR (decl); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 1476 SVGAGBVertexElement decl2[18]; member in struct:__anon5634
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 3406 tree decl2 = TREE_VALUE (parm2); local
3410 if (error_operand_p (decl1) || error_operand_p (decl2))
3414 if (TREE_CODE (decl1) != TREE_CODE (decl2))
3420 if (DECL_VIRTUAL_P (decl1) != DECL_VIRTUAL_P (decl2))
3424 if (template_parameter_pack_p (decl1) != template_parameter_pack_p (decl2))
3430 if (!same_type_p (TREE_TYPE (decl1), TREE_TYPE (decl2)))
3433 else if (TREE_CODE (decl2) == TEMPLATE_DECL)
3437 if (!template_heads_equivalent_p (decl1, decl2))
13092 for (tree decl2 = DECL_CHAIN (decl);
13093 decl2
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25338 /* This compares the priority of target features in function DECL1 and DECL2.
25340 DECL2 is higher priority and 0 if they are the same. Note, priorities are
25344 rs6000_compare_version_priority (tree decl1, tree decl2)
25347 int priority2 = rs6000_clone_priority (decl2); local
25352 get_decl_name (decl1), get_decl_name (decl2), ret);
25397 const tree decl2 = default_version_info->this_node->decl;
25398 if (is_function_default_version (decl2))
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 3380 tree decl2 = TREE_VALUE (parm2); local
3384 if (error_operand_p (decl1) || error_operand_p (decl2))
3388 if (TREE_CODE (decl1) != TREE_CODE (decl2))
3395 != DECL_IMPLICIT_TEMPLATE_PARM_P (decl2))
3399 if (template_parameter_pack_p (decl1) != template_parameter_pack_p (decl2))
3405 if (!same_type_p (TREE_TYPE (decl1), TREE_TYPE (decl2)))
3408 else if (TREE_CODE (decl2) == TEMPLATE_DECL)
3412 if (!template_heads_equivalent_p (decl1, decl2))
13400 for (tree decl2 = DECL_CHAIN (decl);
13401 decl2
18357 tree decl2, decl3, prev = decl; local
25652 tree decl2 = DECL_TEMPLATE_RESULT (pat2); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24903 /* This compares the priority of target features in function DECL1 and DECL2.
24905 DECL2 is higher priority and 0 if they are the same. Note, priorities are
24909 rs6000_compare_version_priority (tree decl1, tree decl2)
24912 int priority2 = rs6000_clone_priority (decl2); local
24917 get_decl_name (decl1), get_decl_name (decl2), ret);
24962 const tree decl2 = default_version_info->this_node->decl;
24963 if (is_function_default_version (decl2))

Completed in 82 milliseconds