Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp150 const char* name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc()
202 name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc()
210 name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc()
DNSAutoreleasePoolChecker.cpp79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
DRetainCountChecker.cpp1847 case LangOptions::NonGC: in addGCModeDescription()
/external/clang/lib/CodeGen/
DCGValue.h191 bool NonGC: 1; variable
233 this->Ivar = this->ObjIsArray = this->NonGC = this->GlobalObjCRef = false;
270 bool isNonGC () const { return NonGC; } in isNonGC()
271 void setNonGC(bool Value) { NonGC = Value; } in setNonGC()
DCGObjCMac.cpp1991 if (Ctx.getLangOpts().getGC() != LangOptions::NonGC) { in GetGCAttrTypeForType()
2071 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) in BuildGCBlockLayout()
2581 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildRCBlockLayout()
2635 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildByrefLayout()
3170 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in hasMRCWeakIvars()
4478 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitImageInfo()
4883 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in buildBitmap()
4928 if (CGM.getLangOpts().getGC() == LangOptions::NonGC && in BuildIvarLayout()
4947 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in BuildIvarLayout()
5721 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in isVTableDispatchedSelector()
DCGObjCGNU.cpp775 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC)); in GetOptimizedPropertySetFunction()
989 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount) in CGObjCGNU()
993 if (Opts.getGC() != LangOptions::NonGC) { in CGObjCGNU()
2541 case LangOptions::NonGC: in ModuleInitFunction()
DCGBlocks.cpp118 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in buildBlockDescriptor()
331 CGM.getLangOpts().getGC() == LangOptions::NonGC) in computeBlockInfo()
DCGClass.cpp1172 CGF.getLangOpts().getGC() == LangOptions::NonGC), in ConstructorMemcpyizer()
1313 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) { in AssignmentMemcpyizer()
DCGExpr.cpp1824 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC) in setObjCGCLValueClass()
2195 getLangOpts().getGC() != LangOptions::NonGC && in EmitUnaryOpLValue()
2823 getLangOpts().getGC() != LangOptions::NonGC) { in EmitArraySubscriptExpr()
DCGExprAgg.cpp1511 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitAggregateCopy()
DCGDecl.cpp1397 if (getLangOpts().getGC() != LangOptions::NonGC && in EmitAutoVarCleanups()
DCGObjC.cpp1141 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in UseOptimizedSetter()
/external/clang/include/clang/Basic/
DLangOptions.h52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
DLangOptions.def205 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
/external/clang/lib/ARCMigrate/
DInternals.h166 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp133 if (S.getLangOpts().getGC() != LangOptions::NonGC) { in deducePropertyOwnershipFromType()
586 if (getLangOpts().getGC() != LangOptions::NonGC && in CreatePropertyDecl()
1040 if (getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1196 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl()
1205 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1893 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules()
2415 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2425 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
DSemaDeclObjC.cpp416 if (Context.getLangOpts().getGC() != LangOptions::NonGC) in ActOnStartOfObjCMethodDef()
DSemaDecl.cpp6603 if (getLangOpts().getGC() != LangOptions::NonGC) in CheckVariableDeclarationType()
13595 getLangOpts().getGC() != LangOptions::NonGC && in ActOnFields()
DSemaCodeComplete.cpp4916 if (getLangOpts().ObjCWeak || getLangOpts().getGC() != LangOptions::NonGC) in CodeCompleteObjCPropertyFlags()
/external/clang/lib/Frontend/
DInitPreprocessor.cpp534 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros()
869 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
DCompilerInvocation.cpp1526 } else if (Opts.getGC() != LangOptions::NonGC) { in ParseLangArgs()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp683 case LangOptions::NonGC: in RunPathSensitiveChecks()
/external/clang/lib/AST/
DASTContext.cpp4999 getLangOpts().getGC() != LangOptions::NonGC) in getByrefLifetime()
6621 if (getLangOpts().getGC() == LangOptions::NonGC) in getObjCGCAttrKind()