/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 150 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()
|
D | NSAutoreleasePoolChecker.cpp | 79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
|
D | RetainCountChecker.cpp | 1847 case LangOptions::NonGC: in addGCModeDescription()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 191 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()
|
D | CGObjCMac.cpp | 1991 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()
|
D | CGObjCGNU.cpp | 775 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()
|
D | CGBlocks.cpp | 118 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in buildBlockDescriptor() 331 CGM.getLangOpts().getGC() == LangOptions::NonGC) in computeBlockInfo()
|
D | CGClass.cpp | 1172 CGF.getLangOpts().getGC() == LangOptions::NonGC), in ConstructorMemcpyizer() 1313 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) { in AssignmentMemcpyizer()
|
D | CGExpr.cpp | 1824 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC) in setObjCGCLValueClass() 2195 getLangOpts().getGC() != LangOptions::NonGC && in EmitUnaryOpLValue() 2823 getLangOpts().getGC() != LangOptions::NonGC) { in EmitArraySubscriptExpr()
|
D | CGExprAgg.cpp | 1511 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitAggregateCopy()
|
D | CGDecl.cpp | 1397 if (getLangOpts().getGC() != LangOptions::NonGC && in EmitAutoVarCleanups()
|
D | CGObjC.cpp | 1141 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in UseOptimizedSetter()
|
/external/clang/include/clang/Basic/ |
D | LangOptions.h | 52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
|
D | LangOptions.def | 205 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
|
/external/clang/lib/ARCMigrate/ |
D | Internals.h | 166 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
|
D | ARCMT.cpp | 197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 133 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()
|
D | SemaDeclObjC.cpp | 416 if (Context.getLangOpts().getGC() != LangOptions::NonGC) in ActOnStartOfObjCMethodDef()
|
D | SemaDecl.cpp | 6603 if (getLangOpts().getGC() != LangOptions::NonGC) in CheckVariableDeclarationType() 13595 getLangOpts().getGC() != LangOptions::NonGC && in ActOnFields()
|
D | SemaCodeComplete.cpp | 4916 if (getLangOpts().ObjCWeak || getLangOpts().getGC() != LangOptions::NonGC) in CodeCompleteObjCPropertyFlags()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 534 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros() 869 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
|
D | CompilerInvocation.cpp | 1526 } else if (Opts.getGC() != LangOptions::NonGC) { in ParseLangArgs()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 683 case LangOptions::NonGC: in RunPathSensitiveChecks()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 4999 getLangOpts().getGC() != LangOptions::NonGC) in getByrefLifetime() 6621 if (getLangOpts().getGC() == LangOptions::NonGC) in getObjCGCAttrKind()
|