LLVM 20.0.0git
|
#include "llvm/FileCheck/FileCheck.h"
Public Member Functions | |
FileCheckType (FileCheckKind Kind=CheckNone) | |
FileCheckType (const FileCheckType &)=default | |
FileCheckType & | operator= (const FileCheckType &)=default |
operator FileCheckKind () const | |
int | getCount () const |
FileCheckType & | setCount (int C) |
bool | isLiteralMatch () const |
FileCheckType & | setLiteralMatch (bool Literal=true) |
std::string | getDescription (StringRef Prefix) const |
std::string | getModifiersDescription () const |
Definition at line 80 of file FileCheck.h.
|
inline |
Definition at line 87 of file FileCheck.h.
|
default |
|
inline |
Definition at line 93 of file FileCheck.h.
Referenced by llvm::Pattern::getCount().
std::string Check::FileCheckType::getDescription | ( | StringRef | Prefix | ) | const |
Definition at line 1494 of file FileCheck.cpp.
References llvm::Check::CheckBadCount, llvm::Check::CheckBadNot, llvm::Check::CheckComment, llvm::Check::CheckDAG, llvm::Check::CheckEmpty, llvm::Check::CheckEOF, llvm::Check::CheckLabel, llvm::Check::CheckMisspelled, llvm::Check::CheckNext, llvm::Check::CheckNone, llvm::Check::CheckNot, llvm::Check::CheckPlain, llvm::Check::CheckSame, and llvm_unreachable.
Referenced by printMatch(), and printNoMatch().
std::string Check::FileCheckType::getModifiersDescription | ( | ) | const |
Definition at line 1482 of file FileCheck.cpp.
References OS.
|
inline |
Definition at line 96 of file FileCheck.h.
References llvm::Check::ModifierLiteral.
Referenced by llvm::Pattern::parsePattern().
|
inline |
Definition at line 91 of file FileCheck.h.
|
default |
Check::FileCheckType & Check::FileCheckType::setCount | ( | int | C | ) |
Definition at line 1474 of file FileCheck.cpp.
References assert(), llvm::CallingConv::C, and llvm::Check::CheckPlain.
|
inline |
Definition at line 99 of file FileCheck.h.
References llvm::Literal, and llvm::Check::ModifierLiteral.