Entry of the oracle table for binary operators synthesis.
TRITON_EXPORT BinaryEntry(triton::uint8 bits, triton::uint64 x, triton::uint64 y, triton::uint64 r)
Constructor.
Entry of the oracle table for constant synthesis.
triton::uint8 position
Constant position in the AST.
TRITON_EXPORT ConstantEntry(triton::uint8 position, const triton::ast::SharedAbstractNode &op)
Constructor.
triton::ast::SharedAbstractNode op
AST operator.
Entry of the oracle table for unary operators synthesis.
TRITON_EXPORT UnaryEntry(triton::uint8 bits, triton::uint64 x, triton::uint64 r)
Constructor.