Rizin
unix-like reverse engineering framework and cli tools
rz_il_op_args_let_t Struct Reference

op structure for let_ : 'a var -> 'a pure -> 'b pure -> 'b pure More...

#include <rz_il_opcodes.h>

Public Attributes

const char * name
 name of variable More...
 
RzILOpPureexp
 value/expression to bind the variable to More...
 
RzILOpPurebody
 body in which the variable will be bound and that produces the result More...
 

Detailed Description

op structure for let_ : 'a var -> 'a pure -> 'b pure -> 'b pure

let_ v exp body binds the value of exp to v body.

Definition at line 178 of file rz_il_opcodes.h.

Member Data Documentation

◆ body

RzILOpPure* rz_il_op_args_let_t::body

body in which the variable will be bound and that produces the result

Definition at line 181 of file rz_il_opcodes.h.

Referenced by il_opdmp_let().

◆ exp

RzILOpPure* rz_il_op_args_let_t::exp

value/expression to bind the variable to

Definition at line 180 of file rz_il_opcodes.h.

Referenced by il_opdmp_let().

◆ name


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