Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h40 DoRR = (1 << 5), enumerator
Dtestfilerunner.m292 [self forAllThings:result options:DoOBJC | DoRR];
314 if (!hasRR && (options & (DoRR|DoRRGC))) return nil;
354 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
355 case DoRR:
379 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
380 case DoRR: strcat(path, "-rr"); break;