Searched refs:FileCheck (Results 1 – 5 of 5) sorted by relevance
1 //==-- llvm/FileCheck/FileCheck.h --------------------------------*- C++ -*-==//9 /// \file This file has some utilities to use FileCheck as an API29 /// 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 that180 class FileCheck {187 explicit FileCheck(FileCheckReques[all...]
272 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)]
1428 StringRef FileCheck::CanonicalizeFile(MemoryBuffer &MB, in CanonicalizeFile()1768 FileCheck::FileCheck(FileCheckRequest Req) in FileCheck() function in FileCheck1772 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()
213 umbrella "llvm/FileCheck"
588 llvm/lib/FileCheck/CMakeLists.txt893 llvm/utils/FileCheck/