Home
last modified time | relevance | path

Searched refs:FormatError (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLog.h227 void FormatError(llvm::Error error, llvm::StringRef file, in FormatError() function
364 log_private->FormatError(::std::move(error_private), __FILE__, __func__, \
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFormatVariadicTest.cpp694 TEST(FormatVariadicTest, FormatError) { in TEST() argument