Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project-15.0.7/libcxx/test/std/containers/container.node/
H A Dnode_handle.pass.cpp23 …me_v<typename std::map<K, T, C1, A_map>::node_type, typename std::map<K, T, C2, A_ma…
24 …_v<typename std::map<K, T, C1, A_map>::node_type, typename std::multimap<K, T, C2, A…
25 …_same_v<typename std::set<K, C1, A_set>::node_type, typename std::set<K, C2, A_se…
26 …ame_v<typename std::set<K, C1, A_set>::node_type, typename std::multiset<K, C2, A…
27 …std::unordered_map<K, T, H1, E1, A_map>::node_type, typename std::unordered_map<K, T, H2, E2, A_ma…
28 …d::unordered_map<K, T, H1, E1, A_map>::node_type, typename std::unordered_multimap<K, T, H2, E2, A…
29 …me std::unordered_set<K, H1, E1, A_set>::node_type, typename std::unordered_set<K, H2, E2, A_se…
30 … std::unordered_set<K, H1, E1, A_set>::node_type, typename std::unordered_multiset<K, H2, E2, A…
99 typename Container::node_type nt1, nt2 = c.extract(c.emplace().first); in test_node_handle_operations()
113 typename Container::node_type nt1, nt2 = c.extract(c.emplace()); in test_node_handle_operations_multi()
H A Dnode_handle.nodiscard.verify.cpp21 std::map<int, int>::node_type node; in test()
25 std::multimap<int, int>::node_type node; in test()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/
H A Dinsert_node_type.pass.cpp23 typename Container::node_type
38 typename Container::node_type node = nf(i); in test()
50 typename Container::node_type def; in test()
57 typename Container::node_type dupl = nf(0); in test()
H A Dinsert_node_type_hint.pass.cpp22 typename Container::node_type
37 typename Container::node_type node = nf(i); in test()
H A Dextract_key.pass.cpp30 typename Container::node_type t = c.extract(*copy); in test()
42 typename Container::node_type t = c.extract(*copy); in test()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multiset/
H A Dinsert_node_type.pass.cpp23 typename Container::node_type
38 typename Container::node_type node = nf(i); in test()
50 typename Container::node_type def; in test()
57 typename Container::node_type dupl = nf(0); in test()
H A Dinsert_node_type_hint.pass.cpp22 typename Container::node_type
37 typename Container::node_type node = nf(i); in test()
H A Dextract_key.pass.cpp30 typename Container::node_type t = c.extract(*copy); in test()
42 typename Container::node_type t = c.extract(*copy); in test()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dinsert_node_type.pass.cpp23 typename Container::node_type
39 typename Container::node_type node = nf(i, i + 1); in test()
49 typename Container::node_type def; in test()
56 typename Container::node_type dupl = nf(0, 42); in test()
H A Dinsert_node_type_hint.pass.cpp22 typename Container::node_type
38 typename Container::node_type node = nf(i, i + 1); in test()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dinsert_node_type.pass.cpp22 typename Container::node_type
38 typename Container::node_type node = nf(i, i + 1); in test()
49 typename Container::node_type def; in test()
56 typename Container::node_type dupl = nf(0, 42); in test()
H A Dinsert_node_type_hint.pass.cpp22 typename Container::node_type
38 typename Container::node_type node = nf(i, i + 1); in test()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/set/
H A Dinsert_node_type.pass.cpp23 typename Container::node_type
39 typename Container::node_type node = nf(i); in test()
51 typename Container::node_type def; in test()
60 typename Container::node_type dupl = nf(0); in test()
H A Dinsert_node_type_hint.pass.cpp22 typename Container::node_type
38 typename Container::node_type node = nf(i); in test()
H A Dextract_key.pass.cpp30 typename Container::node_type t = c.extract(*copy); in test()
42 typename Container::node_type t = c.extract(*copy); in test()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.set/
H A Dinsert_node_type.pass.cpp23 typename Container::node_type
39 typename Container::node_type node = nf(i); in test()
51 typename Container::node_type def; in test()
60 typename Container::node_type dupl = nf(0); in test()
H A Dinsert_node_type_hint.pass.cpp22 typename Container::node_type
38 typename Container::node_type node = nf(i); in test()
H A Dextract_key.pass.cpp30 typename Container::node_type t = c.extract(*copy); in test()
42 typename Container::node_type t = c.extract(*copy); in test()
/llvm-project-15.0.7/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dinsert_node_type.pass.cpp22 typename Container::node_type
39 typename Container::node_type node = nf(i, i + 1); in test()
51 typename Container::node_type def; in test()
60 typename Container::node_type dupl = nf(0, 42); in test()
H A Dinsert_node_type_hint.pass.cpp22 typename Container::node_type
39 typename Container::node_type node = nf(i, i + 1); in test()
/llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_node_type.pass.cpp23 typename Container::node_type
40 typename Container::node_type node = nf(i, i + 1); in test()
52 typename Container::node_type def; in test()
61 typename Container::node_type dupl = nf(0, 42); in test()
H A Dinsert_node_type_hint.pass.cpp22 typename Container::node_type
39 typename Container::node_type node = nf(i, i + 1); in test()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Dilist_node.h215 using node_type = ilist_node_impl<OptionsT>; member
217 static node_type *getNodePtr(pointer N) { in getNodePtr()
221 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
225 static pointer getValuePtr(node_type *N) { in getValuePtr()
229 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBlockSupport.h216 using node_type = ilist_node_impl<OptionsT>;
218 static node_type *getNodePtr(pointer N);
219 static const node_type *getNodePtr(const_pointer N);
221 static pointer getValuePtr(node_type *N);
222 static const_pointer getValuePtr(const node_type *N);
/llvm-project-15.0.7/libcxx/include/
H A Dset770 insert_return_type insert(node_type&& __nh)
775 node_type, insert_return_type>(_VSTD::move(__nh));
778 iterator insert(const_iterator __hint, node_type&& __nh)
786 node_type extract(key_type const& __key)
791 node_type extract(const_iterator __it)
1301 iterator insert(node_type&& __nh)
1305 return __tree_.template __node_handle_insert_multi<node_type>(
1309 iterator insert(const_iterator __hint, node_type&& __nh)
1313 return __tree_.template __node_handle_insert_multi<node_type>(
1317 node_type extract(key_type const& __key)
[all …]

12