HomeSort by relevance Sort by last modified time
    Searched full:wants64 (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.h 88 bool wants64; variable
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64; variable
testfilerunner.m 245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64;
448 if (strstr(line, "64")) item.wants64 = true;
478 if (!item.wants32 && !item.wants64) { // give them both if they ask for neither
479 item.wants32 = item.wants64 = true;

Completed in 63 milliseconds