retdec
Public Member Functions | Public Attributes | List of all members
retdec::bin2llvmir::st_match::specific_intval Struct Reference

Match a specified integer value. More...

#include <symbolic_tree_match.h>

Collaboration diagram for retdec::bin2llvmir::st_match::specific_intval:
Collaboration graph
[legend]

Public Member Functions

 specific_intval (uint64_t V)
 
bool match (SymbolicTree &st)
 

Public Attributes

uint64_t Val
 

Detailed Description

Match a specified integer value.

Constructor & Destructor Documentation

◆ specific_intval()

retdec::bin2llvmir::st_match::specific_intval::specific_intval ( uint64_t  V)
inline

Member Function Documentation

◆ match()

bool retdec::bin2llvmir::st_match::specific_intval::match ( SymbolicTree st)
inline

Member Data Documentation

◆ Val

uint64_t retdec::bin2llvmir::st_match::specific_intval::Val

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