/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | semantic2.d | 12 module dmd.semantic2; 76 extern(C++) void semantic2(Dsymbol dsym, Scope* sc) in semantic2() function 139 if (tempinst.semanticRun >= PASS.semantic2) in visit() 141 tempinst.semanticRun = PASS.semantic2; in visit() 173 s.semantic2(sc); in visit() 198 if (tmix.semanticRun >= PASS.semantic2) in visit() 200 tmix.semanticRun = PASS.semantic2; in visit() 221 s.semantic2(sc); in visit() 327 mod.semanticRun = PASS.semantic2; in visit() 339 s.semantic2(sc); in visit() [all …]
|
H A D | dsymbol.h | 91 void semantic2(Dsymbol *dsym, Scope *sc); 117 semantic2, // semantic2() started enumerator
|
H A D | clone.d | 36 import dmd.semantic2; 381 fop.semantic2(sc2); in buildOpAssign() 592 fop.semantic2(sc2); in buildXopEquals() 716 fop.semantic2(sc2); in buildXopCmp() 844 fop.semantic2(sc2); in buildXtoHash() 1689 ccd.semantic2(sc2); in buildCopyCtor()
|
H A D | dmodule.d | 48 import dmd.semantic2; 1360 s.semantic2(null); in runDeferredSemantic2()
|
H A D | README.md | 109 | [semantic2.d](https://github.com/dlang/dmd/blob/master/src/dmd/semantic2.d) | Do se…
|
H A D | semantic3.d | 66 import dmd.semantic2; 1554 ti.semantic2(sc3); in visit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | attrib.h | 41 void semantic2(Scope *sc); 81 void semantic2(Scope *sc); 137 void semantic2(Scope *sc); 275 void semantic2(Scope *sc);
|
H A D | nspace.c | 126 void Nspace::semantic2(Scope *sc) in semantic2() function 139 s->semantic2(sc); in semantic2()
|
H A D | staticassert.h | 28 void semantic2(Scope *sc);
|
H A D | attrib.c | 196 void AttribDeclaration::semantic2(Scope *sc) in semantic2() function 207 s->semantic2(sc2); in semantic2() 487 void DeprecatedDeclaration::semantic2(Scope *sc) in semantic2() function 490 StorageClassDeclaration::semantic2(sc); in semantic2() 685 void AlignDeclaration::semantic2(Scope *sc) in semantic2() function 688 AttribDeclaration::semantic2(sc); in semantic2() 1702 void UserAttributeDeclaration::semantic2(Scope *sc) in semantic2() function 1710 AttribDeclaration::semantic2(sc); in semantic2()
|
H A D | nspace.h | 29 void semantic2(Scope *sc);
|
H A D | import.h | 51 void semantic2(Scope *sc);
|
H A D | staticassert.c | 50 void StaticAssert::semantic2(Scope *sc) in semantic2() function
|
H A D | dimport.c | 387 void Import::semantic2(Scope *sc) in semantic2() function 392 mod->semantic2(NULL); in semantic2()
|
H A D | dmodule.c | 766 void Module::semantic2(Scope*) in semantic2() function 783 s->semantic2(sc); in semantic2() 788 userAttribDecl->semantic2(sc); in semantic2() 1002 s->semantic2(NULL); in runDeferredSemantic2()
|
H A D | template.h | 331 void semantic2(Scope *sc); 372 void semantic2(Scope *sc);
|
H A D | module.h | 128 void semantic2(Scope *); // pass 2 semantic analysis
|
H A D | dstruct.c | 248 void AggregateDeclaration::semantic2(Scope *sc) in semantic2() function 268 s->semantic2(sc2); in semantic2() 316 ti->semantic2(sc3); in semantic3() 1227 deferred->semantic2(sc); in semantic()
|
H A D | clone.c | 331 fop->semantic2(sc2); in buildOpAssign() 554 fop->semantic2(sc2); in buildXopEquals() 643 fop->semantic2(sc2); in buildXopCmp() 766 fop->semantic2(sc2); in buildXtoHash()
|
H A D | aggregate.h | 134 void semantic2(Scope *sc);
|
H A D | declaration.h | 272 void semantic2(Scope *sc); 605 void semantic2(Scope *sc);
|
H A D | dsymbol.h | 206 virtual void semantic2(Scope *sc);
|
H A D | arrayop.c | 84 fd->semantic2(sc); in buildArrayOp()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-frontend.cc | 436 m->semantic2 (NULL); in genCmain()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | Make-lang.in | 178 d/semantic2.o \
|