Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
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;
37 struct hash<type_index>
38 : public unary_function<type_index, size_t>
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dtypeindex48 * @brief Class type_index
51 * The class type_index provides a simple wrapper for type_info
55 struct type_index
57 type_index(const type_info& __rhs) noexcept
61 operator==(const type_index& __rhs) const noexcept
66 operator!=(const type_index& __rhs) const noexcept
71 operator<(const type_index& __rhs) const noexcept
75 operator<=(const type_index& __rhs) const noexcept
79 operator>(const type_index& __rhs) const noexcept
83 operator>=(const type_index& __rhs) const noexcept
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dtypeindex48 * @brief Class type_index
51 * The class type_index provides a simple wrapper for type_info
55 struct type_index
57 type_index(const type_info& __rhs) noexcept
61 operator==(const type_index& __rhs) const noexcept
66 operator!=(const type_index& __rhs) const noexcept
71 operator<(const type_index& __rhs) const noexcept
75 operator<=(const type_index& __rhs) const noexcept
79 operator>(const type_index& __rhs) const noexcept
83 operator>=(const type_index& __rhs) const noexcept
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c151 long type_index; member
494 info.type_index = 1; in write_stabs_in_sections_debugging_info()
594 tindex = info->type_index; in stab_empty_type()
595 ++info->type_index; in stab_empty_type()
617 tindex = info->type_index; in stab_void_type()
618 ++info->type_index; in stab_void_type()
654 tindex = info->type_index; in stab_int_type()
655 ++info->type_index; in stab_int_type()
713 tindex = info->type_index; in stab_float_type()
714 ++info->type_index; in stab_float_type()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c151 long type_index; member
479 info.type_index = 1; in write_stabs_in_sections_debugging_info()
616 tindex = info->type_index; in stab_empty_type()
617 ++info->type_index; in stab_empty_type()
639 tindex = info->type_index; in stab_void_type()
640 ++info->type_index; in stab_void_type()
676 tindex = info->type_index; in stab_int_type()
677 ++info->type_index; in stab_int_type()
737 tindex = info->type_index; in stab_float_type()
738 ++info->type_index; in stab_float_type()
[all …]
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dtrace.c239 tmp.type_index = htonl (ttype -> index); in trace_write_packet_iov()
549 tpkt->type_index = ntohl(tpkt -> type_index); in trace_get_next_packet()
554 if (tpkt->type_index < trace_type_count && in trace_get_next_packet()
555 trace_types[tpkt->type_index]) in trace_get_next_packet()
556 ttype = trace_types[tpkt->type_index]; in trace_get_next_packet()
559 (long int)tpkt->type_index); in trace_get_next_packet()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dwasm32-dis.c448 uint32_t type_index, xtra_index; in print_insn_wasm32() local
451 type_index = val; in print_insn_wasm32()
452 if (error || type_index != val) in print_insn_wasm32()
455 prin (stream, " %u", type_index); in print_insn_wasm32()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dwasm32-dis.c448 uint32_t type_index, xtra_index; in print_insn_wasm32() local
451 type_index = val; in print_insn_wasm32()
452 if (error || type_index != val) in print_insn_wasm32()
455 prin (stream, " %u", type_index); in print_insn_wasm32()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Dtrace.h50 u_int32_t type_index; /* Index to the type of handler that this member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c944 enum s390_builtin_ov_type_index type_index = in s390_resolve_overloaded_builtin() local
950 match_type = s390_fn_types_compatible (type_index, arglist); in s390_resolve_overloaded_builtin()
964 last_match_fntype_index = type_index; in s390_resolve_overloaded_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc967 enum s390_builtin_ov_type_index type_index = in s390_resolve_overloaded_builtin() local
973 match_type = s390_fn_types_compatible (type_index, arglist); in s390_resolve_overloaded_builtin()
987 last_match_fntype_index = type_index; in s390_resolve_overloaded_builtin()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc1010 unsigned char *type_index = reinterpret_cast<unsigned char*>(lsda->type_table) - filter - 1; in check_action_record() local
1011 while (*type_index) in check_action_record()
1013 std::type_info *handler_type = get_type_info_entry(context, lsda, *(type_index++)); in check_action_record()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.cc1292 register_tuple_type (unsigned int num_vectors, unsigned int type_index) in register_tuple_type() argument
1294 aarch64_simd_type_info *type = &aarch64_simd_types[type_index]; in register_tuple_type()
1336 aarch64_simd_tuple_modes[type_index][num_vectors - 2] = tuple_mode; in register_tuple_type()
1337 aarch64_simd_tuple_types[type_index][num_vectors - 2] = t; in register_tuple_type()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatusIssuesStatus.csv60 "`2144 <https://wg21.link/lwg2144>`__","Missing noexcept specification in type_index","Bristol","|C…
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20133388 * include/std/typeindex (type_index::name()): LWG 2144: Add noexcept.
H A DChangeLog-2011574 * include/std/typeindex (hash<type_index>::operator()): Likewise.