Searched refs:ProcessMatchResult (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 752 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult() function 806 ProcessMatchResult(FileCheckDiag::MatchFuzzy, SM, getLoc(), in printFuzzyMatch() 1290 SMRange MatchRange = ProcessMatchResult( in PrintMatch() 1341 SMRange SearchRange = ProcessMatchResult( in PrintNoMatch() 1468 ProcessMatchResult(FileCheckDiag::MatchFoundButWrongLine, SM, Loc, in Check() 1477 ProcessMatchResult(FileCheckDiag::MatchFoundButWrongLine, SM, Loc, in Check()
|
/external/llvm-project/llvm/lib/FileCheck/ |
D | FileCheck.cpp | 1401 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult() function 1458 ProcessMatchResult(FileCheckDiag::MatchFuzzy, SM, getLoc(), in printFuzzyMatch() 1985 SMRange MatchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in PrintMatch() 2042 SMRange SearchRange = ProcessMatchResult(MatchTy, SM, Loc, Pat.getCheckTy(), in PrintNoMatch() 2169 ProcessMatchResult(FileCheckDiag::MatchFoundButWrongLine, SM, Loc, in Check() 2178 ProcessMatchResult(FileCheckDiag::MatchFoundButWrongLine, SM, Loc, in Check()
|