Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
ceinsn_t Struct Reference

Statement with an expression. More...

#include <hexrays.hpp>

Inheritance diagram for ceinsn_t:
cif_t cloop_t creturn_t cswitch_t cdo_t cfor_t cwhile_t

Public Attributes

cexpr_t expr
 Expression of the statement. More...
 

Detailed Description

Statement with an expression.

This is a base class for various statements with expressions.

Definition at line 6379 of file hexrays.hpp.

Member Data Documentation

◆ expr

cexpr_t ceinsn_t::expr

Expression of the statement.

Examples
hexrays_sample3.cpp.

Definition at line 6381 of file hexrays.hpp.