Rizin
unix-like reverse engineering framework and cli tools
|
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... | |
RzILOpPure * | exp |
value/expression to bind the variable to More... | |
RzILOpPure * | body |
body in which the variable will be bound and that produces the result More... | |
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.
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().
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().
const char* rz_il_op_args_let_t::name |
name of variable
Definition at line 179 of file rz_il_opcodes.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), il_opdmp_let(), test_group_name.GroupTest::run(), and cmd_descs_generate.CmdDesc::str_tab().