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 52 /// 'gnustep' is the modern non-fragile GNUstep runtime.
53 GNUstep,
85 case GNUstep: return true;
99 // The GNUstep runtime uses a newer dispatch method by default from
101 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) {
125 case GNUstep:
149 case GNUstep: return true;
168 case GNUstep: return getVersion() >= VersionTuple(1, 6);
183 case GNUstep
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 34 case ObjCRuntime::GNUstep: out << "gnustep"; break;
68 } else if (runtimeName == "gnustep") {
72 kind = ObjCRuntime::GNUstep;
  /external/clang/lib/Driver/
ToolChain.cpp 390 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC,
Tools.cpp     [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 134 case ObjCRuntime::GNUstep:
177 case ObjCRuntime::GNUstep:
    [all...]
CGObjCGNU.cpp 97 /// GNUstep and ObjFW).
160 /// Metadata kind used to tie method lookups to message sends. The GNUstep
234 if ((R.getKind() == ObjCRuntime::GNUstep) &&
324 /// used in the GNUstep runtime, which maintains a list of all of the valid
581 /// with the new GNUstep runtime ABI, but refrains from using any features that
622 /// Class used when targeting the new GNUstep runtime ABI.
627 /// The GNUstep ABI superclass message lookup function. Takes a pointer to
    [all...]
CodeGenModule.cpp 183 case ObjCRuntime::GNUstep:
    [all...]
CGObjCMac.cpp     [all...]

Completed in 271 milliseconds