HomeSort by relevance Sort by last modified time
    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)) {
119 case GNUstep:
140 case GNUstep: return true;
158 case GNUstep: return getVersion() >= VersionTuple(1, 6);
171 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 239 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC,
Tools.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 161 case ObjCRuntime::GNUstep:
203 case ObjCRuntime::GNUstep:
    [all...]
CGObjCGNU.cpp 102 /// GNUstep and ObjFW).
165 /// Metadata kind used to tie method lookups to message sends. The GNUstep
232 if ((R.getKind() == ObjCRuntime::GNUstep) &&
320 /// used in the GNUstep runtime, which maintains a list of all of the valid
577 /// with the new GNUstep runtime ABI, but refrains from using any features that
618 /// Class used when targeting the new GNUstep runtime ABI.
623 /// The GNUstep ABI superclass message lookup function. Takes a pointer to
    [all...]
CodeGenModule.cpp 176 case ObjCRuntime::GNUstep:
    [all...]
CGObjCMac.cpp     [all...]

Completed in 187 milliseconds