Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h42 DoGCRR = (1 << 7), // -fobjc-gc & run GC mode enumerator
Dtestfilerunner.m294 [self forAllThings:result options:DoOBJC | DoGCRR];
313 if (!hasGC && (options & (DoGC|DoGCRR))) return nil; // not smart enough
354 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
360 case DoGCRR:
379 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
382 case DoGCRR: strcat(path, "-gcrr"); break;