Searched refs:PrintCheckFailed (Results 1 – 1 of 1) sorted by relevance
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 984 static void PrintCheckFailed(const SourceMgr &SM, const SMLoc &Loc, in PrintCheckFailed() function 1002 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, in PrintCheckFailed() function 1005 PrintCheckFailed(SM, CheckStr.Loc, CheckStr.Pat, Buffer, VariableTable); in PrintCheckFailed() 1053 PrintCheckFailed(SM, *this, MatchBuffer, VariableTable); in Check() 1204 PrintCheckFailed(SM, Pat.getLoc(), Pat, MatchBuffer, VariableTable); in CheckDag()
|