OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GNUstep
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Basic/
ObjCRuntime.h
48
/// '
gnustep
' is the modern non-fragile
GNUstep
runtime.
49
GNUstep
,
81
case
GNUstep
: return true;
94
// The
GNUstep
runtime uses a newer dispatch method by default from
96
if (getKind() ==
GNUstep
&& getVersion() >= VersionTuple(1, 6)) {
115
case
GNUstep
:
136
case
GNUstep
: return true;
154
case
GNUstep
: return getVersion() >= VersionTuple(1, 6);
167
case
GNUstep
[
all
...]
/external/clang/lib/Basic/
ObjCRuntime.cpp
33
case ObjCRuntime::
GNUstep
: out << "
gnustep
"; break;
65
} else if (runtimeName == "
gnustep
") {
69
kind = ObjCRuntime::
GNUstep
;
/external/clang/lib/Driver/
ToolChain.cpp
151
return ObjCRuntime(isNonFragile ? ObjCRuntime::
GNUstep
: ObjCRuntime::GCC,
Tools.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGException.cpp
193
case ObjCRuntime::
GNUstep
:
232
case ObjCRuntime::
GNUstep
:
[
all
...]
CGObjCGNU.cpp
101
///
GNUstep
and ObjFW).
164
/// Metadata kind used to tie method lookups to message sends. The
GNUstep
229
if ((R.getKind() == ObjCRuntime::
GNUstep
) &&
317
/// used in the
GNUstep
runtime, which maintains a list of all of the valid
585
/// with the new
GNUstep
runtime ABI, but refrains from using any features that
629
/// Class used when targeting the new
GNUstep
runtime ABI.
634
/// The
GNUstep
ABI superclass message lookup function. Takes a pointer to
[
all
...]
CodeGenModule.cpp
152
case ObjCRuntime::
GNUstep
:
[
all
...]
CGObjCMac.cpp
[
all
...]
Completed in 408 milliseconds