Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h55 CheckComment, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1665 case Check::CheckComment: in getDescription()
1686 return {Check::CheckComment, Rest}; in FindCheckType()
1919 if (CheckTy != Check::CheckComment) in readCheckFile()
1968 if (CheckTy == Check::CheckComment) in readCheckFile()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp362 case Check::CheckComment: in GetCheckTypeAbbreviation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py2012 def CheckComment(comment, filename, linenum, error): function
2324 CheckComment(line[commentpos:], filename, linenum, error)