HomeSort by: relevance | last modified time | path
    Searched refs:getErrorMessage (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamError.h 37 StringRef getErrorMessage() const;
LockFileManager.h 89 std::string getErrorMessage() const;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
BinaryStreamError.cpp 51 StringRef BinaryStreamError::getErrorMessage() const { return ErrMsg; }
LockFileManager.cpp 269 std::string LockFileManager::getErrorMessage() const {
  /src/external/bsd/openldap/dist/contrib/ldapc++/examples/
urlTest.cpp 37 std::cout << e.getErrorMessage() << std::endl;
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPUrl.h 195 const std::string getErrorMessage() const;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 49 const std::string &getErrorMessage() const { return ErrMsg; }
ExecutionEngine.h 287 const std::string &getErrorMessage() const { return ErrMsg; }
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 316 *OutError = strdup(ExecEngine->getErrorMessage().c_str());
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h 50 const std::string &getErrorMessage() const { return ErrMsg; }
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 1282 << Module->Name << Locked.getErrorMessage();

Completed in 90 milliseconds