Searched refs:wants32 (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/test/BlocksRuntime/ |
D | testfilerunner.h | 89 bool wants32; local 99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
|
D | testfilerunner.m | 245 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan… 449 if (strstr(line, "32")) item.wants32 = true; 478 if (!item.wants32 && !item.wants64) { // give them both if they ask for neither 479 item.wants32 = item.wants64 = true;
|