Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h50 CheckNone = 0, enumerator
87 FileCheckType(FileCheckKind Kind = CheckNone) : Kind(Kind), Count(1) {} in Kind()
/src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1501 case Check::CheckNone: in getDescription()
1537 return {Check::CheckNone, StringRef()}; in FindCheckType()
1545 return {Check::CheckNone, StringRef()}; in FindCheckType()
1553 return {Check::CheckNone, StringRef()}; in FindCheckType()
1562 return {Check::CheckNone, Rest}; in FindCheckType()
1567 return {Check::CheckNone, Rest}; in FindCheckType()
1580 return {Check::CheckNone, StringRef()}; in FindCheckType()
1620 return {Check::CheckNone, Rest}; in FindCheckType()
1627 if (Res.first != Check::CheckNone && Misspelled) in FindCheckType()
1746 if (CheckTy != Check::CheckNone) in FindFirstMatchingPrefix()