Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h53 CheckNext, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1507 case Check::CheckNext: in getDescription()
1601 return ConsumeModifiers(Check::CheckNext); in FindCheckType()
1915 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile()
1918 StringRef Type = CheckTy == Check::CheckNext in readCheckFile()
2220 if (CheckNext(SM, SkippedRegion)) { in Check()
2245 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() function in FileCheckString
2246 if (Pat.getCheckTy() != Check::CheckNext && in CheckNext()
H A DFileCheckImpl.h850 bool CheckNext(const SourceMgr &SM, StringRef Buffer) const;