Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h176 struct FileCheckString;
184 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1770 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {}
1789 std::vector<FileCheckString::DagNotPrefixInfo> ImplicitNegativeChecks; in readCheckFile()
1819 std::vector<FileCheckString::DagNotPrefixInfo> DagNotMatches = in readCheckFile()
2166 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check()
2247 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext()
2286 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const { in CheckSame()
2308 bool FileCheckString::CheckNot( in CheckNot()
2330 FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer, in CheckDag()
2685 const FileCheckString &CheckLabelStr = (*CheckStrings)[j]; in checkInput()
2711 const FileCheckString in checkInput()
[all...]
H A DFileCheckImpl.h816 struct FileCheckString { struct
840 FileCheckString(const Pattern &P, StringRef S, SMLoc L) in FileCheckString() function