Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp1002 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed() argument
1005 PrintCheckFailed(SM, CheckStr.Loc, CheckStr.Pat, Buffer, VariableTable); in PrintCheckFailed()
1363 const CheckString &CheckStr = CheckStrings[i]; in main() local
1368 size_t MatchPos = CheckStr.Check(SM, CheckRegion, false, MatchLen, in main()