Home
last modified time | relevance | path

Searched defs:StringError (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp140 StringError::StringError(std::error_code EC, const Twine &S) in StringError() function in llvm::StringError
143 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
146 StringError::StringError(std::string &&S, std::error_code EC, bool PrintMsgOnly) in StringError() function in llvm::StringError
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h417 StringError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in StringError() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp165 TEST(Error, StringError) { in TEST() argument