Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DObjCRuntime.h55 GNUstep, enumerator
86 case GNUstep: return true; in isNonFragile()
102 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) { in isLegacyDispatchDefaultForArch()
126 case GNUstep: in isGNUFamily()
150 case GNUstep: return true; in allowsARC()
169 case GNUstep: return getVersion() >= VersionTuple(1, 6); in hasNativeARC()
204 case GNUstep: in shouldUseARCFunctionsForRetainRelease()
241 case GNUstep: in shouldUseRuntimeFunctionsForAlloc()
274 case GNUstep: in hasOptimizedSetter()
308 case GNUstep: return true; in hasSubscripting()
[all …]
DDiagnosticDriverKinds.td252 "GNUstep Objective-C runtime version %0 incompatible with target binary format">;
/external/clang/include/clang/Basic/
DObjCRuntime.h53 GNUstep, enumerator
85 case GNUstep: return true; in isNonFragile()
101 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) { in isLegacyDispatchDefaultForArch()
125 case GNUstep: in isGNUFamily()
149 case GNUstep: return true; in allowsARC()
168 case GNUstep: return getVersion() >= VersionTuple(1, 6); in hasNativeARC()
183 case GNUstep: in hasOptimizedSetter()
218 case GNUstep: return true; in hasSubscripting()
241 case GNUstep: in allowsPointerArithmetic()
264 case GNUstep: return false; in hasTerminate()
[all …]
/external/clang/lib/Basic/
DObjCRuntime.cpp34 case ObjCRuntime::GNUstep: out << "gnustep"; break; in operator <<()
72 kind = ObjCRuntime::GNUstep; in tryParse()
/external/llvm-project/clang/lib/Basic/
DObjCRuntime.cpp38 case ObjCRuntime::GNUstep: out << "gnustep"; break; in operator <<()
76 kind = ObjCRuntime::GNUstep; in tryParse()
/external/llvm-project/clang/test/CodeGenObjC/
Dgnustep2-ivar-offset.m13 // Check that in the GNUstep v2 ABI, instance variable offset names include
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp227 assert(!isRuntime(ObjCRuntime::GNUstep, 2)); in MakePropertyEncodingString()
228 if (isRuntime(ObjCRuntime::GNUstep, 1, 6)) { in MakePropertyEncodingString()
278 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in PushPropertyListHeader()
2537 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMessageSendSuper()
2799 bool isV2ABI = isRuntime(ObjCRuntime::GNUstep, 2); in GenerateMethodList()
3279 if (isRuntime(ObjCRuntime::GNUstep, 2)) { in GenerateCategory()
4117 case ObjCRuntime::GNUstep: in CreateGNUObjCRuntime()
DCGException.cpp146 case ObjCRuntime::GNUstep: in getObjCPersonality()
200 case ObjCRuntime::GNUstep: in getObjCXXPersonality()
DCodeGenModule.cpp189 case ObjCRuntime::GNUstep: in createObjCRuntime()
DCGObjCMac.cpp7921 case ObjCRuntime::GNUstep: in CreateMacObjCRuntime()
/external/clang/lib/Driver/
DToolChain.cpp398 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC, in getDefaultObjCRuntime()
DTools.cpp6173 runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(1, 6)); in AddObjCRuntimeArgs()
/external/clang/lib/CodeGen/
DCGException.cpp134 case ObjCRuntime::GNUstep: in getObjCPersonality()
177 case ObjCRuntime::GNUstep: in getObjCXXPersonality()
DCGObjCGNU.cpp238 if ((R.getKind() == ObjCRuntime::GNUstep) && in MakePropertyEncodingString()
2889 case ObjCRuntime::GNUstep: in CreateGNUObjCRuntime()
DCodeGenModule.cpp167 case ObjCRuntime::GNUstep: in createObjCRuntime()
DCGObjCMac.cpp7319 case ObjCRuntime::GNUstep: in CreateMacObjCRuntime()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp690 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::GNUstep) { in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Driver/
DToolChain.cpp665 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC, in getDefaultObjCRuntime()
/external/freetype/
DChangeLog.22703 Fix binary compatibility issues for gnustep-back (GNUstep backend
714 This probably explains the GNUstep crashes with the second release
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp6537 if ((runtime.getKind() == ObjCRuntime::GNUstep) && in AddObjCRuntimeArgs()
6638 runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(2, 0)); in AddObjCRuntimeArgs()