OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsIOS
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
363
bool
IsIOS
= TargetTriple.
isiOS
() || TargetTriple.isWatchOS();
389
else if (
IsIOS
)
412
else if (
IsIOS
)
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/go/
test.go
897
t.
IsIOS
= true
[
all
...]
/prebuilts/go/linux-x86/src/cmd/go/
test.go
897
t.
IsIOS
= true
[
all
...]
Completed in 273 milliseconds