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

  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 1328 tree olddecl = decl->csym; local
1333 DECL_SOURCE_LOCATION (decl->csym) = DECL_SOURCE_LOCATION (olddecl);
1337 if (DECL_EXTERNAL (olddecl) && !DECL_INITIAL (olddecl))
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 9386 tree olddecl = OVL_FIRST (TREE_OPERAND (use, 0));
9394 && TREE_CODE (olddecl) == TYPE_DECL
9395 && same_type_p (TREE_TYPE (decl), TREE_TYPE (olddecl)))
9406 inform (loc, "used here to mean %q#D", olddecl);
9407 inform (location_of (olddecl), "declared here" );
9378 tree olddecl = OVL_FIRST (TREE_OPERAND (use, 0)); local
decl.cc 1058 fns_correspond (tree newdecl, tree olddecl)
1060 if (TREE_CODE (newdecl) != TREE_CODE (olddecl))
1065 if (!template_heads_equivalent_p (newdecl, olddecl))
1068 olddecl = DECL_TEMPLATE_RESULT (olddecl);
1072 tree f2 = TREE_TYPE (olddecl);
1095 tree p2 = FUNCTION_FIRST_USER_PARMTYPE (olddecl);
1103 types_match = function_requirements_equivalent_p (newdecl, olddecl);
1116 decls_match (tree newdecl, tree olddecl, bool record_versions /* = true */)
1120 if (newdecl == olddecl)
1337 "previous declaration of %qD", olddecl); local
1529 "previous declaration of %q#D", olddecl); local
1583 "old declaration %q#D", olddecl); local
3542 "previous declaration of %qD", olddecl); local
17922 tree olddecl = pushdecl (decl1); local
    [all...]
pt.cc 4454 tree olddecl; local
4463 olddecl = innermost_non_namespace_value (DECL_NAME (decl));
4467 if (!olddecl)
4471 that OLDDECL might be an OVERLOAD (or perhaps even an
4474 if (!DECL_P (olddecl) || !DECL_TEMPLATE_PARM_P (olddecl))
4477 /* We check for decl != olddecl to avoid bogus errors for using a
4480 if (decl == olddecl
4495 inform (DECL_SOURCE_LOCATION (olddecl),
4496 "template parameter %qD declared here", olddecl); local
30005 tree olddecl = TREE_VALUE (oldelt); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 4486 tree olddecl; local
4495 olddecl = innermost_non_namespace_value (DECL_NAME (decl));
4499 if (!olddecl)
4503 that OLDDECL might be an OVERLOAD (or perhaps even an
4506 if (!DECL_P (olddecl) || !DECL_TEMPLATE_PARM_P (olddecl))
4509 /* We check for decl != olddecl to avoid bogus errors for using a
4512 if (decl == olddecl
4527 inform (DECL_SOURCE_LOCATION (olddecl),
4528 "template parameter %qD declared here", olddecl); local
    [all...]
decl.cc 993 decls_match (tree newdecl, tree olddecl, bool record_versions /* = true */)
997 if (newdecl == olddecl)
1000 if (TREE_CODE (newdecl) != TREE_CODE (olddecl))
1014 tree t2 = (DECL_USE_TEMPLATE (olddecl)
1015 ? DECL_TI_TEMPLATE (olddecl)
1020 if (CP_DECL_CONTEXT (newdecl) != CP_DECL_CONTEXT (olddecl)
1022 && DECL_EXTERN_C_P (olddecl)))
1027 if (DECL_IS_UNDECLARED_BUILTIN (olddecl)
1028 && DECL_EXTERN_C_P (olddecl) && !DECL_EXTERN_C_P (newdecl))
1032 tree f2 = TREE_TYPE (olddecl);
1214 "previous declaration of %qD", olddecl); local
1406 "previous declaration of %q#D", olddecl); local
1457 "old declaration %q#D", olddecl); local
3318 "previous declaration of %qD", olddecl); local
17168 tree olddecl = pushdecl (decl1); local
    [all...]

Completed in 50 milliseconds