Home
last modified time | relevance | path

Searched refs:isPackageMod (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daccess.d91 if (p && p.isPackageMod()) in hasPackageAccess()
116 if (pkg.isPackageMod() == mod) in hasPackageAccess()
H A Dmodule.h49 Module *isPackageMod();
H A Ddmodule.d286 final Module isPackageMod() in isPackageMod() function
619 …bool isPackageMod = (strcmp(toChars(), "package") != 0) && (strcmp(srcfile.name(), package_d) == 0… in onFileReadError() local
620 if (isPackageMod) in onFileReadError()
H A Ddimport.d179 mod = p.isPackageMod(); in load()
H A Dtraits.d749 return isPkgX(p => p.isModule() || p.isPackageMod()); in semanticTraits()
1591 if (auto pm = p.isPackageMod()) in semanticTraits()
H A Dexpressionsem.d5520 else if(e.tok2 == TOK.module_ && !(p.isModule() || p.isPackageMod())) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daccess.c239 if (p && p->isPackageMod()) in hasPackageAccess()
256 if (pkg->isPackageMod() == mod) in hasPackageAccess()
H A Dmodule.h50 Module *isPackageMod();
H A Ddmodule.c311 bool isPackageMod = (strcmp(toChars(), "package") != 0) && in read() local
314 if (isPackageMod) in read()
1152 Module *Package::isPackageMod() in isPackageMod() function
H A Ddimport.c130 mod = p->isPackageMod(); in load()