Searched refs:type_index (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | typeindex | 20 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/contrib/llvm-project/libcxx/include/ |
| H A D | typeindex | 20 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 D | scsi_enc_ses.c | 193 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() 1128 scsi_8btou64(idd->identifier), iter->type_index, in ses_set_physpath() 1489 iter.global_element_index, iter.type_index, nelm, in ses_process_config() 1491 thdr = ses_cache->ses_types[iter.type_index].hdr; in ses_process_config() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | typeindex.cppm | |
| /freebsd/contrib/libcxxrt/ |
| H A D | exception.cc | 1059 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 D | smartpqi_request.c | 2217 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 const *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 D | StdSymbolMap.inc | 3024 SYMBOL(type_index, std::, <typeindex>)
|