libTriton version 1.0 build 1592
|
Entry of the oracle table for constant synthesis. More...
#include <oracleEntry.hpp>
Public Member Functions | |
TRITON_EXPORT | ConstantEntry (triton::uint8 position, const triton::ast::SharedAbstractNode &op) |
Constructor. | |
Public Attributes | |
triton::ast::SharedAbstractNode | op |
AST operator. | |
triton::uint8 | position |
Constant position in the AST. | |
Entry of the oracle table for constant synthesis.
Definition at line 42 of file oracleEntry.hpp.
|
inline |
Constructor.
Definition at line 57 of file oracleEntry.hpp.
triton::ast::SharedAbstractNode triton::engines::synthesis::ConstantEntry::op |
AST operator.
Definition at line 45 of file oracleEntry.hpp.
triton::uint8 triton::engines::synthesis::ConstantEntry::position |
Constant position in the AST.
Example 1: c - x -> 0 Example 2: x - c -> 1
Definition at line 54 of file oracleEntry.hpp.