OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wants32
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h
89
bool
wants32
;
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;
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;
Completed in 59 milliseconds