| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| HD | RefactoringActions.cpp | 22 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/ |
| HD | Pass.cpp | 58 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/ |
| HD | MachinePassRegistry.h | 63 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/ |
| HD | ObjCAtSyncChecker.cpp | 50 *BT_undef, BT_undef->getDescription(), N); in checkPreStmt() 74 *BT_null, BT_null->getDescription(), N); in checkPreStmt()
|
| HD | StreamChecker.cpp | 258 *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()
|
| HD | FixedAddressChecker.cpp | 59 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| HD | UndefinedArraySubscriptChecker.cpp | 55 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| HD | PointerSubChecker.cpp | 67 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| HD | DereferenceChecker.cpp | 183 *BT_null, buf.empty() ? BT_null->getDescription() : StringRef(buf), N); in reportBug() 204 *BT_undef, BT_undef->getDescription(), N); in checkLocation()
|
| HD | ArrayBoundChecker.cpp | 79 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkLocation()
|
| HD | ReturnPointerRangeChecker.cpp | 83 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| HD | UndefBranchChecker.cpp | 100 *BT, BT->getDescription(), N); in checkBranchCondition()
|
| HD | EnumCastOutOfRangeChecker.cpp | 87 *EnumValueCastOutOfRange, EnumValueCastOutOfRange->getDescription(), in reportWarning()
|
| HD | PointerArithChecker.cpp | 177 *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/ |
| HD | BugType.h | 50 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/ |
| HD | DiagnosticIDs.cpp | 56 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/ |
| HD | RegionPass.cpp | 281 static std::string getDescription(const Region &R) { in getDescription() function 288 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
|
| HD | LoopPass.cpp | 390 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/ |
| HD | RefactoringAction.h | 47 virtual StringRef getDescription() const = 0;
|
| HD | RefactoringOption.h | 35 virtual StringRef getDescription() const = 0;
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/ |
| HD | MainCallChecker.cpp | 40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | LangStandard.h | 79 const char *getDescription() const { return Description; } in getDescription() function
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| HD | RetainCountDiagnostics.h | 40 StringRef getDescription() const;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | FileCheck.h | 82 std::string getDescription(StringRef Prefix) const;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| HD | DeadArgumentElimination.h | 62 std::string getDescription() const { in getDescription() function
|