Home
last modified time | relevance | path

Searched refs:module_ (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.d52 module_, enumerator
459 TOK.module_,
665 TOK.module_: "module",
H A Dtokens.h61 module_, enumerator
H A Dastenums.d284 module_, /// already determined that's an actual package.d
H A Ddmodule.d288 if (isPkgMod == PKG.module_) in isPackageMod()
1068 p.isPkgMod = PKG.module_; in parseModule()
H A Dparse.d115 if (token.value == TOK.module_) in parseModuleDeclaration()
205 if (!(skipAttributes(&token, &tk) && tk.value == TOK.module_))
209 while (token.value != TOK.module_)
8234 … || token.value == TOK.interface_ || token.value == TOK.package_ || token.value == TOK.module_ in parsePrimaryExp()
H A Dexpressionsem.d5507 …if (e.tok2 == TOK.package_ || e.tok2 == TOK.module_) // These is() expressions are special because… in visit()
5520 else if(e.tok2 == TOK.module_ && !(p.isModule() || p.isPackageMod())) in visit()
13200 …const ref Loc loc, ref Scope sc, Identifier id, string description, Identifier module_ = Id.object)
13203 if (auto moduleSymbol = rootSymbol.search(loc, module_))
13206 … The current runtime does not support %.*s, or the runtime is corrupt.", module_.toChars(), id.toC…