Searched defs:PrintCheckFailed (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/FileCheck/
H A DFileCheck.cpp810 static void PrintCheckFailed(const SourceMgr &SM, const SMLoc &Loc, function
828 static void PrintCheckFailed(const SourceMgr &SM, const CheckString &CheckStr, function
831 PrintCheckFailed(SM, CheckStr.Loc, CheckStr.Pat, Buffer, VariableTable);
871 PrintCheckFailed(SM, *this, MatchBuffer, VariableTable);
984 PrintCheckFailed(SM, Pat.getLoc(), Pat, MatchBuffer, VariableTable);

Completed in 29 milliseconds