ReactOS 0.4.16-dev-122-g325d74c
|
#include <widltypes.h>
Public Attributes | |
char * | name |
type_t * | type |
attr_list_t * | attrs |
expr_t * | eval |
enum storage_class | stgclass |
unsigned int | procstring_offset |
unsigned int | typestring_offset |
struct _loc_info_t | loc_info |
struct list | entry |
Definition at line 451 of file widltypes.h.
attr_list_t* _var_t::attrs |
Definition at line 454 of file widltypes.h.
Referenced by write_args(), write_function_stub(), and write_proc_func_header().
Definition at line 463 of file widltypes.h.
expr_t* _var_t::eval |
Definition at line 455 of file widltypes.h.
struct _loc_info_t _var_t::loc_info |
Definition at line 460 of file widltypes.h.
Referenced by check_arithmetic_type(), check_integer_type(), check_scalar_type(), and resolve_expression().
char* _var_t::name |
Definition at line 452 of file widltypes.h.
Referenced by gen_proxy(), gen_stub_thunk(), get_callas_source(), write_conf_or_var_desc(), write_func_param_struct(), write_function_stub(), write_locals(), and write_proxy().
Definition at line 457 of file widltypes.h.
enum storage_class _var_t::stgclass |
Definition at line 456 of file widltypes.h.
Referenced by process_tfs_iface(), write_client_ifaces(), and write_function_stubs().
type_t* _var_t::type |
Definition at line 453 of file widltypes.h.
Referenced by compute_method_indexes(), find_array_or_string_in_struct(), find_identifier(), gen_proxy(), get_func_oi2_flags(), process_tfs_iface(), type_function_get_rettype(), type_new_encapsulated_union(), type_union_get_cases(), write_client_ifaces(), write_conf_or_var_desc(), write_func_param_struct(), write_function_proto(), write_function_stub(), write_function_stubs(), write_header_stmts(), write_pointer_description(), write_proc_func_header(), and write_union_tfs().
Definition at line 458 of file widltypes.h.