Searched defs:StringError (Results 1 – 5 of 5) sorted by relevance
116 StringError::StringError(std::error_code EC, const Twine &S) in StringError() function in llvm::StringError119 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
121 StringError::StringError(std::error_code EC, const Twine &S) in StringError() function in llvm::StringError124 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
136 struct StringError(String); in from() struct138 impl std::error::Error for StringError {} in from() implementation139 impl Diagnostic for StringError {} in from() implementation141 impl Display for StringError { in from() implementation148 impl fmt::Debug for StringError { in from() implementation
94 StringError::StringError(const Twine &S, std::error_code EC) in StringError() function in llvm::StringError
426 TEST(Error, StringError) { in TEST() argument