Home
last modified time | relevance | path

Searched refs:GNUstep (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Basic/
DObjCRuntime.h49 GNUstep, enumerator
81 case GNUstep: return true; in isNonFragile()
96 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) { in isLegacyDispatchDefaultForArch()
119 case GNUstep: in isGNUFamily()
140 case GNUstep: return true; in allowsARC()
158 case GNUstep: return getVersion() >= VersionTuple(1, 6); in hasNativeARC()
171 case GNUstep: in hasOptimizedSetter()
205 case GNUstep: return true; in hasSubscripting()
227 case GNUstep: in allowsPointerArithmetic()
249 case GNUstep: return false; in hasTerminate()
[all …]
/external/clang/lib/Basic/
DObjCRuntime.cpp33 case ObjCRuntime::GNUstep: out << "gnustep"; break; in operator <<()
69 kind = ObjCRuntime::GNUstep; in tryParse()
/external/clang/lib/Driver/
DToolChain.cpp239 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC, in getDefaultObjCRuntime()
DTools.cpp4847 runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(1,6)); in AddObjCRuntimeArgs()
/external/clang/lib/CodeGen/
DCGException.cpp161 case ObjCRuntime::GNUstep: in getObjCPersonality()
203 case ObjCRuntime::GNUstep: in getObjCXXPersonality()
DCGObjCGNU.cpp232 if ((R.getKind() == ObjCRuntime::GNUstep) && in MakePropertyEncodingString()
2844 case ObjCRuntime::GNUstep: in CreateGNUObjCRuntime()
DCodeGenModule.cpp176 case ObjCRuntime::GNUstep: in createObjCRuntime()
DCGObjCMac.cpp7048 case ObjCRuntime::GNUstep: in CreateMacObjCRuntime()