ReactOS 0.4.15-dev-7953-g1f49173
expression_type Struct Reference
Collaboration diagram for expression_type:

Public Attributes

int is_variable
 
int is_temporary
 
type_ttype
 

Detailed Description

Definition at line 399 of file expr.c.

Member Data Documentation

◆ is_temporary

int expression_type::is_temporary

Definition at line 402 of file expr.c.

◆ is_variable

int expression_type::is_variable

Definition at line 401 of file expr.c.

Referenced by resolve_expression().

◆ type

type_t* expression_type::type

Definition at line 403 of file expr.c.

Referenced by resolve_expression().


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