HomeSort by: relevance | last modified time | path
    Searched defs:unitTests (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 88 vec <tree, va_gc> *unitTests;
116 about the module that gets compiled in only when unittests are enabled. */
172 /* D static ctors, static dtors, unittests, and the ModuleInfo
236 destructors, unittests, members, classes, and imports for the given module.
744 that references all compiled in unittests, this allows compiling library
783 if (mi.unitTests)
785 mi.unitTests, NULL);
787 mi.unitTests = NULL;
813 if (mi.unitTests)
815 mi.unitTests, NULL)
    [all...]

Completed in 16 milliseconds