/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 | 79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
|
D | RetainCountChecker.cpp | 1841 switch (LOpts.getGC()) { in addGCModeDescription() 2549 if (LOpts.getGC() == LangOptions::HybridGC) { in getLeakWithinFunctionBug() 2571 if (LOpts.getGC() == LangOptions::HybridGC) { in getLeakAtReturnBug()
|
/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() 1978 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis() 2415 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes() 2421 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes() 2425 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes() [all …]
|
D | SemaDeclObjC.cpp | 412 getLangOpts().getGC() == LangOptions::GCOnly)) in ActOnStartOfObjCMethodDef() 416 if (Context.getLangOpts().getGC() != LangOptions::NonGC) in ActOnStartOfObjCMethodDef()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 245 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues() 346 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in applyTransforms() 580 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 | 264 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization() 380 F.getGC() != std::string("shadow-stack")) in runOnFunction()
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 178 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations()
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 224 const char *getGC() const;
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1064 Caller->setGC(CalledFunc->getGC()); in InlineFunction() 1065 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 382 const char *Function::getGC() const { in getGC() function in Function 423 setGC(SrcF->getGC()); in copyAttributesFrom()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 534 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros() 869 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
|
/external/clang/lib/CodeGen/ |
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() 4488 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { 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() [all …]
|
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() 1239 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper() 1349 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend() 2537 switch (CGM.getLangOpts().getGC()) { in ModuleInitFunction()
|
D | CGExprAgg.cpp | 91 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T)) in needsGC() 1511 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) { in EmitAggregateCopy()
|
D | CGBlocks.cpp | 118 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in buildBlockDescriptor() 331 CGM.getLangOpts().getGC() == LangOptions::NonGC) in computeBlockInfo() 2278 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) in enterByrefCleanup()
|
D | CGObjC.cpp | 692 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in PropertyImplStrategy() 742 (CGM.getLangOpts().getGC() && in PropertyImplStrategy() 749 if (CGM.getLangOpts().getGC()) in PropertyImplStrategy() 1141 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) in UseOptimizedSetter()
|
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 | CGDecl.cpp | 1397 if (getLangOpts().getGC() != LangOptions::NonGC && in EmitAutoVarCleanups()
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 502 const char *FunctionGCName = F.getGC(); in shouldRewriteFunction()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.cpp | 682 switch (Mgr->getLangOpts().getGC()) { in RunPathSensitiveChecks()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1211 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compare()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 665 unsigned &Entry = GCMap[F.getGC()]; in WriteModuleInfo() 667 WriteStringRecord(bitc::MODULE_CODE_GCNAME, F.getGC(), in WriteModuleInfo() 751 Vals.push_back(F.hasGC() ? GCMap[F.getGC()] : 0); in WriteModuleInfo()
|