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

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
minfo.d 23 MIstandalone = 0x4, // module ctor does not depend on other module
208 printf("%s%s%s:", _m.name.ptr, (_m.flags & MIstandalone)
477 if (m.flags & MIstandalone)
651 if (curmod.flags & MIstandalone || !edges[m].length)
970 auto m0 = mockMI(MIstandalone | MIctor);
978 auto m0 = mockMI(MIstandalone | MIctor);
979 auto m1 = mockMI(MIstandalone | MIctor);
987 auto m0 = mockMI(MIstandalone | MIctor);
988 auto m1 = mockMI(MIstandalone | MIctor);
996 auto m0 = mockMI(MIstandalone | MIctor)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 97 MIstandalone = 0x4,
603 flags |= MIstandalone;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
object.d 2213 MIstandalone = 0x4, // module ctor does not depend on other module

Completed in 54 milliseconds