Searched refs:printSubstitutions (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheckImpl.h | 494 void printSubstitutions(const SourceMgr &SM, StringRef Buffer,
|
D | FileCheck.cpp | 711 void Pattern::printSubstitutions(const SourceMgr &SM, StringRef Buffer, in printSubstitutions() function in Pattern 1308 Pat.printSubstitutions(SM, Buffer, MatchRange); in PrintMatch() 1372 Pat.printSubstitutions(SM, Buffer); in PrintNoMatch()
|
/external/llvm-project/llvm/lib/FileCheck/ |
D | FileCheck.cpp | 1301 void Pattern::printSubstitutions(const SourceMgr &SM, StringRef Buffer, in printSubstitutions() function in Pattern 1988 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, Diags); in PrintMatch() 2005 Pat.printSubstitutions(SM, Buffer, MatchRange, MatchTy, nullptr); in PrintMatch() 2045 Pat.printSubstitutions(SM, Buffer, SearchRange, MatchTy, Diags); in PrintNoMatch() 2073 Pat.printSubstitutions(SM, Buffer, SearchRange, MatchTy, nullptr); in PrintNoMatch()
|
D | FileCheckImpl.h | 709 void printSubstitutions(const SourceMgr &SM, StringRef Buffer,
|