Home
last modified time | relevance | path

Searched defs:isPackageMod (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.c311 bool isPackageMod = (strcmp(toChars(), "package") != 0) && in read() local
1152 Module *Package::isPackageMod() in isPackageMod() function
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
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmodule.c311 bool isPackageMod = (strcmp(toChars(), "package") != 0) && in read() local
1152 Module *Package::isPackageMod() in isPackageMod() function