Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h39 DoRR = (1 << 5), enumerator
H A Dtestfilerunner.m291 [self forAllThings:result options:DoOBJC | DoRR];
313 if (!hasRR && (options & (DoRR|DoRRGC))) return nil;
353 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
354 case DoRR:
378 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
379 case DoRR: strcat(path, "-rr"); break;