Fabcoin Core  0.16.2
P2P Digital Currency
Static Public Member Functions | Static Public Attributes | List of all members
dev::eth::jit::Constant Struct Reference

#include <Type.h>

Static Public Member Functions

static llvm::ConstantInt * get (int64_t _n)
 Returns word-size constant. More...
 
static llvm::ConstantInt * get (llvm::APInt const &_n)
 
static llvm::ConstantInt * get (ReturnCode _returnCode)
 

Static Public Attributes

static llvm::ConstantInt * gasMax
 

Detailed Description

Definition at line 47 of file Type.h.

Member Function Documentation

llvm::ConstantInt * dev::eth::jit::Constant::get ( int64_t  _n)
static

Returns word-size constant.

Definition at line 55 of file Type.cpp.

Here is the caller graph for this function:

llvm::ConstantInt * dev::eth::jit::Constant::get ( llvm::APInt const &  _n)
static

Definition at line 60 of file Type.cpp.

llvm::ConstantInt * dev::eth::jit::Constant::get ( ReturnCode  _returnCode)
static

Definition at line 65 of file Type.cpp.

Member Data Documentation

llvm::ConstantInt * dev::eth::jit::Constant::gasMax
static

Definition at line 49 of file Type.h.


The documentation for this struct was generated from the following files: