HomeSort by: relevance | last modified time | path
    Searched refs:CheckComment (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h 55 CheckComment,
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 362 case Check::CheckComment:
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 1665 case Check::CheckComment:
1686 return {Check::CheckComment, Rest};
1919 if (CheckTy != Check::CheckComment)
1968 if (CheckTy == Check::CheckComment)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 2012 def CheckComment(comment, filename, linenum, error):
2324 CheckComment(line[commentpos:], filename, linenum, error)

Completed in 37 milliseconds