Home
last modified time | relevance | path

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

12

/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.cpp1998 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()
DCGObjCGNU.cpp809 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()
DCGBlocks.cpp118 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in buildBlockDescriptor()
336 CGM.getLangOpts().getGC() == LangOptions::NonGC) in computeBlockInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGValue.h207 bool NonGC: 1; variable
245 this->Ivar = this->ObjIsArray = this->NonGC = this->GlobalObjCRef = false; in Initialize()
278 bool isNonGC () const { return NonGC; } in isNonGC()
279 void setNonGC(bool Value) { NonGC = Value; } in setNonGC()
DCGObjCMac.cpp2300 if (Ctx.getLangOpts().getGC() != LangOptions::NonGC) { in GetGCAttrTypeForType()
2381 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) in BuildGCBlockLayout()
2922 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in fillRunSkipBlockVars()
2988 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildByrefLayout()
3514 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in hasMRCWeakIvars()
5152 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitImageInfo()
5555 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in buildBitmap()
5594 if (CGM.getLangOpts().getGC() == LangOptions::NonGC && in BuildIvarLayout()
5613 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in BuildIvarLayout()
6321 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in isVTableDispatchedSelector()
DCGBlocks.cpp203 CGM.getLangOpts().getGC() == LangOptions::NonGC) { in buildBlockDescriptor()
249 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in buildBlockDescriptor()
541 CGM.getLangOpts().getGC() == LangOptions::NonGC) in computeBlockInfo()
DCGObjC.cpp408 CGM.getLangOpts().getGC() == LangOptions::NonGC && in tryGenerateSpecializedMessageSend()
415 CGM.getLangOpts().getGC() == LangOptions::NonGC && in tryGenerateSpecializedMessageSend()
422 CGM.getLangOpts().getGC() == LangOptions::NonGC && in tryGenerateSpecializedMessageSend()
1393 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in UseOptimizedSetter()
DCGObjCGNU.cpp884 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC)); in GetOptimizedPropertySetFunction()
2248 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount) in CGObjCGNU()
2252 if (Opts.getGC() != LangOptions::NonGC) { in CGObjCGNU()
3790 case LangOptions::NonGC: in ModuleInitFunction()
/external/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp85 return LO.getGC() != LangOptions::NonGC; in shouldRegisterNSAutoreleasePoolChecker()
/external/clang/include/clang/Basic/
DLangOptions.h52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
DLangOptions.def225 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
/external/llvm-project/clang/lib/ARCMigrate/
DInternals.h167 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/clang/lib/ARCMigrate/
DInternals.h166 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
DARCMT.cpp198 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/external/python/cpython3/Lib/test/
Dtest_finalization.py107 class NonGC(NonGCSimpleBase): class
201 s = NonGC()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp133 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()
/external/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp130 if (S.getLangOpts().getGC() != LangOptions::NonGC) { in deducePropertyOwnershipFromType()
598 if (getLangOpts().getGC() != LangOptions::NonGC && isAssign && in CreatePropertyDecl()
1242 if (getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
1408 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl()
1417 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl()
2178 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules()
2797 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
2807 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes()
/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h59 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator
DLangOptions.def309 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
/external/clang/lib/Frontend/
DInitPreprocessor.cpp567 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros()
902 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
/external/llvm-project/clang/lib/Frontend/
DInitPreprocessor.cpp684 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros()
1049 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp683 case LangOptions::NonGC: in RunPathSensitiveChecks()

12