Home
last modified time | relevance | path

Searched refs:getDescription (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
HDRefactoringActions.cpp22 StringRef getDescription() const { in getDescription() function in clang::tooling::__anonaee576a40111::DeclNameOption
33 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anonaee576a40111::ExtractRefactoring
51 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anonaee576a40111::OldQualifiedNameOption
59 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anonaee576a40111::NewQualifiedNameOption
67 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anonaee576a40111::NewNameOption
78 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anonaee576a40111::LocalRename
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDPass.cpp58 static std::string getDescription(const Module &M) { in getDescription() function
64 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule()
162 static std::string getDescription(const Function &F) { in getDescription() function
168 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachinePassRegistry.h63 StringRef getDescription() const { return Description; } in getDescription() function
111 Node->getDescription()); in Add()
152 Node->getDescription()); in initialize()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDObjCAtSyncChecker.cpp50 *BT_undef, BT_undef->getDescription(), N); in checkPreStmt()
74 *BT_null, BT_null->getDescription(), N); in checkPreStmt()
HDStreamChecker.cpp258 *BT_nullfp, BT_nullfp->getDescription(), N)); in checkNullStream()
288 *BT_illegalwhence, BT_illegalwhence->getDescription(), N)); in checkFseekWhence()
314 *BT_doubleclose, BT_doubleclose->getDescription(), N)); in checkDoubleClose()
346 *BT_ResourceLeak, BT_ResourceLeak->getDescription(), N)); in checkDeadSymbols()
HDFixedAddressChecker.cpp59 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
HDUndefinedArraySubscriptChecker.cpp55 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
HDPointerSubChecker.cpp67 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
HDDereferenceChecker.cpp183 *BT_null, buf.empty() ? BT_null->getDescription() : StringRef(buf), N); in reportBug()
204 *BT_undef, BT_undef->getDescription(), N); in checkLocation()
HDArrayBoundChecker.cpp79 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkLocation()
HDReturnPointerRangeChecker.cpp83 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
HDUndefBranchChecker.cpp100 *BT, BT->getDescription(), N); in checkBranchCondition()
HDEnumCastOutOfRangeChecker.cpp87 *EnumValueCastOutOfRange, EnumValueCastOutOfRange->getDescription(), in reportWarning()
HDPointerArithChecker.cpp177 *BT_polyArray, BT_polyArray->getDescription(), N); in reportPointerArithMisuse()
200 *BT_pointerArith, BT_pointerArith->getDescription(), N); in reportPointerArithMisuse()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugType.h50 StringRef getDescription() const { return Description; } in getDescription() function
84 StringRef getDescription() const { return desc; } in getDescription() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDDiagnosticIDs.cpp56 StringRef getDescription() const { in getDescription() function
277 StringRef getDescription(unsigned DiagID) const { in getDescription() function in clang::diag::CustomDiagInfo
372 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const { in getDescription() function in DiagnosticIDs
374 return Info->getDescription(); in getDescription()
376 return CustomDiagInfo->getDescription(DiagID); in getDescription()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDRegionPass.cpp281 static std::string getDescription(const Region &R) { in getDescription() function
288 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
HDLoopPass.cpp390 static std::string getDescription(const Loop &L) { in getDescription() function
400 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
HDRefactoringAction.h47 virtual StringRef getDescription() const = 0;
HDRefactoringOption.h35 virtual StringRef getDescription() const = 0;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
HDMainCallChecker.cpp40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangStandard.h79 const char *getDescription() const { return Description; } in getDescription() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountDiagnostics.h40 StringRef getDescription() const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDFileCheck.h82 std::string getDescription(StringRef Prefix) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDDeadArgumentElimination.h62 std::string getDescription() const { in getDescription() function

123