Searched refs:value_type (Results 1 - 25 of 932) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/optional/observers/
H A D1.cc20 struct value_type struct in namespace:observers_1
28 gdb::optional<value_type> o { value_type { 51 } };
H A D2.cc20 struct value_type struct in namespace:observers_2
25 void* operator&(const value_type&) = delete;
30 gdb::optional<value_type> o { value_type { 51 } };
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/optional/observers/
H A D1.cc20 struct value_type struct in namespace:observers_1
28 gdb::optional<value_type> o { value_type { 51 } };
H A D2.cc20 struct value_type struct in namespace:observers_2
25 void* operator&(const value_type&) = delete;
30 gdb::optional<value_type> o { value_type { 51 } };
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dderivation2.cc23 typedef int value_type; typedef in class:A2
24 value_type a;
34 value_type d;
H A Dderivation.cc21 typedef double value_type; typedef in namespace:N
22 struct Base { typedef int value_type; }; typedef in struct:N::Base
35 typedef int value_type; typedef in class:A
36 value_type a;
37 value_type aa;
44 value_type afoo();
45 value_type foo();
52 A::value_type b;
53 A::value_type bb;
60 A::value_type bfo
156 typedef float value_type; typedef in class:Z
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dderivation2.cc23 typedef int value_type; typedef in class:A2
24 value_type a;
34 value_type d;
H A Dderivation.cc21 typedef double value_type; typedef in namespace:N
22 struct Base { typedef int value_type; }; typedef in struct:N::Base
35 typedef int value_type; typedef in class:A
36 value_type a;
37 value_type aa;
44 value_type afoo();
45 value_type foo();
52 A::value_type b;
53 A::value_type bb;
60 A::value_type bfo
156 typedef float value_type; typedef in class:Z
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-hash-traits.h26 static inline hashval_t hash (const value_type &);
27 static inline bool equal (const value_type &,
32 tree_operand_hash::hash (const value_type &t)
38 tree_operand_hash::equal (const value_type &t1,
H A Dtree-hasher.h33 typedef int_tree_map value_type; typedef in struct:int_tree_hasher
35 static inline hashval_t hash (const value_type &);
36 static inline bool equal (const value_type &, const compare_type &);
37 static bool is_deleted (const value_type &v)
41 static void mark_deleted (value_type &v) { v.to = reinterpret_cast<tree> (0x1); }
42 static bool is_empty (const value_type &v) { return v.to == NULL; }
44 static void mark_empty (value_type &v) { v.to = NULL; }
45 static void remove (value_type &) {}
51 int_tree_hasher::hash (const value_type &item)
59 int_tree_hasher::equal (const value_type
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-hash-traits.h26 static inline hashval_t hash (const value_type &);
27 static inline bool equal (const value_type &,
32 tree_operand_hash::hash (const value_type &t)
38 tree_operand_hash::equal (const value_type &t1,
H A Dtree-hasher.h33 typedef int_tree_map value_type; typedef in struct:int_tree_hasher
35 static inline hashval_t hash (const value_type &);
36 static inline bool equal (const value_type &, const compare_type &);
37 static bool is_deleted (const value_type &v)
41 static void mark_deleted (value_type &v) { v.to = reinterpret_cast<tree> (0x1); }
42 static bool is_empty (const value_type &v) { return v.to == NULL; }
44 static void mark_empty (value_type &v) { v.to = NULL; }
45 static void remove (value_type &) {}
51 int_tree_hasher::hash (const value_type &item)
59 int_tree_hasher::equal (const value_type
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndianStream.h26 template <typename value_type>
27 inline void write(raw_ostream &os, value_type value, endianness endian) {
28 value = byte_swap<value_type>(value, endian);
29 os.write((const char *)&value, sizeof(value_type));
43 template <typename value_type>
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals,
46 for (value_type v : vals)
55 template <typename value_type> void write(ArrayRef<value_type> Val) {
58 template <typename value_type> voi
[all...]
H A DEndian.h48 template <typename value_type>
49 inline value_type byte_swap(value_type value, endianness endian) {
56 template<typename value_type, endianness endian>
57 inline value_type byte_swap(value_type value) {
62 template <typename value_type, std::size_t alignment>
63 inline value_type read(const void *memory, endianness endian) {
64 value_type ret;
68 memory, (detail::PickAlignment<value_type, alignmen
[all...]
H A DCapacity.h25 return x.capacity() * sizeof(typename T::value_type);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/optional/assignment/
H A D4.cc31 struct value_type : private mixin_counter struct in namespace:assign_4
45 value_type() = default;
47 explicit value_type(state_type state_) function in struct:assign_4::value_type
53 value_type(value_type const& other) function in struct:assign_4::value_type
59 value_type&
60 operator=(value_type const& other)
67 value_type(value_type&& other) function in struct:assign_4::value_type
74 value_type
[all...]
H A D3.cc31 struct value_type : private mixin_counter struct in namespace:assign_3
45 value_type() = default;
47 explicit value_type(state_type state_) function in struct:assign_3::value_type
53 value_type(value_type const& other) function in struct:assign_3::value_type
59 value_type&
60 operator=(value_type const& other)
67 value_type(value_type&& other) function in struct:assign_3::value_type
74 value_type
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/optional/assignment/
H A D4.cc31 struct value_type : private mixin_counter struct in namespace:assign_4
45 value_type() = default;
47 explicit value_type(state_type state_) function in struct:assign_4::value_type
53 value_type(value_type const& other) function in struct:assign_4::value_type
59 value_type&
60 operator=(value_type const& other)
67 value_type(value_type&& other) function in struct:assign_4::value_type
74 value_type
[all...]
H A D3.cc31 struct value_type : private mixin_counter struct in namespace:assign_3
45 value_type() = default;
47 explicit value_type(state_type state_) function in struct:assign_3::value_type
53 value_type(value_type const& other) function in struct:assign_3::value_type
59 value_type&
60 operator=(value_type const& other)
67 value_type(value_type&& other) function in struct:assign_3::value_type
74 value_type
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp56 typedef typename Node_Itr::value_type it_type;
57 typedef typename std::iterator_traits<it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::branch_policy
58 typedef typename value_type::first_type key_type;
60 typedef typename remove_const<value_type>::type rcvalue_type;
92 typedef typename Node_CItr::value_type it_type;
93 typedef typename std::iterator_traits<it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::branch_policy
94 typedef typename remove_const<value_type>::type rcvalue_type;
100 typedef value_type key_typ
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp56 typedef typename Node_Itr::value_type it_type;
57 typedef typename std::iterator_traits<it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::branch_policy
58 typedef typename value_type::first_type key_type;
60 typedef typename remove_const<value_type>::type rcvalue_type;
92 typedef typename Node_CItr::value_type it_type;
93 typedef typename std::iterator_traits<it_type>::value_type value_type; typedef in struct:__gnu_pbds::detail::branch_policy
94 typedef typename remove_const<value_type>::type rcvalue_type;
100 typedef value_type key_typ
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dnodes.hpp146 typedef ValueType value_type; typedef in class:utils::config::typed_leaf_node
160 const value_type& value(void) const;
170 value_type& value(void);
178 void set(const value_type&);
182 optional< value_type > _value;
185 virtual void validate(const value_type&) const;
239 typedef std::set< ValueType > value_type; typedef in class:utils::config::base_set_node
253 const value_type& value(void) const;
263 value_type& value(void);
271 void set(const value_type
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dreference-to-pointer-iterator.h33 using value_type = typename IteratorType::value_type *;
34 using reference = typename IteratorType::value_type *&;
35 using pointer = typename IteratorType::value_type **;
62 value_type operator* () const
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp75 false>::value_type
76 value_type; typedef in struct:__gnu_pbds::detail::tree_traits
92 value_type,
99 value_type,
146 false>::value_type
147 value_type; typedef in struct:__gnu_pbds::detail::tree_traits
163 value_type,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp75 false>::value_type
76 value_type; typedef in struct:__gnu_pbds::detail::tree_traits
92 value_type,
99 value_type,
146 false>::value_type
147 value_type; typedef in struct:__gnu_pbds::detail::tree_traits
163 value_type,

Completed in 416 milliseconds

1234567891011>>