Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h176 struct FileCheckString;
184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1873 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {} in FileCheck()
2266 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
2347 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
2386 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
2408 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot()
2427 size_t FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
2812 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
2838 const FileCheckString &CheckStr = (*CheckStrings)[i]; in checkInput()
H A DFileCheckImpl.h865 struct FileCheckString { struct
879 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() argument