Home
last modified time | relevance | path

Searched refs:getMessage (Results 1 – 25 of 68) sorted by relevance

123

/netbsd-src/crypto/external/bsd/heimdal/dist/tests/java/
H A DKerberosInit.java49 System.out.println(toc.getMessage()); in handle()
74 System.err.println("Cannot create LoginContext. " + e.getMessage()); in main()
78 System.err.println("Cannot create LoginContext. " + e.getMessage()); in main()
86 System.err.println("Authentication failed:" + e.getMessage()); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daliasthis.d173 import dmd.dsymbolsem : getMessage; in checkDeprecatedAliasThis()
181 message = p.depdecl ? p.depdecl.getMessage() : null; in checkDeprecatedAliasThis()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
170 return unwrap(Parser)->getMessage(); in LLVMRemarkParserGetErrorMessage()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp999 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h83 StringRef getMessage() const { return Message; } in getMessage() function
H A DSourceMgr.h281 StringRef getMessage() const { return Message; } in getMessage() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DError.h72 const std::string &getMessage() const { return Msg; } in getMessage() function
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDefaultHandler.h53 char *getMessage ();
H A DSAXParserFactory.cc132 SAXException::getMessage () in getMessage() function in SAXException
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDefaultHandler.h53 char *getMessage ();
H A DSAXParserFactory.cc132 SAXException::getMessage () in getMessage() function in SAXException
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h84 virtual std::string getMessage(const ExplodedNode *N) = 0;
104 std::string getMessage(const ExplodedNode *N) override;
528 return I->second->getMessage(N); in getCallStackMessage()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp49 return cxstring::createRef(Diag.getMessage()); in getSpelling()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DPlistReporter.cpp93 EmitString(o, D.getMessage()) << '\n'; in writeARCDiagsToPlist()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptParser.h47 const std::string &getMessage() const { return CurMessage; } in getMessage() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp154 errs() << Err.getMessage(); in InitEE()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h554 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp562 if (!A->getMessage().empty()) { in CheckAvailability()
564 HintMessage += A->getMessage(); in CheckAvailability()
638 ResultMessage = std::string(Deprecated->getMessage()); in getAvailability()
646 *Message = std::string(Unavailable->getMessage()); in getAvailability()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp235 OS << Err.getMessage(); in handleMakeDependencyToolResult()
410 OS << Err.getMessage(); in handleFullDependencyToolResult()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp500 StringRef Message = D.getMessage(); in SrcMgrDiagHandler()
639 MsgStream << D.getMessage(); in UnsupportedDiagHandler()
1029 StringRef Msg = Err.getMessage(); in loadModule()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h82 const char *getMessage();
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp189 [&](StringError &Err) { ErrorMessage = Err.getMessage(); }, in handleAllResults()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h386 Expression *getMessage();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp935 return SM.GetMessage(Loc, Error.getKind(), Error.getMessage(), None, in diagFromMIStringDiag()
966 Error.getMessage(), LineStr, Error.getRanges(), in diagFromBlockStringDiag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration

123