HomeSort by: relevance | last modified time | path
    Searched defs:FileCheck (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h 1 //==-- llvm/FileCheck/FileCheck.h --------------------------------*- C++ -*-==//
9 /// \file This file has some utilities to use FileCheck as an API
26 /// Contains info about various FileCheck options.
109 /// Summary of a FileCheck diagnostic.
111 /// What is the FileCheck directive for this diagnostic?
113 /// Where is the FileCheck directive for this diagnostic?
175 /// FileCheck class takes the request and exposes various methods that
177 class FileCheck {
184 explicit FileCheck(FileCheckRequest Req)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 1 //===- FileCheck.cpp - Check that File's Contents match what is expected --===//
9 // FileCheck does a line-by line check of a file that validates whether it
12 // This file implements most of the API that will be used by the FileCheck utility
16 #include "llvm/FileCheck/FileCheck.h"
131 // Both the FileCheck utility and library only call this method with a valid
465 // FileCheck input canonicalization.
1574 StringRef FileCheck::CanonicalizeFile(MemoryBuffer &MB,
1850 FileCheck::FileCheck(FileCheckRequest Req
    [all...]

Completed in 17 milliseconds