Searched refs:wants64 (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.h | 88 bool wants64; local 99 …y bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64;
|
D | testfilerunner.m | 245 …hesize 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;
|