Home
last modified time | relevance | path

Searched refs:overloadInsert (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h193 bool overloadInsert(Dsymbol *s);
214 bool overloadInsert(Dsymbol *s);
631 bool overloadInsert(Dsymbol *s);
757 bool overloadInsert(Dsymbol *s);
772 bool overloadInsert(Dsymbol *s);
H A Dimport.h50 bool overloadInsert(Dsymbol *s);
H A Ddeclaration.d755 override bool overloadInsert(Dsymbol s) in overloadInsert() function
798 return aliassym.overloadInsert(s); in overloadInsert()
806 return aliassym.overloadInsert(s); in overloadInsert()
817 return od.overloadInsert(s); in overloadInsert()
853 return overnext.overloadInsert(s); in overloadInsert()
1023 override bool overloadInsert(Dsymbol s) in overloadInsert() function
1027 return overnext.overloadInsert(s); in overloadInsert()
H A Dtemplate.h78 bool overloadInsert(Dsymbol *s);
H A Ddimport.d335 override bool overloadInsert(Dsymbol s) in overloadInsert() function
H A Dfunc.d752 override bool overloadInsert(Dsymbol s) in overloadInsert() function
760 return overnext.overloadInsert(ad); in overloadInsert()
776 return overnext.overloadInsert(td); in overloadInsert()
808 fd.overloadInsert(td); in overloadInsert()
810 return overnext.overloadInsert(fd); in overloadInsert()
3890 override bool overloadInsert(Dsymbol s) in overloadInsert() function
3955 override bool overloadInsert(Dsymbol s) in overloadInsert() function
H A Ddsymbol.h225 virtual bool overloadInsert(Dsymbol *s);
H A Ddsymbol.d833 if (!s2.overloadInsert(this)) in addMember()
975 bool overloadInsert(Dsymbol s) in overloadInsert() function
2588 fd2.overloadInsert(fd); in handleSymbolRedeclarations()
H A Ddtemplate.d674 override bool overloadInsert(Dsymbol s) in overloadInsert() function
684 return funcroot.overloadInsert(fd); in overloadInsert()
686 return funcroot.overloadInsert(this); in overloadInsert()
H A Ddsymbolsem.d6428 if (!ds.overloadInsert(sx)) in aliasSemantic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h204 bool overloadInsert(Dsymbol *s);
228 bool overloadInsert(Dsymbol *s);
617 bool overloadInsert(Dsymbol *s);
751 bool overloadInsert(Dsymbol *s);
769 bool overloadInsert(Dsymbol *s);
H A Dimport.h56 bool overloadInsert(Dsymbol *s);
H A Ddeclaration.c485 if (!overloadInsert(sx)) in aliasSemantic()
491 bool AliasDeclaration::overloadInsert(Dsymbol *s) in overloadInsert() function
530 return aliassym->overloadInsert(s); in overloadInsert()
538 return aliassym->overloadInsert(s); in overloadInsert()
549 return od->overloadInsert(s); in overloadInsert()
585 return overnext->overloadInsert(s); in overloadInsert()
762 bool OverDeclaration::overloadInsert(Dsymbol *s) in overloadInsert() function
766 return overnext->overloadInsert(s); in overloadInsert()
H A Ddimport.c476 bool Import::overloadInsert(Dsymbol *s) in overloadInsert() function
H A Ddsymbol.h211 virtual bool overloadInsert(Dsymbol *s);
H A Dtemplate.h84 bool overloadInsert(Dsymbol *s);
H A Dfunc.c2913 bool FuncDeclaration::overloadInsert(Dsymbol *s) in overloadInsert() function
2922 return overnext->overloadInsert(ad); in overloadInsert()
2938 return overnext->overloadInsert(td); in overloadInsert()
2950 fd->overloadInsert(td); in overloadInsert()
2952 return overnext->overloadInsert(fd); in overloadInsert()
4987 bool PostBlitDeclaration::overloadInsert(Dsymbol *) in overloadInsert() function
5064 bool DtorDeclaration::overloadInsert(Dsymbol *) in overloadInsert() function
H A Ddsymbol.c605 bool Dsymbol::overloadInsert(Dsymbol *) in overloadInsert() function
714 if (!s2->overloadInsert(this)) in addMember()
H A Ddtemplate.c704 bool TemplateDeclaration::overloadInsert(Dsymbol *s) in overloadInsert() function
710 return funcroot->overloadInsert(fd); in overloadInsert()
712 return funcroot->overloadInsert(this); in overloadInsert()