Home
last modified time | relevance | path

Searched refs:ObjFW (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang/include/clang/Basic/
DObjCRuntime.h58 ObjFW enumerator
87 case ObjFW: return true; in isNonFragile()
127 case ObjFW: in isGNUFamily()
151 case ObjFW: return true; in allowsARC()
170 case ObjFW: return true; in hasNativeARC()
206 case ObjFW: in shouldUseARCFunctionsForRetainRelease()
243 case ObjFW: in shouldUseRuntimeFunctionsForAlloc()
309 case ObjFW: return true; in hasSubscripting()
332 case ObjFW: in allowsPointerArithmetic()
355 case ObjFW: return false; in hasTerminate()
[all …]
/external/clang/include/clang/Basic/
DObjCRuntime.h56 ObjFW enumerator
86 case ObjFW: return true; in isNonFragile()
126 case ObjFW: in isGNUFamily()
150 case ObjFW: return true; in allowsARC()
169 case ObjFW: return true; in hasNativeARC()
219 case ObjFW: return true; in hasSubscripting()
242 case ObjFW: in allowsPointerArithmetic()
265 case ObjFW: return false; in hasTerminate()
279 case ObjFW: return true; in hasWeakClassImport()
293 case ObjFW: return true; in hasUnwindExceptions()
/external/clang/lib/Basic/
DObjCRuntime.cpp36 case ObjCRuntime::ObjFW: out << "objfw"; break; in operator <<()
76 kind = ObjCRuntime::ObjFW; in tryParse()
89 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8)) in tryParse()
/external/llvm-project/clang/lib/Basic/
DObjCRuntime.cpp40 case ObjCRuntime::ObjFW: out << "objfw"; break; in operator <<()
80 kind = ObjCRuntime::ObjFW; in tryParse()
93 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8)) in tryParse()
/external/clang/test/CodeGenObjC/
Dobjfw.m3 // Test the ObjFW runtime.
/external/llvm-project/clang/test/CodeGenObjC/
Dobjfw.m3 // Test the ObjFW runtime.
/external/clang/lib/CodeGen/
DCGException.cpp139 case ObjCRuntime::ObjFW: in getObjCPersonality()
175 case ObjCRuntime::ObjFW: // XXX: this will change soon in getObjCXXPersonality()
DCGObjCGNU.cpp2895 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
DCodeGenModule.cpp169 case ObjCRuntime::ObjFW: in createObjCRuntime()
DCGObjCMac.cpp7321 case ObjCRuntime::ObjFW: in CreateMacObjCRuntime()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp151 case ObjCRuntime::ObjFW: in getObjCPersonality()
206 case ObjCRuntime::ObjFW: in getObjCXXPersonality()
DCGObjCGNU.cpp4125 case ObjCRuntime::ObjFW: in CreateGNUObjCRuntime()
DCodeGenModule.cpp191 case ObjCRuntime::ObjFW: in createObjCRuntime()
DCGObjCMac.cpp7923 case ObjCRuntime::ObjFW: in CreateMacObjCRuntime()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp573 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::ObjFW) { in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp703 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::ObjFW) { in InitializePredefinedMacros()