Home
last modified time | relevance | path

Searched refs:type_index (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/
H A Dtypeindex20 class type_index
23 type_index(const type_info& rhs) noexcept;
25 bool operator==(const type_index& rhs) const noexcept;
26 bool operator!=(const type_index& rhs) const noexcept; // removed in C++20
27 bool operator< (const type_index& rhs) const noexcept;
28 bool operator<=(const type_index& rhs) const noexcept;
29 bool operator> (const type_index& rhs) const noexcept;
30 bool operator>=(const type_index& rhs) const noexcept;
31 strong_ordering operator<=>(const type_index& rhs) const noexcept; // C++20
38 struct hash<type_index>
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_enc_ses.c193 int type_index; member
396 iter->type_index = 0; in ses_iter_reset()
444 iter->type_index = ITERATOR_INDEX_END; in ses_iter_next()
452 KASSERT((iter->type_index < ses_cache->ses_ntypes), in ses_iter_next()
454 iter->type_index, ses_cache->ses_ntypes)); in ses_iter_next()
456 element_type = &ses_cache->ses_types[iter->type_index]; in ses_iter_next()
470 iter->type_index++; in ses_iter_next()
1131 scsi_8btou64(idd->identifier), iter->type_index, in ses_set_physpath()
1492 iter.global_element_index, iter.type_index, nelm, in ses_process_config()
1494 thdr = ses_cache->ses_types[iter.type_index].hdr; in ses_process_config()
[all …]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtypeindex.cppm
/freebsd/contrib/libcxxrt/
H A Dexception.cc1059 unsigned char *type_index = reinterpret_cast<unsigned char*>(lsda->type_table) - filter - 1; in check_action_record() local
1060 while (*type_index) in check_action_record()
1062 std::type_info *handler_type = get_type_info_entry(context, lsda, *(type_index++)); in check_action_record()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_request.c2217 counter_types_t type_index = get_counter_index(rcb); in pqisrc_increment_io_counters() local
2218 io_counters_t *pcounter = &softs->counters[type_index]; in pqisrc_increment_io_counters()
2226 char *raid_type = counter_type_to_raid_ascii(type_index); in pqisrc_increment_io_counters()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2955 SYMBOL(type_index, std::, <typeindex>)