Searched refs:type_index (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwrstabs.c151 long type_index; member in struct:stab_write_handle
495 info.type_index = 1;
594 index = info->type_index;
595 ++info->type_index;
617 index = info->type_index;
618 ++info->type_index;
654 index = info->type_index;
655 ++info->type_index;
713 index = info->type_index;
714 ++info->type_index;
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvarobj.c2229 int type_index = TYPE_N_BASECLASSES (type);
2235 && type_index == TYPE_VPTR_FIELDNO (type))
2237 else if (TYPE_FIELD_PRIVATE (type, type_index))
2239 ++type_index;
2241 --type_index;
2248 && type_index == TYPE_VPTR_FIELDNO (type))
2250 else if (TYPE_FIELD_PROTECTED (type, type_index))
2252 ++type_index;
2254 --type_index;
2261 && type_index
2224 int type_index = TYPE_N_BASECLASSES (type); local
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_enc_ses.c193 int type_index; member in struct:ses_iterator
391 iter->type_index = 0;
440 iter->type_index = ITERATOR_INDEX_END;
447 KASSERT((iter->type_index < ses_cache->ses_ntypes),
449 iter->type_index, ses_cache->ses_ntypes));
451 element_type = &ses_cache->ses_types[iter->type_index];
466 iter->type_index++;
1099 scsi_8btou64(idd->identifier), iter->type_index,
1475 iter.global_element_index, iter.type_index, nelm,
1477 thdr = ses_cache->ses_types[iter.type_index]
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-live.h636 type_var_remove_partition (type_var_p tv, int type_index, int partition_index) argument
638 tpa_remove_partition (tv, type_index, partition_index);
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc990 unsigned char *type_index = ((unsigned char*)lsda->type_table - filter - 1); local
991 while (*type_index)
993 std::type_info *handler_type = get_type_info_entry(context, lsda, *(type_index++));

Completed in 223 milliseconds