Searched refs:FileCheckString (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileCheck.h | 136 struct FileCheckString; 144 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
|
/external/llvm-project/llvm/include/llvm/FileCheck/ |
D | FileCheck.h | 141 struct FileCheckString; 149 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 1113 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck() 1312 const FileCheckString &CheckStr, int MatchedCount, in PrintMatch() 1379 const FileCheckString &CheckStr, int MatchedCount, in PrintNoMatch() 1410 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() 1492 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() 1531 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() 1553 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() 1579 size_t FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag() 1925 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput() 1951 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
|
D | FileCheckImpl.h | 569 struct FileCheckString { struct 583 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() argument
|
/external/llvm-project/llvm/lib/FileCheck/ |
D | FileCheck.cpp | 1775 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck() 2010 const FileCheckString &CheckStr, int MatchedCount, in PrintMatch() 2080 const FileCheckString &CheckStr, int MatchedCount, in PrintNoMatch() 2111 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() 2193 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() 2232 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() 2254 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() 2281 size_t FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag() 2661 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput() 2687 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
|
D | FileCheckImpl.h | 815 struct FileCheckString { struct 829 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() argument
|