| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGValue.h | 212 bool NonGC: 1; variable 257 this->Ivar = this->ObjIsArray = this->NonGC = this->GlobalObjCRef = false; in Initialize() 290 bool isNonGC () const { return NonGC; } in isNonGC() 291 void setNonGC(bool Value) { NonGC = Value; } in setNonGC()
|
| H A D | CGObjCMac.cpp | 2263 if (Ctx.getLangOpts().getGC() != LangOptions::NonGC) { in GetGCAttrTypeForType() 2344 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) in BuildGCBlockLayout() 2885 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in fillRunSkipBlockVars() 2950 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildByrefLayout() 3476 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in hasMRCWeakIvars() 5129 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitImageInfo() 5533 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in buildBitmap() 5572 if (CGM.getLangOpts().getGC() == LangOptions::NonGC && in BuildIvarLayout() 5591 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in BuildIvarLayout() 6300 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in isVTableDispatchedSelector()
|
| H A D | CGBlocks.cpp | 187 CGM.getLangOpts().getGC() == LangOptions::NonGC) { in buildBlockDescriptor() 234 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in buildBlockDescriptor() 589 CGM.getLangOpts().getGC() == LangOptions::NonGC) in computeBlockInfo()
|
| H A D | CGObjC.cpp | 411 CGM.getLangOpts().getGC() == LangOptions::NonGC && in tryGenerateSpecializedMessageSend() 418 CGM.getLangOpts().getGC() == LangOptions::NonGC && in tryGenerateSpecializedMessageSend() 425 CGM.getLangOpts().getGC() == LangOptions::NonGC && in tryGenerateSpecializedMessageSend() 1430 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in UseOptimizedSetter()
|
| H A D | CGObjCGNU.cpp | 888 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC)); in GetOptimizedPropertySetFunction() 2263 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount) in CGObjCGNU() 2267 if (Opts.getGC() != LangOptions::NonGC) { in CGObjCGNU() 3878 case LangOptions::NonGC: in ModuleInitFunction()
|
| H A D | CGClass.cpp | 1087 CGF.getLangOpts().getGC() == LangOptions::NonGC), in ConstructorMemcpyizer() 1227 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) { in AssignmentMemcpyizer()
|
| H A D | CGExpr.cpp | 2379 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC) in setObjCGCLValueClass() 2955 getLangOpts().getGC() != LangOptions::NonGC && in EmitUnaryOpLValue() 3924 getLangOpts().getGC() != LangOptions::NonGC) { in EmitArraySubscriptExpr()
|
| H A D | CGExprAgg.cpp | 2183 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitAggregateCopy()
|
| H A D | CGDecl.cpp | 2064 if (getLangOpts().getGC() != LangOptions::NonGC && in EmitAutoVarCleanups()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NSAutoreleasePoolChecker.cpp | 85 return LO.getGC() != LangOptions::NonGC; in shouldRegisterNSAutoreleasePoolChecker()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | Internals.h | 165 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
|
| H A D | ARCMT.cpp | 195 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 128 if (S.getLangOpts().getGC() != LangOptions::NonGC) { in deducePropertyOwnershipFromType() 591 if (getLangOpts().getGC() != LangOptions::NonGC && isAssign && in CreatePropertyDecl() 1234 if (getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl() 1400 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl() 1409 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl() 2166 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules() 2785 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes() 2795 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
|
| H A D | SemaDeclObjC.cpp | 485 if (Context.getLangOpts().getGC() != LangOptions::NonGC) in ActOnStartOfObjCMethodDef()
|
| H A D | SemaDecl.cpp | 8590 if (getLangOpts().getGC() != LangOptions::NonGC) in CheckVariableDeclarationType() 18752 getLangOpts().getGC() != LangOptions::NonGC && Record && in ActOnFields()
|
| H A D | SemaCodeComplete.cpp | 7381 if (getLangOpts().ObjCWeak || getLangOpts().getGC() != LangOptions::NonGC) in CodeCompleteObjCPropertyFlags()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 87 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
|
| H A D | LangOptions.def | 344 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 822 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros() 1209 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
|
| H A D | CompilerInvocation.cpp | 3739 } else if (Opts.getGC() != LangOptions::NonGC) { in ParseLangArgs()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 7537 getLangOpts().getGC() != LangOptions::NonGC) in getByrefLifetime() 9341 if (getLangOpts().getGC() == LangOptions::NonGC) in getObjCGCAttrKind()
|