Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h50 CheckNext, enumerator
230 bool CheckNext(const SourceMgr &SM, StringRef Buffer) const;
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp593 case Check::CheckNext: in getDescription()
643 return {Check::CheckNext, Rest}; in FindCheckType()
846 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in ReadCheckFile()
849 StringRef Type = CheckTy == Check::CheckNext in ReadCheckFile()
1064 if (CheckNext(SM, SkippedRegion)) { in Check()
1090 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() function in FileCheckString
1091 if (Pat.getCheckTy() != Check::CheckNext && in CheckNext()