Searched refs:getMessage (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-current/crypto/external/bsd/heimdal/dist/tests/java/
H A DKerberosInit.java49 System.out.println(toc.getMessage());
74 System.err.println("Cannot create LoginContext. " + e.getMessage());
78 System.err.println("Cannot create LoginContext. " + e.getMessage());
86 System.err.println("Authentication failed:" + e.getMessage());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DError.h72 const std::string &getMessage() const { return Msg; } function in class:llvm::object::GenericBinaryError
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h83 StringRef getMessage() const { return Message; } function in class:llvm::SymbolRemappingParseError
H A DSourceMgr.h281 StringRef getMessage() const { return Message; } function in class:llvm::SMDiagnostic
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDefaultHandler.h53 char *getMessage ();
H A DSAXParserFactory.cc132 SAXException::getMessage () function in class:SAXException
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDefaultHandler.h53 char *getMessage ();
H A DSAXParserFactory.cc132 SAXException::getMessage () function in class:SAXException
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp49 return cxstring::createRef(Diag.getMessage());
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daliasthis.d173 import dmd.dsymbolsem : getMessage;
181 message = p.depdecl ? p.depdecl.getMessage() : null;
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DPlistReporter.cpp93 EmitString(o, D.getMessage()) << '\n';
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; function in struct:__anon1911::CParser
170 return unwrap(Parser)->getMessage();
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptParser.h47 const std::string &getMessage() const { return CurMessage; } function in class:llvm::rc::RCParser::ParserError
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp154 errs() << Err.getMessage();
/netbsd-current/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);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h554 StringRef getMessage() const { return Diagnostic.getMessage(); } function in class:llvm::ErrorDiagnostic
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp235 OS << Err.getMessage();
410 OS << Err.getMessage();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h82 const char *getMessage();
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp500 StringRef Message = D.getMessage();
639 MsgStream << D.getMessage();
1029 StringRef Msg = Err.getMessage();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp562 if (!A->getMessage().empty()) {
564 HintMessage += A->getMessage();
638 ResultMessage = std::string(Deprecated->getMessage());
646 *Message = std::string(Unavailable->getMessage());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DNodes.h386 Expression *getMessage();
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp189 [&](StringError &Err) { ErrorMessage = Err.getMessage(); },
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTNodeTraverser.h522 Visit(D->getMessage());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp144 emitDiagnostic(Diag.getLocation(), Diag.getLevel(), Diag.getMessage(),
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { function in class:syntax::StaticAssertDeclaration

Completed in 430 milliseconds

123