Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h85 bool hasCPlusPlus; local
98 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
H A Dtestfilerunner.m244 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan…
310 if (hasCPlusPlus && !(options & DoCPP)) return nil;
443 if (strstr(line, "C++")) item.hasCPlusPlus = true;
531 result.hasCPlusPlus = true;
540 result.hasCPlusPlus = true;
556 hasCPlusPlus ? " C++" : "",