Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h59 CheckComment, enumerator
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp1674 case Check::CheckComment: in getDescription()
1696 return {Check::CheckComment, Rest}; in FindCheckType()
1940 if (CheckTy != Check::CheckComment) in readCheckFile()
1999 if (CheckTy == Check::CheckComment) in readCheckFile()
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp364 case Check::CheckComment: in GetCheckTypeAbbreviation()