Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h87 bool wantsC99; local
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
Dtestfilerunner.m245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan…
346 if (wantsC99 && (! (options & DoCPP))) {
390 if (wantsC99) strcat(path, "-C99");
446 item.wantsC99 = true;
558 wantsC99 ? "C99" : "",