Home
last modified time | relevance | path

Searched refs:symtabInsert (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmodule.h129 Dsymbol *symtabInsert(Dsymbol *s);
H A Ddsymbol.c711 if (!sds->symtabInsert(this)) // if name is already defined in addMember()
965 Dsymbol *ForwardingScopeDsymbol::symtabInsert(Dsymbol *s) in symtabInsert() function
979 return ScopeDsymbol::symtabInsert(s); // insert locally in symtabInsert()
987 return forward->symtabInsert(s); in symtabInsert()
1389 Dsymbol *ScopeDsymbol::symtabInsert(Dsymbol *s) in symtabInsert() function
H A Ddsymbol.h340 virtual Dsymbol *symtabInsert(Dsymbol *s);
396 Dsymbol *symtabInsert(Dsymbol *s);
H A Ddscope.d657 return scopesym.symtabInsert(s);
660 if (!scopesym.symtabInsert(s)) // if already in table
H A Ddsymbol.d798 if (!sds.symtabInsert(this)) // if name is already defined in addMember()
1755 Dsymbol symtabInsert(Dsymbol s) nothrow in symtabInsert() function
2171 override Dsymbol symtabInsert(Dsymbol s) nothrow in symtabInsert() function
2185 return super.symtabInsert(s); // insert locally in symtabInsert()
2193 return forward.symtabInsert(s); in symtabInsert()
H A Ddmodule.c894 Dsymbol *Module::symtabInsert(Dsymbol *s) in symtabInsert() function
897 return Package::symtabInsert(s); in symtabInsert()
H A Ddmodule.d1264 override Dsymbol symtabInsert(Dsymbol s) in symtabInsert() function
1267 return Package.symtabInsert(s); in symtabInsert()
H A Ddscope.c519 return sc->scopesym->symtabInsert(s); in insert()
H A Dtypesem.d2066 if (scopesym.symtab && !scopesym.symtabInsert(sd)) in typeSemantic()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c711 if (!sds->symtabInsert(this)) // if name is already defined in addMember()
965 Dsymbol *ForwardingScopeDsymbol::symtabInsert(Dsymbol *s) in symtabInsert() function
979 return ScopeDsymbol::symtabInsert(s); // insert locally in symtabInsert()
987 return forward->symtabInsert(s); in symtabInsert()
1389 Dsymbol *ScopeDsymbol::symtabInsert(Dsymbol *s) in symtabInsert() function
H A Ddsymbol.h316 virtual Dsymbol *symtabInsert(Dsymbol *s);
383 Dsymbol *symtabInsert(Dsymbol *s);
H A Dmodule.h133 Dsymbol *symtabInsert(Dsymbol *s);
H A Ddmodule.c894 Dsymbol *Module::symtabInsert(Dsymbol *s) in symtabInsert() function
897 return Package::symtabInsert(s); in symtabInsert()
H A Ddscope.c519 return sc->scopesym->symtabInsert(s); in insert()