Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h41 DoRRGC = (1 << 6), // -fobjc-gc but main w/o so it runs in RR mode enumerator
Dtestfilerunner.m295 //[self forAllThings:result options:DoOBJC | DoRRGC];
314 if (!hasRR && (options & (DoRR|DoRRGC))) return nil;
354 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
363 case DoRRGC:
364 printf("DoRRGC unsupported right now\n");
379 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
383 case DoRRGC: strcat(path, "-rrgc"); break;