Home
last modified time | relevance | path

Searched refs:Mapped (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp113 template<typename Key, typename Mapped, typename Data_Structure_Taq,
117 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
118 struct container_base_dispatch<Key, Mapped, list_update_tag,
128 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
153 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
178 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
196 struct container_base_dispatch<Key, Mapped, splay_tree_tag,
206 typedef splay_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
233 typedef ov_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
266 typedef cc_ht_map_data_<Key, Mapped, at0t, at1t, Alloc, at3t::value,
[all …]
H A Dbasic_types.hpp59 template<typename Key, typename Mapped, typename Allocator, bool Store_Hash>
66 template<typename Key, typename Mapped, typename Allocator>
67 struct value_type_base<Key, Mapped, Allocator, false>
69 typedef typename Allocator::template rebind<Mapped>::other mapped_type_allocator;
76 …typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_alloc…
93 template<typename Key, typename Mapped, typename Allocator>
94 struct value_type_base<Key, Mapped, Allocator, true>
96 typedef typename Allocator::template rebind<Mapped>::other mapped_type_allocator;
103 …typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_alloc…
202 template<typename Key, typename Mapped>
[all …]
H A Dtypes_traits.hpp58 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
61 typedef value_type_base<Key, Mapped, Alloc, Store_Extra> type;
64 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
66 : public vt_base_selector<Key, Mapped, Alloc, Store_Extra>::type
80 typename no_throw_copies<Key, Mapped>::indicator m_no_throw_copies_indicator;
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp63 typename Mapped,
87 typedef Mapped mapped_type;
126 typename Mapped,
163 typename Mapped,
300 typename Mapped,
462 container_base<Key, Mapped, Tag, Policy_Tl, Allocator>
465 template<typename Key, typename Mapped, typename Tag,
488 detail::tree_traits<Key, Mapped,Cmp_Fn,Node_Update,Tag, Allocator>
567 typename Mapped,
635 container_base<Key, Mapped, list_update_tag, \
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dtraits.hpp57 typename Mapped,
67 Mapped,
73 Mapped,
79 Mapped,
84 Mapped,
H A Drb_tree_.hpp77 template<typename Key, typename Mapped, typename Cmp_Fn, \
97 PB_DS_CLASS_NAME<Key, Mapped, Cmp_Fn, Node_And_It_Traits, Allocator>
100 PB_DS_BASE_CLASS_NAME<Key, Mapped, Cmp_Fn, Node_And_It_Traits, Allocator>
115 typename Mapped,
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dtraits.hpp58 typename Mapped,
68 Mapped,
74 Mapped,
80 Mapped,
85 Mapped,
H A Dsplay_tree_.hpp101 template<typename Key, typename Mapped, typename Cmp_Fn, \
121 PB_DS_CLASS_NAME<Key, Mapped, Cmp_Fn, Node_And_It_Traits, Allocator>
124 PB_DS_BASE_CLASS_NAME<Key, Mapped, Cmp_Fn, Node_And_It_Traits, Allocator>
139 template<typename Key, typename Mapped, typename Cmp_Fn,
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp92 Mapped |= 1; in PerformExpensiveChecks()
114 Mapped |= 2; in PerformExpensiveChecks()
116 Mapped |= 4; in PerformExpensiveChecks()
118 Mapped |= 8; in PerformExpensiveChecks()
120 Mapped |= 16; in PerformExpensiveChecks()
122 Mapped |= 32; in PerformExpensiveChecks()
124 Mapped |= 64; in PerformExpensiveChecks()
126 Mapped |= 128; in PerformExpensiveChecks()
128 Mapped |= 256; in PerformExpensiveChecks()
152 } else if (Mapped & (Mapped - 1)) { in PerformExpensiveChecks()
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp58 typename Mapped,
68 Mapped,
78 Mapped,
87 Mapped,
H A Dov_tree_map_.hpp68 template<typename Key, typename Mapped, class Cmp_Fn, \
86 PB_DS_OV_TREE_CLASS_NAME<Key, Mapped, Cmp_Fn, Node_And_It_Traits, Allocator>
89 types_traits<Key, Mapped, Allocator, false>
117 template<typename Key, typename Mapped, class Cmp_Fn,
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp64 typename Mapped,
74 Mapped,
81 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
87 Mapped,
H A Dpat_trie_.hpp79 template<typename Key, typename Mapped, typename Node_And_It_Traits, \
91 PB_DS_CLASS_NAME<Key, Mapped, Node_And_It_Traits, Allocator>
94 types_traits<Key, Mapped, Allocator, false>
122 typename Mapped,
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp67 template<typename Key, typename Mapped, class Eq_Fn, \
79 PB_DS_CLASS_NAME<Key, Mapped, Eq_Fn, Allocator, Update_Policy>
82 types_traits<Key, Mapped, Allocator, false>
105 typename Mapped,
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp69 template<typename Key, typename Mapped, class Cmp_Fn, \
85 Mapped, \
93 Mapped, \
129 typename Mapped,
H A Dtraits.hpp59 typename Mapped,
74 Mapped,
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp420 auto Mapped = mapValue(V); in mapValue() local
421 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue()
424 return Mapped; in mapValue()
430 Value *Mapped = nullptr; in mapValue() local
433 Mapped = mapValueOrNull(Op); in mapValue()
434 if (!Mapped) in mapValue()
436 if (Mapped != Op) in mapValue()
459 Ops.push_back(cast<Constant>(Mapped)); in mapValue()
463 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue()
464 if (!Mapped) in mapValue()
[all …]
H A DLoopVersioning.cpp160 auto Mapped = VMap.find(ClonedValue); in addPHINodes() local
161 if (Mapped != VMap.end()) in addPHINodes()
162 ClonedValue = Mapped->second; in addPHINodes()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp66 template<typename Key, typename Mapped, typename Hash_Fn, typename Eq_Fn, \
79 PB_DS_CLASS_NAME<Key, Mapped, Hash_Fn, Eq_Fn, Allocator, \
89 types_traits<Key, Mapped, Allocator, Store_Hash>
103 #define PB_DS_V2S(X) Mapped()
111 typename Mapped,
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp69 template<typename Key, typename Mapped, typename Hash_Fn, \
82 PB_DS_CLASS_NAME<Key, Mapped, Hash_Fn, Eq_Fn, Allocator, \
92 types_traits<Key, Mapped, Allocator, Store_Hash>
115 typename Mapped,
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp689 : ExecutionCount(0), HasMultipleRegions(false), Mapped(false), Line(Line), in LineCoverageStats()
705 Mapped = in LineCoverageStats()
709 if (!Mapped) in LineCoverageStats()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h591 bool Mapped; variable
607 bool isMapped() const { return Mapped; } in isMapped()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp2069 for (typename Map::mapped_type::value_type Mapped : Result->second) in for_each_found() local
2070 F(Mapped); in for_each_found()
2079 for (const typename Map::mapped_type::value_type Mapped : Result->second) in touchAndErase() local
2080 TouchedInstructions.set(InstrToDFSNum(Mapped)); in touchAndErase()
/freebsd-12.1/crypto/heimdal/doc/
H A Dwin2k.texi105 login with @code{Mapped Names}. @c XXX probably shouldn't be @code
/freebsd-12.1/contrib/libpcap/
H A DCHANGES352 Add support for snapshot length for USB Memory-Mapped Interface

12