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

  /src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h 173 struct FileCheckString;
181 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 865 struct FileCheckString {
879 FileCheckString(const Pattern &P, StringRef S, SMLoc L)
FileCheck.cpp 1852 CheckStrings(std::make_unique<std::vector<FileCheckString>>()) {}
2235 size_t FileCheckString::Check(const SourceMgr &SM, StringRef Buffer,
2316 bool FileCheckString::CheckNext(const SourceMgr &SM, StringRef Buffer) const {
2355 bool FileCheckString::CheckSame(const SourceMgr &SM, StringRef Buffer) const {
2377 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer,
2396 size_t FileCheckString::CheckDag(const SourceMgr &SM, StringRef Buffer,
2780 const FileCheckString &CheckLabelStr = (*CheckStrings)[j];
2806 const FileCheckString &CheckStr = (*CheckStrings)[i];

Completed in 17 milliseconds