LLVM
10.0.0svn
|
Class representing an unsigned literal in the AST of an expression. More...
#include "Support/FileCheckImpl.h"
Public Member Functions | |
FileCheckExpressionLiteral (uint64_t Val) | |
Constructs a literal with the specified value. More... | |
Expected< uint64_t > | eval () const |
![]() | |
virtual | ~FileCheckExpressionAST ()=default |
Class representing an unsigned literal in the AST of an expression.
Definition at line 44 of file FileCheckImpl.h.
|
inline |
Constructs a literal with the specified value.
Definition at line 51 of file FileCheckImpl.h.
|
inlinevirtual |
Implements llvm::FileCheckExpressionAST.
Definition at line 54 of file FileCheckImpl.h.