OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iOS
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
TargetCXXABI.h
55
/// The
iOS
ABI is a partial implementation of the ARM ABI.
57
/// in the compilers that
iOS
was launched with.
59
/// Essentially, the
iOS
ABI includes the ARM changes to:
64
iOS
,
107
case
iOS
:
122
case
iOS
:
202
case
iOS
: // old
iOS
compilers did not follow this rule
248
case
iOS
:
ObjCRuntime.h
39
/// '
ios
' is the Apple-provided NeXT-derived runtime on
iOS
or the
iOS
41
/// version of
iOS
.
42
iOS
,
83
case
iOS
: return true;
112
case
iOS
:
134
case
iOS
: return true;
151
case
iOS
: return getVersion() >= VersionTuple(5);
165
case
iOS
[
all
...]
Completed in 2065 milliseconds