/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NSAutoreleasePoolChecker.cpp | 79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
|
D | ObjCSuperDeallocChecker.cpp | 291 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCSuperDeallocChecker()
|
D | CheckObjCDealloc.cpp | 199 assert(Mgr.getLangOpts().getGC() != LangOptions::GCOnly); in checkASTDecl() 1065 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCDeallocChecker()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Function.cpp | 269 const char *Function::getGC() const { in getGC() function in Function 308 setGC(SrcF->getGC()); in copyAttributesFrom()
|
/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() 2038 if (getLangOpts().getGC() == LangOptions::GCOnly) in DiagnoseOwningPropertyGetterSynthesis() 2500 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes() 2506 if (getLangOpts().getGC() != LangOptions::GCOnly) in CheckObjCPropertyAttributes() 2510 if (getLangOpts().getGC() == LangOptions::NonGC) in CheckObjCPropertyAttributes() [all …]
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 106 const std::string &getGC(const Function &Fn);
|
D | Function.h | 226 const std::string &getGC() const;
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 246 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in checkForManualIssues() 347 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC(); in applyTransforms() 581 MigrationPass pass(Ctx, OrigCI.getLangOpts()->getGC(), in applyTransform()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 115 const std::string &getGC(const Function &Fn);
|
D | Function.h | 249 const std::string &getGC() const;
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 69 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
|
D | ShadowStackGCLowering.cpp | 268 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization() 384 F.getGC() != std::string("shadow-stack")) in runOnFunction()
|
/external/mesa3d/include/HaikuGL/ |
D | GLView.h | 88 void* getGC() { return fGc; } // ??? in getGC() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | GCMetadata.cpp | 110 GCStrategy *S = getOrCreateStrategy(F.getParent(), F.getGC()); in getFunctionInfo()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 317 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC() function in LLVMContext
|
D | Function.cpp | 417 const std::string &Function::getGC() const { in getGC() function in Function 419 return getContext().getGC(*this); in getGC() 445 setGC(SrcF->getGC()); in copyAttributesFrom()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 922 Caller->setGC(CalledFunc->getGC()); in InlineFunction() 923 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 198 const char *getGC() const;
|
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 178 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 471 if (F1->hasGC() && F1->getGC() != F2->getGC()) in compare()
|
/external/llvm/lib/Transforms/Scalar/ |
D | PlaceSafepoints.cpp | 443 const auto &FunctionGCName = F.getGC(); in shouldRewriteFunction()
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 567 if (LangOpts.getGC() != LangOptions::NonGC) in InitializePredefinedMacros() 902 LangOpts.getGC() != LangOptions::NonGC) { in InitializePredefinedMacros()
|
/external/clang/lib/CodeGen/ |
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() 4552 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { 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() [all …]
|
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() 1272 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSendSuper() 1380 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) { in GenerateMessageSend() 2544 switch (CGM.getLangOpts().getGC()) { in ModuleInitFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1393 Caller->setGC(CalledFunc->getGC()); in InlineFunction() 1394 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()
|