Home
last modified time | relevance | path

Searched defs:getMessage (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetectionDiagnostic.cpp317 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 DTestTransformStateExtension.h30 StringRef getMessage() const { return message.getValue(); } in getMessage() function
H A DTestTransformDialectExtension.cpp50 Attribute getMessage() { return getOperation()->getAttr("message"); } in getMessage() function in __anonc991b9c70111::TestTransformOp
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptParser.h44 const std::string &getMessage() const { return CurMessage; } in getMessage() function
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DError.h71 const std::string &getMessage() const { return Msg; } in getMessage() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h84 StringRef getMessage() const { return Message; } in getMessage() function
H A DSourceMgr.h311 StringRef getMessage() const { return Message; } in getMessage() function
H A DError.h1229 const std::string &getMessage() const { return Msg; } in getMessage() function
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DDiagnostic.h37 StringRef getMessage() const { return message; } in getMessage() function
/llvm-project-15.0.7/llvm/lib/Remarks/
H A DRemarkParser.cpp122 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DNodes.cpp352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h100 std::string getMessage() const { in getMessage() function
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheckImpl.h554 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1031 const Twine &getMessage() const { return Msg; } in getMessage() function
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h349 const std::string &getMessage() const { return Msg; } in getMessage() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h1709 StringRef getMessage() const { return Message; } in getMessage() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h3969 StringLiteral *getMessage() { return Message; } in getMessage() function
3970 const StringLiteral *getMessage() const { return Message; } in getMessage() function
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp286 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() function in StackHintGeneratorForSymbol
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp772 py::str PyDiagnostic::getMessage() { in getMessage() function in PyDiagnostic