Searched refs:FileCheckString (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 173 struct FileCheckString; 181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 865 struct FileCheckString { struct 879 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() function
|
H A D | FileCheck.cpp | 1852 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck() 2235 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() 2316 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() 2355 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame() 2377 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() 2396 size_t FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag() 2780 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput() 2806 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
|