/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 | 1998 if (Ctx.getLangOpts().getGC() != LangOptions::NonGC) { in GetGCAttrTypeForType() 2079 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) in BuildGCBlockLayout() 2588 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildRCBlockLayout() 2641 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildByrefLayout() 3225 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in hasMRCWeakIvars() 4542 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitImageInfo() 4952 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in buildBitmap() 4997 if (CGM.getLangOpts().getGC() == LangOptions::NonGC && in BuildIvarLayout() 5016 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in BuildIvarLayout() 5795 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in isVTableDispatchedSelector()
|
D | CGObjCGNU.cpp | 809 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC)); in GetOptimizedPropertySetFunction() 1022 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount) in CGObjCGNU() 1026 if (Opts.getGC() != LangOptions::NonGC) { in CGObjCGNU() 2548 case LangOptions::NonGC: in ModuleInitFunction()
|
D | CGBlocks.cpp | 118 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in buildBlockDescriptor() 336 CGM.getLangOpts().getGC() == LangOptions::NonGC) in computeBlockInfo()
|
D | CGClass.cpp | 1170 CGF.getLangOpts().getGC() == LangOptions::NonGC), in ConstructorMemcpyizer() 1309 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) { in AssignmentMemcpyizer()
|
D | CGExprAgg.cpp | 1548 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitAggregateCopy()
|
D | CGExpr.cpp | 1848 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC) in setObjCGCLValueClass() 2234 getLangOpts().getGC() != LangOptions::NonGC && in EmitUnaryOpLValue() 2992 getLangOpts().getGC() != LangOptions::NonGC) { in EmitArraySubscriptExpr()
|
D | CGDecl.cpp | 1406 if (getLangOpts().getGC() != LangOptions::NonGC && in EmitAutoVarCleanups()
|
D | CGObjC.cpp | 1139 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in UseOptimizedSetter()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NSAutoreleasePoolChecker.cpp | 79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
|
D | RetainCountChecker.cpp | 1848 case LangOptions::NonGC: in addGCModeDescription()
|
/external/clang/include/clang/Basic/ |
D | LangOptions.h | 52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
|
D | LangOptions.def | 225 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
|
/external/python/cpython3/Lib/test/ |
D | test_finalization.py | 97 class NonGC(NonGCSimpleBase): class 183 s = NonGC()
|
/external/clang/lib/ARCMigrate/ |
D | Internals.h | 166 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
|
D | ARCMT.cpp | 198 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 133 if (S.getLangOpts().getGC() != LangOptions::NonGC) { in deducePropertyOwnershipFromType() 590 if (getLangOpts().getGC() != LangOptions::NonGC && in CreatePropertyDecl() 1055 if (getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl() 1211 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl() 1220 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl() 1945 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules() 2500 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes() 2510 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
|
D | SemaDeclObjC.cpp | 415 if (Context.getLangOpts().getGC() != LangOptions::NonGC) in ActOnStartOfObjCMethodDef()
|
D | SemaDecl.cpp | 6882 if (getLangOpts().getGC() != LangOptions::NonGC) in CheckVariableDeclarationType() 14047 getLangOpts().getGC() != LangOptions::NonGC && in ActOnFields()
|
D | SemaCodeComplete.cpp | 4936 if (getLangOpts().ObjCWeak || getLangOpts().getGC() != LangOptions::NonGC) in CodeCompleteObjCPropertyFlags()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 567 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros() 902 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
|
D | CompilerInvocation.cpp | 1754 } 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 | 5083 getLangOpts().getGC() != LangOptions::NonGC) in getByrefLifetime() 6719 if (getLangOpts().getGC() == LangOptions::NonGC) in getObjCGCAttrKind()
|