Searched refs:value_type (Results 101 - 125 of 316) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h81 typedef _Tp value_type; typedef in class:__detail::__mini_vector
235 typedef typename _Tp::value_type value_type; typedef in struct:__detail::__mv_iter_traits
242 typedef _Tp value_type; typedef in struct:__detail::__mv_iter_traits
257 typedef typename __mv_iter_traits<_ForwardIterator>::value_type
553 typedef size_t* value_type; typedef in class:free_list
554 typedef __detail::__mini_vector<value_type> vector_type;
703 typedef void value_type; typedef in class:bitmap_allocator
721 typedef _Tp value_type; typedef in class:bitmap_allocator
743 char __M_unused[aligned_size<sizeof(value_type),
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp133 typedef typename remove_const<typename traits_base::value_type>::type non_const_value_type;
179 typedef typename traits_base::value_type value_type; typedef in class:pb_ds::detail::PB_DS_OV_TREE_CLASS_NAME
439 value_type(*source_it++);
444 value_type(r_value);
450 value_type(*source_it++);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dinsert_fn_imps.hpp189 typename node::value_type(r_val);
209 typename node::value_type(r_val);
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp82 a_entries[i]->~value_type();
123 value_type,
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_policy_base.hpp98 typedef typename const_node_iterator::value_type const_iterator;
100 typedef typename node_iterator::value_type iterator;
/freebsd-11-stable/usr.bin/dtc/
H A Dchecking.hh145 template<property_value::value_type T>
270 template<property_value::value_type T>
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dhash_multimap.h62 typedef typename _Base::value_type value_type; typedef in class:__gnu_cxx::__debug::hash_multimap
139 insert(const value_type& __obj)
151 insert_noresize(const value_type& __obj)
H A Dhash_multiset.h60 typedef typename _Base::value_type value_type; typedef in class:__gnu_cxx::__debug::hash_multiset
133 insert(const value_type& __obj)
146 insert_noresize(const value_type& __obj)
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.h173 uint32_t value_type; member in struct:hv_kvp_exchg_msg_value
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimeout.h60 typedef typename lldb_private::Timeout<Ratio>::value_type Dur;
H A DLog.h206 const Log::ChannelMap::value_type &entry,
210 const ChannelMap::value_type &entry);
211 static uint32_t GetFlags(llvm::raw_ostream &stream, const ChannelMap::value_type &entry,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h32 using value_type = lookup_result;
H A DDeclBase.h909 using value_type = Decl *;
910 using reference = const value_type &;
911 using pointer = const value_type *;
919 value_type operator->() const { return Current; }
1222 value_type SingleElement;
1225 explicit iterator(pointer Pos, value_type Single = nullptr)
1996 using value_type = Decl *;
1997 using reference = const value_type &;
1998 using pointer = const value_type *;
2008 value_type operato
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h43 // value_type type.
44 struct iterator { using value_type = const CFGBlock *; };
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h54 Value::ValueType &value_type) override;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Drb_tree_.hpp140 typedef typename base_type::value_type value_type; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
178 base_type::insert_leaf(value_type(r_key, mapped_type()));
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp162 typedef typename base_type::value_type value_type; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
202 insert_leaf_imp(value_type(r_key, mapped_type()));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h150 using value_type = Data;
151 using lookup_type = const value_type *;
166 static data_type Set(data_type B, key_type K, value_type E,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h66 using value_type = T;
95 const value_type& operator*() const { return L->getHead(); }
96 const typename std::remove_reference<value_type>::type* operator->() const {
H A DSetVector.h42 using value_type = T;
141 bool insert(const value_type &X) {
157 bool remove(const value_type& X) {
H A DSTLExtras.h554 using value_type = typename Base::value_type;
559 template <size_t... Ns> value_type deref(std::index_sequence<Ns...>) const {
560 return value_type(*std::get<Ns>(iterators)...);
576 value_type operator*() { return deref(std::index_sequence_for<Iters...>{}); }
578 const value_type operator*() const {
630 using value_type = typename iterator::value_type;
714 using value_type = typename ZipLongestTupleType<Iters...>::type;
729 template <size_t... Ns> value_type dere
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp121 Value::ValueType value_type = parent->GetValue().GetValueType(); local
122 m_value.SetValueType(value_type);
164 switch (value_type) {
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_tree.h156 typedef _Tp value_type; typedef in struct:_Rb_tree_iterator
226 typedef _Tp value_type; typedef in struct:_Rb_tree_const_iterator
343 typedef _Val value_type; typedef in class:_Rb_tree
344 typedef value_type* pointer;
345 typedef const value_type* const_pointer;
346 typedef value_type& reference;
347 typedef const value_type& const_reference;
376 _M_create_node(const value_type& __x)
561 typedef _Rb_tree_iterator<value_type> iterator;
562 typedef _Rb_tree_const_iterator<value_type> const_iterato
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp64 typename S::value_type* ptr = nullptr;
65 const typename S::value_type* const p = str.c_str();
181 typename S::value_type* ptr = nullptr;
182 const typename S::value_type* const p = str.c_str();
356 as_string(P sprintf_like, S s, const typename S::value_type* fmt, V a)
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp130 typedef typename traits_base::value_type value_type_;
199 typedef typename traits_base::value_type value_type; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
413 new (&p_e->m_value) value_type(r_val);
437 new (&p_e->m_value) value_type(r_val);
460 return insert_new_imp(value_type(key, mapped_type()), pos)->second;
475 return insert_new_imp(value_type(key, mapped_type()),

Completed in 253 milliseconds

1234567891011>>