| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | RefactoringActions.cpp | 22 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon9b70ecdd0111::DeclNameOption 33 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon9b70ecdd0111::ExtractRefactoring 51 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon9b70ecdd0111::OldQualifiedNameOption 59 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon9b70ecdd0111::NewQualifiedNameOption 67 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon9b70ecdd0111::NewNameOption 78 StringRef getDescription() const override { in getDescription() function in clang::tooling::__anon9b70ecdd0111::LocalRename
|
| /llvm-project-15.0.7/mlir/test/lib/Pass/ |
| H A D | TestPassManager.cpp | 24 StringRef getDescription() const final { in getDescription() function 34 StringRef getDescription() const final { in getDescription() function 47 StringRef getDescription() const final { in getDescription() function 74 StringRef getDescription() const final { in getDescription() function 94 StringRef getDescription() const final { in getDescription() function 106 StringRef getDescription() const final { in getDescription() function 121 StringRef getDescription() const final { in getDescription() function 150 StringRef getDescription() const final { in getDescription() function 173 StringRef getDescription() const final { return "Test pass statistics"; } in getDescription() function
|
| /llvm-project-15.0.7/mlir/unittests/Support/ |
| H A D | DebugActionTest.cpp | 20 static StringRef getDescription() { return "simple-action-description"; } in getDescription() function 24 static StringRef getDescription() { return "param-action-description"; } in getDescription() function 35 EXPECT_EQ(desc, SimpleAction::getDescription()); in TEST() 40 EXPECT_EQ(desc, ParametricAction::getDescription()); in TEST()
|
| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestFunc.cpp | 23 StringRef getDescription() const final { return "Test inserting func args."; } in getDescription() function 60 StringRef getDescription() const final { in getDescription() function 94 StringRef getDescription() const final { return "Test erasing func args."; } in getDescription() function 114 StringRef getDescription() const final { in getDescription() function 136 StringRef getDescription() const final { in getDescription() function
|
| H A D | TestVisitorsGeneric.cpp | 30 StringRef getDescription() const final { return "Test generic IR visitors."; } in getDescription() function 58 StringRef getDescription() const final { in getDescription() function 125 StringRef getDescription() const final { in getDescription() function 156 StringRef getDescription() const final { in getDescription() function
|
| H A D | TestSymbolUses.cpp | 23 StringRef getDescription() const final { in getDescription() function 101 StringRef getDescription() const final { in getDescription() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-mca/ |
| H A D | PipelinePrinter.cpp | 23 if (!Region.getDescription().empty()) in printRegionHeader() 24 RegionName = Region.getDescription(); in printRegionHeader() 36 if (!Region.getDescription().empty()) in getJSONReportRegion() 37 RegionName = Region.getDescription(); in getJSONReportRegion()
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Pass.h | 41 StringRef getDescription() const; 67 StringRef getDescription() const; 92 StringRef getDescription() const;
|
| H A D | Interfaces.h | 52 llvm::Optional<StringRef> getDescription() const; 86 llvm::Optional<StringRef> getDescription() const;
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Vector/ |
| H A D | TestVectorTransforms.cpp | 46 StringRef getDescription() const final { in getDescription() function 119 StringRef getDescription() const final { in getDescription() function 208 StringRef getDescription() const final { in getDescription() function 283 StringRef getDescription() const final { in getDescription() function 375 StringRef getDescription() const final { in getDescription() function 433 StringRef getDescription() const final { in getDescription() function 504 StringRef getDescription() const final { in getDescription() function 552 StringRef getDescription() const final { in getDescription() function 589 StringRef getDescription() const final { in getDescription() function 607 StringRef getDescription() const final { in getDescription() function [all …]
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Pass.cpp | 34 StringRef PassOption::getDescription() const { in getDescription() function in PassOption 59 StringRef PassStatistic::getDescription() const { in getDescription() function in PassStatistic 86 StringRef Pass::getDescription() const { in getDescription() function in Pass
|
| H A D | Interfaces.cpp | 58 llvm::Optional<StringRef> InterfaceMethod::getDescription() const { in getDescription() function in InterfaceMethod 96 llvm::Optional<StringRef> Interface::getDescription() const { in getDescription() function in Interface
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | PassDocGen.cpp | 26 emitDescription(pass.getDescription(), os); in emitDoc() 38 << " : " << option.getDescription() << "\n"; in emitDoc() 53 << " : " << stat.getDescription() << "\n"; in emitDoc()
|
| H A D | OpDocGen.cpp | 157 mlir::tblgen::emitDescription(op.getDescription(), os); in emitOpDoc() 219 emitDescription(attr.getDescription(), os); in emitAttrDoc() 229 emitDescription(type.getDescription(), os); in emitTypeDoc() 272 mlir::tblgen::emitDescription(def.getDescription(), os); in emitAttrOrTypeDefDoc() 312 emitIfNotEmpty(dialect.getDescription(), os); in emitDialectDoc() 316 if (!r.match(dialect.getDescription())) in emitDialectDoc()
|
| H A D | PassGen.cpp | 104 opt.getArgument(), opt.getDescription()); in emitPassOptionDecls() 118 stat.getCppVariableName(), stat.getName(), stat.getDescription()); in emitPassStatisticDecls()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Pass.cpp | 59 static std::string getDescription(const Module &M) { in getDescription() function 65 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule() 169 static std::string getDescription(const Function &F) { in getDescription() function 175 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 48 StringRef getDescription() const { return Description; } in getDescription() function 85 StringRef getDescription() const { return desc; } in getDescription() function
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/SCF/ |
| H A D | TestSCFUtils.cpp | 33 StringRef getDescription() const final { return "test scf.for utils"; } in getDescription() function 77 StringRef getDescription() const final { return "test scf.if utils"; } in getDescription() function 119 StringRef getDescription() const final { return "test scf.forOp pipelining"; } in getDescription() function
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | runner.py | 58 def getDescription(self, test): member in TextTestResult 68 self.stream.write(self.getDescription(test)) 123 (flavour, self.getDescription(test)))
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Test/ |
| H A D | TestPatterns.cpp | 158 StringRef getDescription() const final { return "Run test dialect patterns"; } in getDescription() function 190 StringRef getDescription() const final { in getDescription() function 361 StringRef getDescription() const final { in getDescription() function 764 StringRef getDescription() const final { in getDescription() function 975 StringRef getDescription() const final { in getDescription() function 1038 StringRef getDescription() const final { in getDescription() function 1090 StringRef getDescription() const final { in getDescription() function 1216 StringRef getDescription() const final { in getDescription() function 1352 StringRef getDescription() const final { in getDescription() function 1458 StringRef getDescription() const final { in getDescription() function [all …]
|
| /llvm-project-15.0.7/mlir/test/lib/Analysis/ |
| H A D | TestAliasAnalysis.cpp | 52 StringRef getDescription() const final { in getDescription() function 96 StringRef getDescription() const final { in getDescription() function
|
| H A D | TestCallGraph.cpp | 26 StringRef getDescription() const final { in getDescription() function
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringAction.h | 47 virtual StringRef getDescription() const = 0;
|