Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h36 DoCPP = (1 << 1), enumerator
H A Dtestfilerunner.m261 item = [self lineForOptions:options|DoCPP];
263 item = [self lineForOptions:options|Do64|DoCPP];
310 if (hasCPlusPlus && !(options & DoCPP)) return nil;
326 if (options & DoCPP) {
334 if (options & DoCPP) {
345 if (wantsC99 && (! (options & DoCPP))) {
385 if (options & DoCPP) strcat(path, "++");