LLVM 20.0.0git
|
Class representing an unsigned literal in the AST of an expression. More...
#include "FileCheck/FileCheckImpl.h"
Public Member Functions | |
ExpressionLiteral (StringRef ExpressionStr, APInt Val) | |
Expected< APInt > | eval () const override |
Public Member Functions inherited from llvm::ExpressionAST | |
ExpressionAST (StringRef ExpressionStr) | |
virtual | ~ExpressionAST ()=default |
StringRef | getExpressionStr () const |
virtual Expected< APInt > | eval () const =0 |
Evaluates and. | |
virtual Expected< ExpressionFormat > | getImplicitFormat (const SourceMgr &SM) const |
Class representing an unsigned literal in the AST of an expression.
Definition at line 152 of file FileCheckImpl.h.
Definition at line 158 of file FileCheckImpl.h.
Implements llvm::ExpressionAST.
Definition at line 162 of file FileCheckImpl.h.