Home
last modified time | relevance | path

Searched refs:semantic2 (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic2.d12 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 Ddsymbol.h91 void semantic2(Dsymbol *dsym, Scope *sc);
117 semantic2, // semantic2() started enumerator
H A Dclone.d36 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 Ddmodule.d48 import dmd.semantic2;
1360 s.semantic2(null); in runDeferredSemantic2()
H A DREADME.md109 | [semantic2.d](https://github.com/dlang/dmd/blob/master/src/dmd/semantic2.d) | Do se…
H A Dsemantic3.d66 import dmd.semantic2;
1554 ti.semantic2(sc3); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h41 void semantic2(Scope *sc);
81 void semantic2(Scope *sc);
137 void semantic2(Scope *sc);
275 void semantic2(Scope *sc);
H A Dnspace.c126 void Nspace::semantic2(Scope *sc) in semantic2() function
139 s->semantic2(sc); in semantic2()
H A Dstaticassert.h28 void semantic2(Scope *sc);
H A Dattrib.c196 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 Dnspace.h29 void semantic2(Scope *sc);
H A Dimport.h51 void semantic2(Scope *sc);
H A Dstaticassert.c50 void StaticAssert::semantic2(Scope *sc) in semantic2() function
H A Ddimport.c387 void Import::semantic2(Scope *sc) in semantic2() function
392 mod->semantic2(NULL); in semantic2()
H A Ddmodule.c766 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 Dtemplate.h331 void semantic2(Scope *sc);
372 void semantic2(Scope *sc);
H A Dmodule.h128 void semantic2(Scope *); // pass 2 semantic analysis
H A Ddstruct.c248 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 Dclone.c331 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 Daggregate.h134 void semantic2(Scope *sc);
H A Ddeclaration.h272 void semantic2(Scope *sc);
605 void semantic2(Scope *sc);
H A Ddsymbol.h206 virtual void semantic2(Scope *sc);
H A Darrayop.c84 fd->semantic2(sc); in buildArrayOp()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-frontend.cc436 m->semantic2 (NULL); in genCmain()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DMake-lang.in178 d/semantic2.o \

12