ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <widltypes.h>
Public Attributes | |
enum expr_type | type |
const expr_t * | ref |
union { | |
int lval | |
double dval | |
const char * sval | |
const expr_t * ext | |
type_t * tref | |
} | u |
const expr_t * | ext2 |
int | is_const |
int | cval |
struct list | entry |
Definition at line 307 of file widltypes.h.
int _expr_t::cval |
Definition at line 319 of file widltypes.h.
Referenced by make_expr2(), make_expr3(), output_typelib_regscript(), set_lcid(), write_conf_or_var_desc(), write_range_tfs(), and write_remoting_arg().
double _expr_t::dval |
Definition at line 312 of file widltypes.h.
Definition at line 321 of file widltypes.h.
Definition at line 314 of file widltypes.h.
Referenced by write_conf_or_var_desc().
Definition at line 317 of file widltypes.h.
int _expr_t::is_const |
Definition at line 318 of file widltypes.h.
Referenced by make_expr2(), make_expr3(), and write_conf_or_var_desc().
int _expr_t::lval |
Definition at line 311 of file widltypes.h.
Definition at line 309 of file widltypes.h.
Referenced by write_conf_or_var_desc().
Definition at line 313 of file widltypes.h.
Referenced by write_conf_or_var_desc().
type_t* _expr_t::tref |
Definition at line 315 of file widltypes.h.
Definition at line 308 of file widltypes.h.
Referenced by get_size_is_expr(), write_args(), and write_conf_or_var_desc().
union { ... } _expr_t::u |
Referenced by write_conf_or_var_desc().