Home
last modified time | relevance | path

Searched refs:FileCheckString (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h173 struct FileCheckString;
181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h865 struct FileCheckString { struct
879 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() function
H A DFileCheck.cpp1852 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()