Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h69 CheckBadCount enumerator
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1680 case Check::CheckBadCount: in getDescription()
1739 return {Check::CheckBadCount, Rest}; in FindCheckType()
1741 return {Check::CheckBadCount, Rest}; in FindCheckType()
1743 return {Check::CheckBadCount, Rest}; in FindCheckType()
1976 if (CheckTy == Check::CheckBadCount) { in readCheckFile()
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp370 case Check::CheckBadCount: in GetCheckTypeAbbreviation()