Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h49 CheckNext, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1653 case Check::CheckNext: in getDescription()
1744 return ConsumeModifiers(Check::CheckNext); in FindCheckType()
1986 if ((CheckTy == Check::CheckNext || CheckTy == Check::CheckSame || in readCheckFile()
1989 StringRef Type = CheckTy == Check::CheckNext in readCheckFile()
2291 if (CheckNext(SM, SkippedRegion)) { in Check()
2316 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const { in CheckNext() function in FileCheckString
2317 if (Pat.getCheckTy() != Check::CheckNext && in CheckNext()
H A DFileCheckImpl.h889 bool CheckNext(const SourceMgr &SM, StringRef Buffer) const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp350 case Check::CheckNext: in GetCheckTypeAbbreviation()