Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/libstdc++-v3/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;
145 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
146 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
153 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type;
168 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
169 struct container_base_dispatch<Key, Mapped, rb_tree_tag, Policy_Tl, Alloc>
178 typedef rb_tree_data_<Key, Mapped, at0t, at1t, Alloc> type;
[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;
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp59 detail::container_base_dispatch<Key, Mapped, Tag, Policy_Tl, Allocator>::type
63 typename Mapped,
87 typedef Mapped mapped_type;
121 container_base<Key, Mapped, Tag, typename __gnu_cxx::typelist::append< \
126 typename Mapped,
157 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
163 typename Mapped,
294 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
300 typename Mapped,
462 container_base<Key, Mapped, Tag, Policy_Tl, Allocator>
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/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,
/openbsd-src/gnu/gcc/libstdc++-v3/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,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp85 unsigned Mapped = 0; in PerformExpensiveChecks() local
89 Mapped |= 1; in PerformExpensiveChecks()
111 Mapped |= 2; in PerformExpensiveChecks()
113 Mapped |= 4; in PerformExpensiveChecks()
115 Mapped |= 8; in PerformExpensiveChecks()
117 Mapped |= 16; in PerformExpensiveChecks()
119 Mapped |= 32; in PerformExpensiveChecks()
121 Mapped |= 64; in PerformExpensiveChecks()
123 Mapped |= 128; in PerformExpensiveChecks()
125 Mapped |= 256; in PerformExpensiveChecks()
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/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,
/openbsd-src/gnu/gcc/libstdc++-v3/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,
/openbsd-src/gnu/gcc/libstdc++-v3/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,
/openbsd-src/gnu/gcc/libstdc++-v3/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,
/openbsd-src/gnu/gcc/libstdc++-v3/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,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp463 auto Mapped = mapValue(V); in mapValue() local
464 assert((Mapped || (Flags & RF_NullMapMissingGlobalValues)) && in mapValue()
467 return Mapped; in mapValue()
473 Value *Mapped = nullptr; in mapValue() local
476 Mapped = mapValueOrNull(Op); in mapValue()
477 if (!Mapped) in mapValue()
479 if (Mapped != Op) in mapValue()
502 Ops.push_back(cast<Constant>(Mapped)); in mapValue()
506 Mapped = mapValueOrNull(C->getOperand(OpNo)); in mapValue()
507 if (!Mapped) in mapValue()
[all …]
H A DLoopVersioning.cpp166 auto Mapped = VMap.find(ClonedValue); in addPHINodes() local
167 if (Mapped != VMap.end()) in addPHINodes()
168 ClonedValue = Mapped->second; in addPHINodes()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DMacroCallReconstructor.cpp194 FormatToken *Mapped = SpelledParentToReconstructedParent.lookup(Parent); in getParentInResult() local
195 if (!Mapped) in getParentInResult()
197 for (; Mapped; Mapped = SpelledParentToReconstructedParent.lookup(Parent)) in getParentInResult()
198 Parent = Mapped; in getParentInResult()
/openbsd-src/gnu/gcc/libstdc++-v3/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,
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp29 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapRequiredAs() local
30 IO.mapRequired(Key, Mapped); in mapRequiredAs()
31 Val = static_cast<typename EndianType::value_type>(Mapped); in mapRequiredAs()
39 MapType Mapped = static_cast<typename EndianType::value_type>(Val); in mapOptionalAs() local
40 IO.mapOptional(Key, Mapped, Default); in mapOptionalAs()
41 Val = static_cast<typename EndianType::value_type>(Mapped); in mapOptionalAs()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dsymbols.rst39 UUID values that point to dSYM files. See the "File Mapped UUID
257 File Mapped UUID Directories
260 File Mapped directories can be used for efficient dSYM file lookups for local
271 create a File Mapped UUID directory cache in
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp870 : ExecutionCount(0), HasMultipleRegions(false), Mapped(false), Line(Line), in LineCoverageStats()
886 Mapped = in LineCoverageStats()
890 if (!Mapped) in LineCoverageStats()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def137 HANDLE_MDMP_MEMTYPE(0x0040000, Mapped, MEM_MAPPED)

12