Home
last modified time | relevance | path

Searched refs:DoGC (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h39 DoGC = (1 << 4), enumerator
Dtestfilerunner.m293 [self forAllThings:result options:DoOBJC | DoGC];
313 if (!hasGC && (options & (DoGC|DoGCRR))) return nil; // not smart enough
354 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
357 case DoGC:
379 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
381 case DoGC: strcat(path, "-gconly"); break;