Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp73 static void expectError(StringRef ExpectedMsg, Error Err) { in expectError() argument
74 expectSameErrors<ErrorT>({ExpectedMsg.str()}, std::move(Err)); in expectError()
77 static void expectDiagnosticError(StringRef ExpectedMsg, Error Err) { in expectDiagnosticError() argument
78 expectError<ErrorDiagnostic>(ExpectedMsg, std::move(Err)); in expectDiagnosticError()
/llvm-project/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp48 void checkError(std::string ExpectedMsg, Error Err) { in checkError() argument
49 checkError(ArrayRef<std::string>{ExpectedMsg}, std::move(Err)); in checkError()