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

Public Attributes

const char * name
 
RzILSortPure sort
 
struct local_pure_var_tnext
 

Detailed Description

Linked list (stack) of let-bound vars

While descending, new var definitions are pushed, thus shadowing other vars of the same name when searching from the head.

Definition at line 256 of file il_validate.c.

Member Data Documentation

◆ name

◆ next

struct local_pure_var_t* local_pure_var_t::next

Definition at line 259 of file il_validate.c.

Referenced by VALIDATOR_PURE().

◆ sort

RzILSortPure local_pure_var_t::sort

Definition at line 258 of file il_validate.c.

Referenced by rz_il_validate_pure(), VALIDATOR_EFFECT(), and VALIDATOR_PURE().


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