|
LLVM 22.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< ExpressionFormat > | getImplicitFormat (const SourceMgr &SM) const |
Class representing an unsigned literal in the AST of an expression.
Definition at line 158 of file FileCheckImpl.h.
Definition at line 164 of file FileCheckImpl.h.
References llvm::ExpressionAST::ExpressionAST().
Implements llvm::ExpressionAST.
Definition at line 168 of file FileCheckImpl.h.