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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h 65 static AggregateDeclaration *moduleinfo; member in class:Module
115 size_t nameoffset; // offset of module name from start of ModuleInfo
dstruct.d 231 if (id == Id.ModuleInfo && !Module.moduleinfo)
232 Module.moduleinfo = this;
dmangle.d 673 if (cd.ident == Id.Exception && cd.parent.ident == Id.object || cd.ident == Id.TypeInfo || cd.ident == Id.TypeInfo_Struct || cd.ident == Id.TypeInfo_Class || cd.ident == Id.TypeInfo_Tuple || cd == ClassDeclaration.object || cd == Type.typeinfoclass || cd == Module.moduleinfo || strncmp(cd.ident.toChars(), "TypeInfo_", 9) == 0)
dmodule.d 346 extern (C++) __gshared AggregateDeclaration moduleinfo;
439 size_t nameoffset; // offset of module name from start of ModuleInfo
1176 * Determine if we need to generate an instance of ModuleInfo
  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 46 into the ModuleInfo instance for that module.
49 structure derived from ModuleInfo. ModuleInfo is a variably sized struct
53 Like TypeInfo, the runtime library provides the definitions of the ModuleInfo
55 layout compatible POD_structs for ModuleInfo. */
57 /* The internally represented ModuleInfo and CompilerDSO types. */
110 /* The ModuleInfo information structure for the module currently being compiled.
172 /* D static ctors, static dtors, unittests, and the ModuleInfo
214 /* Return the type for ModuleInfo, create it if it doesn't already exist. */
222 /* Layout of ModuleInfo is
    [all...]

Completed in 21 milliseconds