Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h38 DoGC = (1 << 4), enumerator
H A Dtestfilerunner.m292 [self forAllThings:result options:DoOBJC | DoGC];
312 if (!hasGC && (options & (DoGC|DoGCRR))) return nil; // not smart enough
353 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
356 case DoGC:
378 switch (options & (DoRR|DoGC|DoGCRR|DoRRGC)) {
380 case DoGC: strcat(path, "-gconly"); break;