Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp609 case Check::CheckBadCount: in getDescription()
634 return {Check::CheckBadCount, Rest}; in FindCheckType()
636 return {Check::CheckBadCount, Rest}; in FindCheckType()
638 return {Check::CheckBadCount, Rest}; in FindCheckType()
811 if (CheckTy == Check::CheckBadCount) { in ReadCheckFile()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h65 CheckBadCount enumerator