OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wants64
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/BlocksRuntime/tests/
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 125 milliseconds