| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopDetectionDiagnostic.h | 223 std::string getMessage() const override; 247 std::string getMessage() const override; 273 std::string getMessage() const override; 299 std::string getMessage() const override; 348 std::string getMessage() const override; 373 std::string getMessage() const override; 396 std::string getMessage() const override; 430 std::string getMessage() const override; 450 std::string getMessage() const override; 470 std::string getMessage() const override; [all …]
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetectionDiagnostic.cpp | 317 std::string ReportUndefCond::getMessage() const { in getMessage() function in polly::ReportUndefCond 332 std::string ReportInvalidCond::getMessage() const { in getMessage() function in polly::ReportInvalidCond 348 std::string ReportUndefOperand::getMessage() const { in getMessage() function in polly::ReportUndefOperand 363 std::string ReportNonAffBranch::getMessage() const { in getMessage() function in polly::ReportNonAffBranch 394 std::string ReportUndefBasePtr::getMessage() const { in getMessage() function in polly::ReportUndefBasePtr 488 std::string ReportLoopBound::getMessage() const { in getMessage() function in polly::ReportLoopBound 588 std::string ReportFuncCall::getMessage() const { in getMessage() function in polly::ReportFuncCall 680 std::string ReportAlias::getMessage() const { in getMessage() function in polly::ReportAlias 720 std::string ReportIntToPtr::getMessage() const { in getMessage() function in polly::ReportIntToPtr 742 std::string ReportAlloca::getMessage() const { in getMessage() function in polly::ReportAlloca [all …]
|
| /llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/ |
| H A D | TestTransformDialectExtension.cpp | 44 if (Attribute message = getMessage()) in apply() 50 Attribute getMessage() { return getOperation()->getAttr("message"); } in getMessage() function in __anonc991b9c70111::TestTransformOp 64 if (getMessage()) in print() 65 printer << " " << getMessage(); in print() 149 op->emitRemark() << getMessage(); in apply() 171 << "extension present, " << extension->getMessage(); in apply()
|
| H A D | TestTransformStateExtension.h | 30 StringRef getMessage() const { return message.getValue(); } in getMessage() function
|
| /llvm-project-15.0.7/llvm/unittests/AsmParser/ |
| H A D | AsmParserTest.cpp | 29 EXPECT_TRUE(Error.getMessage().empty()); in TEST() 56 EXPECT_TRUE(Error.getMessage().empty()); in TEST() 106 EXPECT_EQ(Error.getMessage(), "expected type"); in TEST() 109 EXPECT_EQ(Error.getMessage(), "floating point constant invalid for type"); in TEST() 112 EXPECT_EQ(Error.getMessage(), "expected a constant value"); in TEST() 115 EXPECT_EQ(Error.getMessage(), "expected end of string"); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | TidyProvider.cpp | 51 D.getLineNo(), D.getColumnNo(), D.getMessage()); in get() 55 D.getLineNo(), D.getColumnNo(), D.getMessage()); in get() 60 D.getLineNo(), D.getColumnNo(), D.getMessage()); in get()
|
| /llvm-project-15.0.7/llvm/lib/Remarks/ |
| H A D | RemarkParser.cpp | 122 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function 169 return unwrap(Parser)->getMessage(); in LLVMRemarkParserGetErrorMessage()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UnaryStaticAssertCheck.cpp | 26 const StringLiteral *AssertMessage = MatchedDecl->getMessage(); in check()
|
| /llvm-project-15.0.7/llvm/unittests/TableGen/ |
| H A D | CodeExpanderTest.cpp | 45 EXPECT_EQ(Received[i].getMessage(), Expected[i].getMessage()); in ~RAIIDiagnosticChecker()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | sizeof-expression.rst | 83 void getMessage(char* buf) { 113 void getMessage(char* dst) { 138 void getMessage(char* buf) {
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | SymbolRemappingReader.h | 84 StringRef getMessage() const { return Message; } in getMessage() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | Error.h | 71 const std::string &getMessage() const { return Msg; } in getMessage() function
|
| /llvm-project-15.0.7/clang/lib/Basic/Targets/ |
| H A D | RISCV.cpp | 231 OutputErrMsg << ErrMsg.getMessage(); in initFeatureMap() 274 OutputErrMsg << ErrMsg.getMessage(); in handleTargetFeatures()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 999 if (DA->getMessage().empty()) in visitFullComment() 1003 appendToResultWithXMLEscaping(DA->getMessage()); in visitFullComment() 1008 if (UA->getMessage().empty()) in visitFullComment() 1012 appendToResultWithXMLEscaping(UA->getMessage()); in visitFullComment() 1047 StringRef DeprecationSummary = AA->getMessage(); in visitFullComment()
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | revert_checker_test.py | 42 self.messages.append(record.getMessage())
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | PassManagerTest.cpp | 295 Message = Error.getMessage(); in TEST_F() 305 Message = Error.getMessage(); in TEST_F()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | StencilTest.cpp | 121 EXPECT_THAT(Err.getMessage(), Matcher); in testError() 189 &StringError::getMessage, MessageMatcher))); in testFailure() 246 &StringError::getMessage, in TEST_F() 632 EXPECT_THAT(E.getMessage(), AllOf(HasSubstr("selected range"), in TEST_F()
|
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Lexer.cpp | 94 diag.getMessage()); in Lexer() 97 note.getMessage()); in Lexer()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXStoredDiagnostic.cpp | 49 return cxstring::createRef(Diag.getMessage()); in getSpelling()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | PlistReporter.cpp | 93 EmitString(o, D.getMessage()) << '\n'; in writeARCDiagsToPlist()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 82 virtual std::string getMessage(const ExplodedNode *N) = 0; 102 std::string getMessage(const ExplodedNode *N) override; 535 return I->second->getMessage(N); in getCallStackMessage()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ConfigTesting.h | 35 Out.Message = D.getMessage().str(); in callback()
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/ |
| H A D | Diagnostic.h | 37 StringRef getMessage() const { return message; } in getMessage() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-rc/ |
| H A D | ResourceScriptParser.h | 44 const std::string &getMessage() const { return CurMessage; } in getMessage() function
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlistener/ |
| H A D | llvm-jitlistener.cpp | 154 errs() << Err.getMessage(); in InitEE()
|