Home
last modified time | relevance | path

Searched refs:NonGC (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGValue.h212 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 DCGObjCMac.cpp2263 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 DCGBlocks.cpp187 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 DCGObjC.cpp411 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 DCGObjCGNU.cpp888 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 DCGClass.cpp1087 CGF.getLangOpts().getGC() == LangOptions::NonGC), in ConstructorMemcpyizer()
1227 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) { in AssignmentMemcpyizer()
H A DCGExpr.cpp2379 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC) in setObjCGCLValueClass()
2955 getLangOpts().getGC() != LangOptions::NonGC && in EmitUnaryOpLValue()
3924 getLangOpts().getGC() != LangOptions::NonGC) { in EmitArraySubscriptExpr()
H A DCGExprAgg.cpp2183 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitAggregateCopy()
H A DCGDecl.cpp2064 if (getLangOpts().getGC() != LangOptions::NonGC && in EmitAutoVarCleanups()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp85 return LO.getGC() != LangOptions::NonGC; in shouldRegisterNSAutoreleasePoolChecker()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DInternals.h165 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
H A DARCMT.cpp195 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp128 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 DSemaDeclObjC.cpp485 if (Context.getLangOpts().getGC() != LangOptions::NonGC) in ActOnStartOfObjCMethodDef()
H A DSemaDecl.cpp8590 if (getLangOpts().getGC() != LangOptions::NonGC) in CheckVariableDeclarationType()
18752 getLangOpts().getGC() != LangOptions::NonGC && Record && in ActOnFields()
H A DSemaCodeComplete.cpp7381 if (getLangOpts().ObjCWeak || getLangOpts().getGC() != LangOptions::NonGC) in CodeCompleteObjCPropertyFlags()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h87 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
H A DLangOptions.def344 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp822 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros()
1209 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
H A DCompilerInvocation.cpp3739 } else if (Opts.getGC() != LangOptions::NonGC) { in ParseLangArgs()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7537 getLangOpts().getGC() != LangOptions::NonGC) in getByrefLifetime()
9341 if (getLangOpts().getGC() == LangOptions::NonGC) in getObjCGCAttrKind()