Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h50 CheckNone = 0, enumerator
87 FileCheckType(FileCheckKind Kind = CheckNone) : Kind(Kind), Count(1) {} in Kind()
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1654 case Check::CheckNone: in getDescription()
1690 return {Check::CheckNone, StringRef()}; in FindCheckType()
1698 return {Check::CheckNone, StringRef()}; in FindCheckType()
1706 return {Check::CheckNone, StringRef()}; in FindCheckType()
1715 return {Check::CheckNone, Rest}; in FindCheckType()
1720 return {Check::CheckNone, Rest}; in FindCheckType()
1733 return {Check::CheckNone, StringRef()}; in FindCheckType()
1773 return {Check::CheckNone, Rest}; in FindCheckType()
1780 if (Res.first != Check::CheckNone && Misspelled) in FindCheckType()
1849 if (CheckTy != Check::CheckNone) in FindFirstMatchingPrefix()
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp374 case Check::CheckNone: in GetCheckTypeAbbreviation()