#include <vector>#include <algorithm>

Go to the source code of this file.
Classes | |
| struct | b_and_o |
| struct | data_element_s |
| struct | data_info_s |
Typedefs | |
| typedef vector< data_element_s > | DATA_ELEMENTS |
| typedef data_info_s * | DATA_INFO |
Functions | |
| static void | cwh_data_set_init_flag (ST *st, enum list_name list) |
Variables | |
| static ST * | orig_st |
| static ST * | current_st |
| static TY_IDX | current_ty |
| static INT64 | current_bytesize |
| static INT32 | current_pos |
| static INT32 | array_pos |
| static BOOL | is_struct_or_array |
| static INITO_IDX | current_inito = 0 |
| static DATA_INFO | current_data_info |
| typedef vector<data_element_s> DATA_ELEMENTS |
Definition at line 112 of file cwh_data.i.
| typedef data_info_s* DATA_INFO |
Definition at line 201 of file cwh_data.i.
Definition at line 48 of file cwh_data.i.
Referenced by fei_static_base(), fei_static_next_simple_init(), fei_static_subscripts(), fei_static_substr(), and static_simple_init_helper().
INT64 current_bytesize [static] |
Definition at line 46 of file cwh_data.i.
Referenced by fei_static_base(), and fei_static_member().
DATA_INFO current_data_info [static] |
Definition at line 203 of file cwh_data.i.
Referenced by fei_static_base(), and static_simple_init_helper().
INITO_IDX current_inito = 0 [static] |
Definition at line 50 of file cwh_data.i.
Referenced by fei_static_base(), and static_simple_init_helper().
INT32 current_pos [static] |
Definition at line 47 of file cwh_data.i.
Referenced by fei_static_base(), fei_static_member(), and static_simple_init_helper().
ST* current_st [static] |
Definition at line 44 of file cwh_data.i.
Referenced by fei_static_base().
TY_IDX current_ty [static] |
Definition at line 45 of file cwh_data.i.
Referenced by fei_static_base(), fei_static_member(), and fei_static_subscripts().
BOOL is_struct_or_array [static] |
Definition at line 49 of file cwh_data.i.
Referenced by fei_static_base(), and static_simple_init_helper().
Definition at line 43 of file cwh_data.i.
Referenced by DRA_Add_Clone(), and fei_static_base().
1.7.1