Home
last modified time | relevance | path

Searched refs:TheError (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheckImpl.h740 Error TheError; member
742 : TheMatch(Match{MatchPos, MatchLen}), TheError(std::move(E)) {} in MatchResult()
743 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} in MatchResult()
744 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult()
H A DFileCheck.cpp2083 bool HasError = !ExpectedMatch || MatchResult.TheError; in printMatch()
2131 handleAllErrors(std::move(MatchResult.TheError), in printMatch()
2239 std::move(MatchResult.TheError), Req.VerboseVerbose, in reportMatchResult()
2472 if (MatchResult.TheError || Req.VerboseVerbose) { in CheckDag()
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1031 if (Res.TheError) in match()
1032 return std::move(Res.TheError); in match()
1651 ASSERT_THAT_ERROR(std::move(Res.TheError), Succeeded()); in TEST_F()