Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2129 static Error reportMatchResult(bool ExpectedMatch, const SourceMgr &SM, in reportMatchResult() function
2196 if (Error Err = reportMatchResult(/*ExpectedMatch=*/true, SM, Prefix, Loc, in Check()
2317 if (Error Err = reportMatchResult( in CheckNot()
2377 if (Error Err = reportMatchResult(/*ExpectedMatch=*/true, SM, DNPrefix, in CheckDag()