Home
last modified time | relevance | path

Searched refs:isPackageFile (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddimport.d166 if (mod.isPackageFile) in load()
210 if (mod && mod.isPackageFile) in load()
H A Dmodule.h79 bool isPackageFile; // if it is a package.d variable
H A Ddmodule.d359 bool isPackageFile; // if it is a package.d variable
806 isPackageFile = (strcmp(srcfile.name(), package_d) == 0 || in parseModule()
1033 if (isPackageFile) in parseModule()
1094 if (isPackageFile) in parseModule()
H A Dexpressionsem.d2485 pkg = mod.isPackageFile ? mod.pkg : sym.isPackage(); in resolveIsPackage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddimport.c123 assert(mod->isPackageFile == (p->isPkgMod == PKGmodule)); in load()
124 if (mod->isPackageFile) in load()
H A Ddmodule.c57 isPackageFile = false; in Module()
349 isPackageFile = (strcmp(srcfile->name->name(), "package.d") == 0 || in parse()
580 if (isPackageFile) in parse()
631 if (pkg->isPkgMod == PKGunknown && isPackageFile) in parse()
H A Dmodule.h78 bool isPackageFile; // if it is a package.d variable