| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/ |
| H A D | RefactoringActions.cpp | 22 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::DeclNameOption 33 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::ExtractRefactoring 51 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::OldQualifiedNameOption 59 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::NewQualifiedNameOption 67 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::NewNameOption 78 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon8e2917980111::LocalRename
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Pass.cpp | 55 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassRegistry.h | 63 StringRef getDescription() const { return Description; } in getDescription() function 111 Node->getDescription()); in Add() 152 Node->getDescription()); in initialize()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ObjCAtSyncChecker.cpp | 50 *BT_undef, BT_undef->getDescription(), N); in checkPreStmt() 74 *BT_null, BT_null->getDescription(), N); in checkPreStmt()
|
| H A D | FixedAddressChecker.cpp | 59 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| H A D | UndefinedArraySubscriptChecker.cpp | 55 auto R = std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| H A D | PointerSubChecker.cpp | 67 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| H A D | DereferenceChecker.cpp | 169 os << BT->getDescription(); in reportBug() 196 *BT, buf.empty() ? BT->getDescription() : StringRef(buf), N); in reportBug()
|
| H A D | ArrayBoundChecker.cpp | 79 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkLocation()
|
| H A D | ReturnPointerRangeChecker.cpp | 88 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| H A D | PointerArithChecker.cpp | 177 *BT_polyArray, BT_polyArray->getDescription(), N); in reportPointerArithMisuse() 200 *BT_pointerArith, BT_pointerArith->getDescription(), N); in reportPointerArithMisuse()
|
| H A D | BoolAssignmentChecker.cpp | 39 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N)); in emitReport()
|
| H A D | EnumCastOutOfRangeChecker.cpp | 87 *EnumValueCastOutOfRange, EnumValueCastOutOfRange->getDescription(), in reportWarning()
|
| H A D | UndefBranchChecker.cpp | 105 *BT, BT->getDescription(), N); in checkBranchCondition()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 50 StringRef getDescription() const { return Description; } in getDescription() function 87 StringRef getDescription() const { return desc; } in getDescription() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 128 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | RegionPass.cpp | 275 static std::string getDescription(const Region &R) { in getDescription() function 282 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
|
| H A D | LoopPass.cpp | 369 static std::string getDescription(const Loop &L) { in getDescription() function 379 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringAction.h | 47 virtual StringRef getDescription() const = 0;
|
| H A D | RefactoringOption.h | 35 virtual StringRef getDescription() const = 0;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/ |
| H A D | MainCallChecker.cpp | 40 std::make_unique<PathSensitiveBugReport>(*BT, BT->getDescription(), N); in checkPreStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| H A D | DiagTool.h | 32 llvm::StringRef getDescription() const { return description; } in getDescription() function
|
| H A D | DiagTool.cpp | 59 out << getTool(*it)->getDescription() << '\n'; in printCommands()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | LangStandard.h | 81 const char *getDescription() const { return Description; } in getDescription() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.h | 40 StringRef getDescription() const;
|