Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/
DRefactoringActions.cpp22 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::DeclNameOption
33 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::ExtractRefactoring
51 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::OldQualifiedNameOption
59 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::NewQualifiedNameOption
67 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::NewNameOption
78 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon3d7c20c50111::LocalRename
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/
DPipelinePrinter.cpp24 if (!Region.getDescription().empty()) in printRegionHeader()
25 RegionName = Region.getDescription(); in printRegionHeader()
37 if (!Region.getDescription().empty()) in getJSONReportRegion()
38 RegionName = Region.getDescription(); in getJSONReportRegion()
DCodeRegion.h81 llvm::StringRef getDescription() const { return Description; } in getDescription() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DPass.cpp55 static std::string getDescription(const Module &M) { in getDescription() function
61 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule()
159 static std::string getDescription(const Function &F) { in getDescription() function
165 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachinePassRegistry.h63 StringRef getDescription() const { return Description; } in getDescription() function
111 Node->getDescription()); in Add()
152 Node->getDescription()); in initialize()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DObjCAtSyncChecker.cpp50 *BT_undef, BT_undef->getDescription(), N); in checkPreStmt()
74 *BT_null, BT_null->getDescription(), N); in checkPreStmt()
DFixedAddressChecker.cpp59 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
DUndefinedArraySubscriptChecker.cpp55 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
DPointerSubChecker.cpp67 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
DArrayBoundChecker.cpp79 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkLocation()
DReturnPointerRangeChecker.cpp88 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
DDereferenceChecker.cpp169 os << BT->getDescription(); in reportBug()
196 *BT, buf.empty() ? BT->getDescription() : buf.str(), N); in reportBug()
DUndefBranchChecker.cpp105 *BT, BT->getDescription(), N); in checkBranchCondition()
DEnumCastOutOfRangeChecker.cpp87 *EnumValueCastOutOfRange, EnumValueCastOutOfRange->getDescription(), in reportWarning()
DBoolAssignmentChecker.cpp39 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N)); in emitReport()
DPointerArithChecker.cpp177 *BT_polyArray, BT_polyArray->getDescription(), N); in reportPointerArithMisuse()
200 *BT_pointerArith, BT_pointerArith->getDescription(), N); in reportPointerArithMisuse()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugType.h50 StringRef getDescription() const { return Description; } in getDescription() function
87 StringRef getDescription() const { return desc; } in getDescription() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DDiagnosticIDs.cpp128 StringRef getDescription() const { in getDescription() function
367 StringRef getDescription(unsigned DiagID) const { in getDescription() function in clang::diag::CustomDiagInfo
462 StringRef DiagnosticIDs::getDescription(unsigned DiagID) const { in getDescription() function in DiagnosticIDs
464 return Info->getDescription(); in getDescription()
466 return CustomDiagInfo->getDescription(DiagID); in getDescription()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringAction.h47 virtual StringRef getDescription() const = 0;
DRefactoringOption.h35 virtual StringRef getDescription() const = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DRegionPass.cpp275 static std::string getDescription(const Region &R) { in getDescription() function
282 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
DLoopPass.cpp369 static std::string getDescription(const Loop &L) { in getDescription() function
379 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
DMainCallChecker.cpp40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DLangStandard.h81 const char *getDescription() const { return Description; } in getDescription() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.h40 StringRef getDescription() const;

123