Home
last modified time | relevance | path

Searched refs:getGC (Results 1 – 25 of 63) sorted by relevance

123

/external/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp79 if (mgr.getLangOpts().getGC() != LangOptions::NonGC) in registerNSAutoreleasePoolChecker()
DObjCSuperDeallocChecker.cpp291 if (LangOpts.getGC() == LangOptions::GCOnly || LangOpts.ObjCAutoRefCount) in registerObjCSuperDeallocChecker()
DCheckObjCDealloc.cpp199 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/
DFunction.cpp269 const char *Function::getGC() const { in getGC() function in Function
308 setGC(SrcF->getGC()); in copyAttributesFrom()
/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()
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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp171 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization()
287 F.getGC() != std::string("shadow-stack")) in runOnFunction()
DGCMetadata.cpp75 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
/external/llvm/include/llvm/IR/
DLLVMContext.h106 const std::string &getGC(const Function &Fn);
DFunction.h226 const std::string &getGC() const;
/external/clang/lib/ARCMigrate/
DARCMT.cpp246 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/
DLLVMContext.h115 const std::string &getGC(const Function &Fn);
DFunction.h249 const std::string &getGC() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h149 const std::string &getGC(const Function &Fn);
/external/llvm/lib/CodeGen/
DGCMetadata.cpp69 GCStrategy *S = getGCStrategy(F.getGC()); in getFunctionInfo()
DShadowStackGCLowering.cpp268 if (F.hasGC() && F.getGC() == std::string("shadow-stack")) { in doInitialization()
384 F.getGC() != std::string("shadow-stack")) in runOnFunction()
/external/mesa3d/include/HaikuGL/
DGLView.h88 void* getGC() { return fGc; } // ??? in getGC() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCMetadata.cpp110 GCStrategy *S = getOrCreateStrategy(F.getParent(), F.getGC()); in getFunctionInfo()
/external/llvm/lib/IR/
DLLVMContext.cpp317 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC() function in LLVMContext
DFunction.cpp417 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/
DInlineFunction.cpp922 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
923 else if (CalledFunc->getGC() != Caller->getGC()) in InlineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h198 const char *getGC() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp308 const std::string &LLVMContext::getGC(const Function &Fn) { in getGC() function in LLVMContext
DFunction.cpp452 const std::string &Function::getGC() const { in getGC() function in Function
454 return getContext().getGC(*this); in getGC()
476 setGC(Src->getGC()); in copyAttributesFrom()
/external/clang/tools/arcmt-test/
Darcmt-test.cpp178 transforms = arcmt::getAllTransformations(origCI.getLangOpts()->getGC(), in performTransformations()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp471 if (F1->hasGC() && F1->getGC() != F2->getGC()) in compare()

123