Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h53 CheckNext, enumerator
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1662 case Check::CheckNext: in getDescription()
1756 return ConsumeModifiers(Check::CheckNext); in FindCheckType()
2017 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile()
2020 StringRef Type = CheckTy == Check::CheckNext in readCheckFile()
2322 if (CheckNext(SM, SkippedRegion)) { in Check()
2347 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() function in FileCheckString
2348 if (Pat.getCheckTy() != Check::CheckNext && in CheckNext()
H A DFileCheckImpl.h889 bool CheckNext(const SourceMgr &SM, StringRef Buffer) const;
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp352 case Check::CheckNext: in GetCheckTypeAbbreviation()