Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h48 CheckNone = 0, enumerator
73 FileCheckType(FileCheckKind Kind = CheckNone) : Kind(Kind), Count(1) {} in Kind()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp587 case Check::CheckNone: in getDescription()
618 return {Check::CheckNone, StringRef()}; in FindCheckType()
628 return {Check::CheckNone, StringRef()}; in FindCheckType()
667 return {Check::CheckNone, Rest}; in FindCheckType()
733 if (CheckTy != Check::CheckNone) in FindFirstMatchingPrefix()