Home
last modified time | relevance | path

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

/external/compiler-rt/test/BlocksRuntime/
Dtestfilerunner.h86 bool hasCPlusPlus; local
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
Dtestfilerunner.m245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan…
311 if (hasCPlusPlus && !(options & DoCPP)) return nil;
444 if (strstr(line, "C++")) item.hasCPlusPlus = true;
532 result.hasCPlusPlus = true;
541 result.hasCPlusPlus = true;
557 hasCPlusPlus ? " C++" : "",