Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DError.cpp116 StringError::StringError(std::error_code EC, const Twine &S) in StringError() function in llvm::StringError
119 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DError.cpp121 StringError::StringError(std::error_code EC, const Twine &S) in StringError() function in llvm::StringError
124 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
/external/rust/crates/miette/src/
Dprotocol.rs136 struct StringError(String); in from() struct
138 impl std::error::Error for StringError {} in from() implementation
139 impl Diagnostic for StringError {} in from() implementation
141 impl Display for StringError { in from() implementation
148 impl fmt::Debug for StringError { in from() implementation
/external/llvm/lib/Support/
DError.cpp94 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
/external/llvm/unittests/Support/
DErrorTest.cpp426 TEST(Error, StringError) { in TEST() argument