Home
last modified time | relevance | path

Searched refs:variant (Results 1 – 25 of 105) sorted by relevance

12345

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dvariant1 // <variant> -*- C++ -*-
25 /** @file variant
701 // Helper for variant(_Tp&&) and variant::operator=(_Tp&&).
997 swap(variant<_Types...>& __lhs, variant<_Types...>& __rhs)
1004 swap(variant<_Types...>&, variant<_Types...>&) = delete;
1081 variant(const variant& __rhs) = default;
1082 variant(variant&&) = default;
1083 variant& operator=(const variant&) = default;
1084 variant& operator=(variant&&) = default;
1142 && !is_same_v<decay_t<_Tp>, variant>, variant&>
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Ddebug.cc690 const auto& variant = param._M_variant; in print_field() local
695 const auto& iterator = variant._M_iterator; in print_field()
744 assert(variant._M_integer._M_name); in print_field()
754 assert(variant._M_string._M_name); in print_field()
755 print_word(ctx, variant._M_string._M_name); in print_field()
827 const auto& variant = param._M_variant; in print_description() local
832 const auto& ite = variant._M_iterator; in print_description()
877 print_description(ctx, variant._M_sequence); in print_description()
879 if (variant._M_sequence._M_type) in print_description()
887 print_description(ctx, variant._M_instance); in print_description()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dattribs.c449 tree variant; in decl_attributes() local
450 for (variant = *anode; variant; in decl_attributes()
451 variant = TYPE_NEXT_VARIANT (variant)) in decl_attributes()
453 if (TYPE_ATTRIBUTES (variant) == old_attrs) in decl_attributes()
454 TYPE_ATTRIBUTES (variant) in decl_attributes()
457 (spec->name, TYPE_ATTRIBUTES (variant))) in decl_attributes()
458 TYPE_ATTRIBUTES (variant) = tree_cons in decl_attributes()
459 (name, args, TYPE_ATTRIBUTES (variant)); in decl_attributes()
H A Dstor-layout.c1703 tree variant; in finalize_type_size() local
1713 variant != 0; in finalize_type_size()
1714 variant = TYPE_NEXT_VARIANT (variant)) in finalize_type_size()
1716 TYPE_SIZE (variant) = size; in finalize_type_size()
1717 TYPE_SIZE_UNIT (variant) = size_unit; in finalize_type_size()
1718 TYPE_ALIGN (variant) = align; in finalize_type_size()
1719 TYPE_USER_ALIGN (variant) = user_align; in finalize_type_size()
1720 SET_TYPE_MODE (variant, mode); in finalize_type_size()
1949 tree variant; in finish_record_layout() local
1965 for (variant = TYPE_NEXT_VARIANT (rli->t); variant; in finish_record_layout()
[all …]
/dragonfly/sys/libprop/
H A Dprop_dictionary_util.c183 #define TEMPLATE(variant, qualifier) \ argument
185 prop_dictionary_get_cstring ## variant (prop_dictionary_t dict, \
195 *cpp = prop_string_cstring ## variant (str); \
201 prop_dictionary_set_cstring ## variant (prop_dictionary_t dict, \
208 str = prop_string_create_cstring ## variant (cp); \
H A Dprop_array_util.c203 #define TEMPLATE(variant, qualifier) \ argument
205 prop_array_get_cstring ## variant (prop_array_t array, \
215 *cpp = prop_string_cstring ## variant (str); \
221 prop_array_set_cstring ## variant (prop_array_t array, \
228 str = prop_string_create_cstring ## variant (cp); \
/dragonfly/contrib/file/magic/Magdir/
H A Darm11 # use little endian variant of subroutine to
20 # use little endian variant of subroutine to
29 # use little endian variant of subroutine to
38 # use little endian variant of subroutine to
H A Dhitachi-sh18 # use big endian variant of subroutine to display name+variables+flags
26 # use little endian variant of subroutine to
H A Drtf90 # PWD for Handheld PC variant and PSW for Pocket PC variant
/dragonfly/contrib/gcc-8.0/gcc/
H A Dstor-layout.c1934 tree variant; in finalize_type_size() local
1946 variant != 0; in finalize_type_size()
1947 variant = TYPE_NEXT_VARIANT (variant)) in finalize_type_size()
1949 TYPE_SIZE (variant) = size; in finalize_type_size()
1952 if (TYPE_USER_ALIGN (variant)) in finalize_type_size()
1956 SET_TYPE_ALIGN (variant, valign); in finalize_type_size()
1958 SET_TYPE_MODE (variant, mode); in finalize_type_size()
1959 TYPE_EMPTY_P (variant) = empty_p; in finalize_type_size()
2194 tree variant; in finish_record_layout() local
2211 for (variant = TYPE_NEXT_VARIANT (rli->t); variant; in finish_record_layout()
[all …]
H A Dattribs.c762 tree variant; in decl_attributes() local
763 for (variant = *anode; variant; in decl_attributes()
764 variant = TYPE_NEXT_VARIANT (variant)) in decl_attributes()
766 if (TYPE_ATTRIBUTES (variant) == old_attrs) in decl_attributes()
767 TYPE_ATTRIBUTES (variant) in decl_attributes()
770 (spec->name, TYPE_ATTRIBUTES (variant))) in decl_attributes()
771 TYPE_ATTRIBUTES (variant) = tree_cons in decl_attributes()
772 (name, args, TYPE_ATTRIBUTES (variant)); in decl_attributes()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-rl78.texi35 Mark the generated binary as targeting the G10 variant of the RL78
39 Mark the generated binary as targeting the G13 variant of the RL78
44 Mark the generated binary as targeting the G14 variant of the RL78
H A Dc-cris.texi50 environments without such a symbol prefix. The variant used for
51 GNU/Linux port has no symbol prefix. Which variant to produce
75 @cindex Architecture variant option, CRIS
76 @cindex CRIS architecture variant option
85 All instructions and register names for any architecture variant
311 A variant of @samp{GOTPLT} giving a 16-bit value. Its
H A Dc-h8300.texi33 Sets the H8300 machine variant. The following machine names
161 Recognize and emit additional instructions for the H8/300H variant, and
166 Recognize and emit additional instructions for the H8S variant, and
171 Recognize and emit additional instructions for the H8/300H variant in
176 Recognize and emit additional instructions for the H8S variant in
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c784 DBusMessageIter variant, array_iter; in wpas_dbus_setter_wps_device_device_type() local
789 dbus_message_iter_recurse(iter, &variant); in wpas_dbus_setter_wps_device_device_type()
790 if (dbus_message_iter_get_arg_type(&variant) != DBUS_TYPE_ARRAY) in wpas_dbus_setter_wps_device_device_type()
793 dbus_message_iter_recurse(&variant, &array_iter); in wpas_dbus_setter_wps_device_device_type()
/dragonfly/share/i18n/csmapper/APPLE/
H A DTHAI%UCS.src118 # variant tags; see below.
144 # other sixteen transcoding hints are "variant tags" - they are like
151 # variant tags in the range 0xF873-75. Since these are combined with
155 # low-left positional variant of THAI CHARACTER MAI EK (the standard
157 # 0x0E48 (THAI CHARACTER MAI EK) + 0xF875 (a variant tag).
H A DUCS%THAI.src118 # variant tags; see below.
144 # other sixteen transcoding hints are "variant tags" - they are like
151 # variant tags in the range 0xF873-75. Since these are combined with
155 # low-left positional variant of THAI CHARACTER MAI EK (the standard
157 # 0x0E48 (THAI CHARACTER MAI EK) + 0xF875 (a variant tag).
H A DGREEK%UCS.src114 # 9.2.2 to reflect this. There is a "no Euro sign" variant of the Mac
118 # This "no Euro sign" variant of Mac OS Greek was the character set
120 # which used a variant character set but was quickly replaced with
122 # documented here. Greek system 4.1 used a variant Greek set that had
H A DUCS%GREEK.src114 # 9.2.2 to reflect this. There is a "no Euro sign" variant of the Mac
118 # This "no Euro sign" variant of Mac OS Greek was the character set
120 # which used a variant character set but was quickly replaced with
122 # documented here. Greek system 4.1 used a variant Greek set that had
H A DCYRILLIC%UCS.src99 # 1. The Cyrillic currency sign variant (used for localized Russian
105 # 2. The Ukrainian currency sign variant (used for localized Ukrainian
113 # currency sign variant, with 0xFF changed to be EURO SIGN.
H A DGAELIC%UCS.src95 # This character set is a variant of standard Mac OS Roman, adding
106 # a "currency sign" variant of the Latin 8 Extended encoding that still
115 # sign" variant of the Mac OS Gaelic encoding that still
H A DUCS%CYRILLIC.src99 # 1. The Cyrillic currency sign variant (used for localized Russian
105 # 2. The Ukrainian currency sign variant (used for localized Ukrainian
113 # currency sign variant, with 0xFF changed to be EURO SIGN.
H A DUCS%GAELIC.src95 # This character set is a variant of standard Mac OS Roman, adding
106 # a "currency sign" variant of the Latin 8 Extended encoding that still
115 # sign" variant of the Mac OS Gaelic encoding that still
H A DICELAND%UCS.src101 # This character set is a variant of standard Mac OS Roman,
120 # For the standard variant, these are:
124 # For the TrueType variant (used by the Icelandic versions of the
H A DUCS%ICELAND.src105 # This character set is a variant of standard Mac OS Roman,
124 # For the standard variant, these are:
128 # For the TrueType variant (used by the Icelandic versions of the

12345