Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h54 CheckEmpty, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp930 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern()
936 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern()
944 if (CheckTy == Check::CheckEmpty) { in parsePattern()
1310 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match()
1663 case Check::CheckEmpty: in getDescription()
1759 return ConsumeModifiers(Check::CheckEmpty); in FindCheckType()
1987 CheckTy == Check::CheckEmpty) && in readCheckFile()
1991 : CheckTy == Check::CheckEmpty ? "EMPTY" : "SAME"; in readCheckFile()
2318 Pat.getCheckTy() != Check::CheckEmpty) in CheckNext()
2323 Twine(Pat.getCheckTy() == Check::CheckEmpty ? "-EMPTY" : "-NEXT"); in CheckNext()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp360 case Check::CheckEmpty: in GetCheckTypeAbbreviation()