Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1324 Error MatchErrors) { in PrintNoMatch() argument
1325 assert(MatchErrors && "Called on successful match"); in PrintNoMatch()
1329 consumeError(std::move(MatchErrors)); in PrintNoMatch()
1346 consumeError(std::move(MatchErrors)); in PrintNoMatch()
1350 MatchErrors = handleErrors(std::move(MatchErrors), in PrintNoMatch()
1354 if (!MatchErrors) in PrintNoMatch()
1356 consumeError(std::move(MatchErrors)); in PrintNoMatch()
1381 std::vector<FileCheckDiag> *Diags, Error MatchErrors) { in PrintNoMatch() argument
1384 std::move(MatchErrors)); in PrintNoMatch()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp2022 Error MatchErrors) { in PrintNoMatch() argument
2023 assert(MatchErrors && "Called on successful match"); in PrintNoMatch()
2027 consumeError(std::move(MatchErrors)); in PrintNoMatch()
2047 consumeError(std::move(MatchErrors)); in PrintNoMatch()
2051 MatchErrors = handleErrors(std::move(MatchErrors), in PrintNoMatch()
2055 if (!MatchErrors) in PrintNoMatch()
2057 consumeError(std::move(MatchErrors)); in PrintNoMatch()
2082 std::vector<FileCheckDiag> *Diags, Error MatchErrors) { in PrintNoMatch() argument
2085 std::move(MatchErrors)); in PrintNoMatch()