Home
last modified time | relevance | path

Searched refs:getErrorMessage (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamError.h37 StringRef getErrorMessage() const;
H A DLockFileManager.h89 std::string getErrorMessage() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DBinaryStreamError.cpp51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; } in getErrorMessage() function in BinaryStreamError
H A DLockFileManager.cpp269 std::string LockFileManager::getErrorMessage() const { in getErrorMessage() function in LockFileManager
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DurlTest.cpp37 std::cout << e.getErrorMessage() << std::endl; in main()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.h195 const std::string getErrorMessage() const;
H A DLDAPUrl.cpp509 const std::string LDAPUrlException::getErrorMessage() const in getErrorMessage() function in LDAPUrlException
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h49 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
H A DExecutionEngine.h287 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp316 *OutError = strdup(ExecEngine->getErrorMessage().c_str()); in LLVMExecutionEngineGetErrMsg()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h50 const std::string &getErrorMessage() const { return ErrMsg; } in getErrorMessage() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1282 << Module->Name << Locked.getErrorMessage(); in compileModuleAndReadAST()