#include <ipc_symtab_merge.h>
Public Types | |
| typedef IPC_IDX_VECTOR::allocator_type | allocator_type |
Public Member Functions | |
| TY_IDX_MAP (mUINT32 size, allocator_type alloc) | |
| TY_IDX | operator[] (TY_IDX old_idx) const |
| void | set_map (TY_INDEX old_idx, TY_IDX new_idx) |
| void | set_is_merging (TY_INDEX old_idx) |
| BOOL | is_merging (TY_INDEX old_idx) |
| void | clear_all_index_flags (TY_INDEX old_idx) |
Data Fields | |
| IPC_IDX_VECTOR | map_ |
Definition at line 248 of file ipc_symtab_merge.h.
| typedef IPC_IDX_VECTOR::allocator_type TY_IDX_MAP::allocator_type |
Definition at line 252 of file ipc_symtab_merge.h.
| TY_IDX_MAP::TY_IDX_MAP | ( | mUINT32 | size, | |
| allocator_type | alloc | |||
| ) | [inline] |
Definition at line 254 of file ipc_symtab_merge.h.
| TY_IDX TY_IDX_MAP::operator[] | ( | TY_IDX | old_idx | ) | const [inline] |
Definition at line 257 of file ipc_symtab_merge.h.
References map_, Replace_TY_IDX_index(), and TY_IDX_index().
Definition at line 262 of file ipc_symtab_merge.h.
References map_.
Referenced by Commit_Recursive_Type(), Insert_Ty(), Merge_All_Types(), Merge_Global_Ty(), merge_ty(), Reset_recursive_type_mapping(), and Validate_Recursive_Type().
Definition at line 268 of file ipc_symtab_merge.h.
References map_, and TY_INDEX_IS_MERGING.
Referenced by merge_ty(), and Reset_recursive_type_mapping().
Definition at line 272 of file ipc_symtab_merge.h.
References map_, and TY_INDEX_IS_MERGING.
Referenced by Merge_Global_Ty(), and Reset_recursive_type_mapping().
Definition at line 276 of file ipc_symtab_merge.h.
References map_.
Referenced by merge_ty(), and Reset_recursive_type_mapping().
Definition at line 250 of file ipc_symtab_merge.h.
Referenced by clear_all_index_flags(), Clear_All_Temp_Idx(), Clear_Temp_Idx_Specific(), Commit_Recursive_Type(), Commit_Ty_Specific(), Get_Kid_TY_IDX(), Insert_Ty(), Insert_Ty_Specific(), IPC_merge_global_tab(), is_merging(), Merge_All_Types(), New_Partial_Match(), operator[](), Partial_Match(), Reset_recursive_type_mapping(), set_is_merging(), set_map(), TY_Temp_Idx(), and Validate_Recursive_Type().
1.5.6