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

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 1953 /* Subroutine of duplicate_decls. Compare NEWDECL to OLDDECL.
2527 /* Subroutine of duplicate_decls. NEWDECL has been found to be
2975 duplicate_decls (tree newdecl, tree olddecl)
3151 the current scope. If there is, duplicate_decls may do all the
3152 work for us. If duplicate_decls returns false, that indicates
3154 replace the old one (duplicate_decls has issued all appropriate
3184 if (duplicate_decls (x, b_use->decl))
3291 && duplicate_decls (x, b->decl))
3315 if (visdecl && !b && duplicate_decls (x, visdecl))
2962 duplicate_decls (tree newdecl, tree olddecl) function
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 2092 /* Subroutine of duplicate_decls. Compare NEWDECL to OLDDECL.
2706 /* Subroutine of duplicate_decls. NEWDECL has been found to be
3163 duplicate_decls (tree newdecl, tree olddecl)
3342 the current scope. If there is, duplicate_decls may do all the
3343 work for us. If duplicate_decls returns false, that indicates
3345 replace the old one (duplicate_decls has issued all appropriate
3375 if (duplicate_decls (x, b_use->decl))
3475 if (b && duplicate_decls (x, b->decl))
3499 if (visdecl && !b && duplicate_decls (x, visdecl))
3150 duplicate_decls (tree newdecl, tree olddecl) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 985 /* Subroutine of duplicate_decls: return truthvalue of whether
1440 /* A subroutine of duplicate_decls. Emits a diagnostic when newdecl
1533 duplicate_decls (tree newdecl, tree olddecl, bool hiding, bool was_hidden)
1643 return duplicate_decls (newdecl, olddecl,
2980 turn called duplicate_decls when it discovered that another
2984 o Here, in duplicate_decls, we decided to clobber newdecl.
3085 declaration of a member results in a call to duplicate_decls,
5708 initialization. Thus, duplicate_decls won't warn
5712 field = duplicate_decls (decl, field);
5726 && duplicate_decls (decl, field)
1528 duplicate_decls (tree newdecl, tree olddecl, bool hiding, bool was_hidden) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 1108 /* Subroutine of duplicate_decls: return truthvalue of whether
1567 /* A subroutine of duplicate_decls. Emits a diagnostic when newdecl
1659 duplicate_decls (tree newdecl, tree olddecl, bool hiding, bool was_hidden)
1769 return duplicate_decls (newdecl, olddecl,
3208 turn called duplicate_decls when it discovered that another
3212 o Here, in duplicate_decls, we decided to clobber newdecl.
3313 declaration of a member results in a call to duplicate_decls,
6042 initialization. Thus, duplicate_decls won't warn
6046 field = duplicate_decls (decl, field);
6060 && duplicate_decls (decl, field)
1654 duplicate_decls (tree newdecl, tree olddecl, bool hiding, bool was_hidden) function
    [all...]

Completed in 60 milliseconds