Searched refs:module_ (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | tokens.d | 52 module_, enumerator 459 TOK.module_, 665 TOK.module_: "module",
|
H A D | tokens.h | 61 module_, enumerator
|
H A D | astenums.d | 284 module_, /// already determined that's an actual package.d
|
H A D | dmodule.d | 288 if (isPkgMod == PKG.module_) in isPackageMod() 1068 p.isPkgMod = PKG.module_; in parseModule()
|
H A D | parse.d | 115 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 D | expressionsem.d | 5507 …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…
|