Home
last modified time | relevance | path

Searched refs:FileCheck (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h1 //==-- llvm/FileCheck/FileCheck.h --------------------------------*- C++ -*-==//
9 /// \file This file has some utilities to use FileCheck as an API
29 /// Contains info about various FileCheck options.
112 /// Summary of a FileCheck diagnostic.
114 /// What is the FileCheck directive for this diagnostic?
116 /// Where is the FileCheck directive for this diagnostic?
178 /// FileCheck class takes the request and exposes various methods that
180 class FileCheck {
187 explicit FileCheck(FileCheckReques
[all...]
/freebsd/sys/contrib/openzfs/cmd/
H A Dzilstat.in272 def FileCheck(fname):
337 FileCheck("/proc/spl/kstat/zfs/zil")]
341 k = [line.strip() for line in FileCheck(file)]
352 k = [line.strip() for line in FileCheck(file)]
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1428 StringRef FileCheck::CanonicalizeFile(MemoryBuffer &MB, in CanonicalizeFile()
1768 FileCheck::FileCheck(FileCheckRequest Req) in FileCheck() function in FileCheck
1772 FileCheck::~FileCheck() = default;
1774 bool FileCheck::readCheckFile( in readCheckFile()
2493 bool FileCheck::ValidateCheckPrefixes() { in ValidateCheckPrefixes()
2675 bool FileCheck::checkInput(SourceMgr &SM, StringRef Buffer, in checkInput()
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap213 umbrella "llvm/FileCheck"
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist588 llvm/lib/FileCheck/CMakeLists.txt
893 llvm/utils/FileCheck/