Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h59 CheckComment, enumerator
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp364 case Check::CheckComment: in GetCheckTypeAbbreviation()