Searched refs:ModuleDeclaration (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | module.h | 17 struct ModuleDeclaration; 69 ModuleDeclaration *md; // if !NULL, the contents of the ModuleDeclaration declaration 169 struct ModuleDeclaration struct 177 ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id); argument
|
H A D | parse.h | 39 struct ModuleDeclaration; 63 ModuleDeclaration *md;
|
H A D | dmodule.c | 1109 ModuleDeclaration::ModuleDeclaration(Loc loc, Identifiers *packages, Identifier *id) in ModuleDeclaration() function 1118 const char *ModuleDeclaration::toChars() in toChars()
|
H A D | parse.c | 193 md = new ModuleDeclaration(loc, a, id); in parseModule()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | module.h | 15 struct ModuleDeclaration; 69 ModuleDeclaration *md; // if !NULL, the contents of the ModuleDeclaration declaration 163 struct ModuleDeclaration struct
|
H A D | dmodule.d | 349 ModuleDeclaration* md; // if !=null, the contents of the ModuleDeclaration declaration 1484 extern (C++) struct ModuleDeclaration struct
|
H A D | parse.d | 35 AST.ModuleDeclaration* md; 145 md = new AST.ModuleDeclaration(loc, a, id, msg, isdeprecated); in parseModuleDeclaration()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-compiler.cc | 127 ModuleDeclaration *md = m->md; in onParseModule()
|
H A D | decl.cc | 107 ModuleDeclaration *md = decl->getModule ()->md; in gcc_attribute_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-frontend.cc | 535 ModuleDeclaration *md = m->md; in loadModule()
|
H A D | decl.cc | 102 ModuleDeclaration *md = decl->getModule ()->md; in gcc_attribute_p()
|