Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h47 CheckNone = 0, enumerator
83 FileCheckType(FileCheckKind Kind = CheckNone)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1647 case Check::CheckNone: in getDescription()
1680 return {Check::CheckNone, StringRef()}; in FindCheckType()
1688 return {Check::CheckNone, StringRef()}; in FindCheckType()
1696 return {Check::CheckNone, StringRef()}; in FindCheckType()
1705 return {Check::CheckNone, Rest}; in FindCheckType()
1710 return {Check::CheckNone, Rest}; in FindCheckType()
1721 return {Check::CheckNone, StringRef()}; in FindCheckType()
1761 return {Check::CheckNone, Rest}; in FindCheckType()
1828 if (CheckTy != Check::CheckNone) in FindFirstMatchingPrefix()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp370 case Check::CheckNone: in GetCheckTypeAbbreviation()