Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp132 StringError::StringError(std::error_code EC, const Twine &S) StringError() function in llvm::StringError
135 StringError::StringError(const Twine &S, std::error_code EC) StringError() function in llvm::StringError
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h417 StringError(std::string ErrMsg) : ErrMsg(std::move(ErrMsg)) {} in StringError() function
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Derror_test.cpp165 TEST(Error, StringError) { in TEST() argument