/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCDealloc.cpp | 83 assert (LOpts.getGC() != LangOptions::GCOnly); in checkObjCDealloc() 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() 238 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly) in checkASTDecl()
|
D | NSAutoreleasePoolChecker.cpp | 78 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
|
D | RetainCountChecker.cpp | 1818 switch (LOpts.getGC()) { in addGCModeDescription() 2525 if (LOpts.getGC() == LangOptions::HybridGC) { in getLeakWithinFunctionBug() 2547 if (LOpts.getGC() == LangOptions::HybridGC) { in getLeakAtReturnBug()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 107 if ((S.getLangOpts().getGC() != LangOptions::NonGC && in deduceWeakPropertyFromType() 542 if (getLangOpts().getGC() != LangOptions::NonGC && in CreatePropertyDecl() 953 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl() 1027 getLangOpts().getGC() == LangOptions::NonGC) { in ActOnPropertyImplDecl() 1104 getLangOpts().getGC() != LangOptions::NonGC)) { in ActOnPropertyImplDecl() 1113 getLangOpts().getGC() != LangOptions::NonGC) { in ActOnPropertyImplDecl() 1760 if (getLangOpts().getGC() != LangOptions::NonGC) in AtomicPropertySetterGetterRules() 1843 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis() 2255 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes() 2261 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes() [all …]
|
D | SemaDeclObjC.cpp | 411 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef() 415 if (Context.getLangOpts().getGC() != LangOptions::NonGC) in ActOnStartOfObjCMethodDef()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 241 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues() 342 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in applyTransforms() 572 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(), in applyTransform()
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 69 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
|
D | ShadowStackGCLowering.cpp | 260 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization() 376 F.getGC() != std::string("shadow-stack")) in runOnFunction()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 175 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 210 const char *getGC() const;
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 947 Caller->setGC(CalledFunc->getGC()); in InlineFunction() 948 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 370 const char *Function::getGC() const { in getGC() function in Function 409 setGC(SrcF->getGC()); in copyAttributesFrom()
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 768 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC)); in GetOptimizedPropertySetFunction() 982 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount) in CGObjCGNU() 986 if (Opts.getGC() != LangOptions::NonGC) { in CGObjCGNU() 1227 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper() 1333 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend() 2510 switch (CGM.getLangOpts().getGC()) { in ModuleInitFunction()
|
D | CGObjC.cpp | 631 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy() 681 (CGM.getLangOpts().getGC() && in PropertyImplStrategy() 688 if (CGM.getLangOpts().getGC()) in PropertyImplStrategy() 1078 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in UseOptimizedSetter() 1390 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) in IvarTypeWithAggrGCObjects()
|
D | CGExprAgg.cpp | 90 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T)) in needsGC() 1475 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitAggregateCopy()
|
D | CGBlocks.cpp | 118 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in buildBlockDescriptor() 352 CGM.getLangOpts().getGC() == LangOptions::NonGC) in computeBlockInfo() 2261 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) in enterByrefCleanup()
|
D | CGObjCMac.cpp | 1938 if (CGM.getLangOpts().getGC() == LangOptions::NonGC && in BuildGCBlockLayout() 2452 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildRCBlockLayout() 2506 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC); in BuildByrefLayout() 4259 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitImageInfo() 4269 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in EmitImageInfo() 4764 if (CGM.getLangOpts().getGC() == LangOptions::NonGC && in BuildIvarLayout() 5529 if (CGM.getLangOpts().getGC() != LangOptions::GCOnly) { in isVTableDispatchedSelector() 5545 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) { in isVTableDispatchedSelector()
|
D | CGClass.cpp | 1046 CGF.getLangOpts().getGC() == LangOptions::NonGC), in ConstructorMemcpyizer() 1184 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) { in AssignmentMemcpyizer()
|
D | CGExpr.cpp | 1732 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC) in setObjCGCLValueClass() 2057 getLangOpts().getGC() != LangOptions::NonGC && in EmitUnaryOpLValue() 2556 getLangOpts().getGC() != LangOptions::NonGC) { in EmitArraySubscriptExpr()
|
D | CGDecl.cpp | 1321 if (getLangOpts().getGC() != LangOptions::NonGC && in EmitAutoVarCleanups()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 985 if (int Res = cmpNumbers((uint64_t)FnL->getGC(), (uint64_t)FnR->getGC())) in compare()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 675 switch (Mgr->getLangOpts().getGC()) { in RunPathSensitiveChecks()
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 506 return StatepointExampleName == F.getGC(); in shouldRewriteFunction()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 522 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 617 unsigned &Entry = GCMap[F.getGC()]; in WriteModuleInfo() 619 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F.getGC(), in WriteModuleInfo() 701 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in WriteModuleInfo()
|