HomeSort by: relevance | last modified time | path
    Searched refs:isPkgMod (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h 34 PKG isPkgMod;
36 Module *mod; // != NULL if isPkgMod == PKGmodule
dimport.d 157 if (p.isPkgMod == PKG.unknown)
162 p.isPkgMod = PKG.package_;
dmodule.d 156 PKG isPkgMod = PKG.unknown;
158 Module mod; // !=null if isPkgMod == PKG.module_
288 if (isPkgMod == PKG.module_)
296 * Checks for the existence of a package.d to set isPkgMod appropriately
297 * if isPkgMod == PKG.unknown
303 if (isPkgMod != PKG.unknown)
314 isPkgMod = PKG.package_;
1052 * Then change Package::isPkgMod to PKG.module_ and set Package::mod.
1068 p.isPkgMod = PKG.module_;

Completed in 19 milliseconds