/external/llvm-project/clang/include/clang/Basic/ |
D | ObjCRuntime.h | 55 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 …]
|
D | DiagnosticDriverKinds.td | 252 "GNUstep Objective-C runtime version %0 incompatible with target binary format">;
|
/external/clang/include/clang/Basic/ |
D | ObjCRuntime.h | 53 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/ |
D | ObjCRuntime.cpp | 34 case ObjCRuntime::GNUstep: out << "gnustep"; break; in operator <<() 72 kind = ObjCRuntime::GNUstep; in tryParse()
|
/external/llvm-project/clang/lib/Basic/ |
D | ObjCRuntime.cpp | 38 case ObjCRuntime::GNUstep: out << "gnustep"; break; in operator <<() 76 kind = ObjCRuntime::GNUstep; in tryParse()
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | gnustep2-ivar-offset.m | 13 // Check that in the GNUstep v2 ABI, instance variable offset names include
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 227 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()
|
D | CGException.cpp | 146 case ObjCRuntime::GNUstep: in getObjCPersonality() 200 case ObjCRuntime::GNUstep: in getObjCXXPersonality()
|
D | CodeGenModule.cpp | 189 case ObjCRuntime::GNUstep: in createObjCRuntime()
|
D | CGObjCMac.cpp | 7921 case ObjCRuntime::GNUstep: in CreateMacObjCRuntime()
|
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 398 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC, in getDefaultObjCRuntime()
|
D | Tools.cpp | 6173 runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(1, 6)); in AddObjCRuntimeArgs()
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 134 case ObjCRuntime::GNUstep: in getObjCPersonality() 177 case ObjCRuntime::GNUstep: in getObjCXXPersonality()
|
D | CGObjCGNU.cpp | 238 if ((R.getKind() == ObjCRuntime::GNUstep) && in MakePropertyEncodingString() 2889 case ObjCRuntime::GNUstep: in CreateGNUObjCRuntime()
|
D | CodeGenModule.cpp | 167 case ObjCRuntime::GNUstep: in createObjCRuntime()
|
D | CGObjCMac.cpp | 7319 case ObjCRuntime::GNUstep: in CreateMacObjCRuntime()
|
/external/llvm-project/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 690 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::GNUstep) { in InitializePredefinedMacros()
|
/external/llvm-project/clang/lib/Driver/ |
D | ToolChain.cpp | 665 return ObjCRuntime(isNonFragile ? ObjCRuntime::GNUstep : ObjCRuntime::GCC, in getDefaultObjCRuntime()
|
/external/freetype/ |
D | ChangeLog.22 | 703 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/ |
D | Clang.cpp | 6537 if ((runtime.getKind() == ObjCRuntime::GNUstep) && in AddObjCRuntimeArgs() 6638 runtime = ObjCRuntime(ObjCRuntime::GNUstep, VersionTuple(2, 0)); in AddObjCRuntimeArgs()
|