Searched refs:type_index (Results 1 – 2 of 2) sorted by relevance
152 long type_index; member492 info.type_index = 1; in write_stabs_in_sections_debugging_info()591 index = info->type_index; in stab_empty_type()592 ++info->type_index; in stab_empty_type()614 index = info->type_index; in stab_void_type()615 ++info->type_index; in stab_void_type()651 index = info->type_index; in stab_int_type()652 ++info->type_index; in stab_int_type()710 index = info->type_index; in stab_float_type()711 ++info->type_index; in stab_float_type()[all …]
2211 int type_index = TYPE_N_BASECLASSES (type); in cplus_name_of_child() local2217 && type_index == TYPE_VPTR_FIELDNO (type)) in cplus_name_of_child()2219 else if (TYPE_FIELD_PRIVATE (type, type_index)) in cplus_name_of_child()2221 ++type_index; in cplus_name_of_child()2223 --type_index; in cplus_name_of_child()2230 && type_index == TYPE_VPTR_FIELDNO (type)) in cplus_name_of_child()2232 else if (TYPE_FIELD_PROTECTED (type, type_index)) in cplus_name_of_child()2234 ++type_index; in cplus_name_of_child()2236 --type_index; in cplus_name_of_child()2243 && type_index == TYPE_VPTR_FIELDNO (type)) in cplus_name_of_child()[all …]