/llvm-project/libcxx/test/std/containers/container.node/ |
H A D | node_handle.pass.cpp | 23 std::is_same_v<typename std::map<K, T, C1, A_map>::node_type, typename std::map<K, T, C2, A_map>::node_type> && 24 std::is_same_v<typename std::map<K, T, C1, A_map>::node_type, typename std::multimap<K, T, C2, A_map>::node_type> && 25 std::is_same_v<typename std::set<K, C1, A_set>::node_type, typename std::set<K, C2, A_set>::node_type> && 26 std::is_same_v<typename std::set<K, C1, A_set>::node_type, typename std::multiset<K, C2, A_set>::node_type> && 27 std::is_same_v<typename std::unordered_map<K, T, H1, E1, A_map>::node_type, typename std::unordered_map<K, T, H2, E2, A_map>::node_type> [all...] |
H A D | node_handle.nodiscard.verify.cpp | 25 std::map<int, int>::node_type node; in test() 29 std::multimap<int, int>::node_type node; in test()
|
/llvm-project/libcxx/test/std/containers/associative/multiset/ |
H A D | insert_node_type.pass.cpp | 23 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 D | insert_node_type_hint.pass.cpp | 22 typename Container::node_type 37 typename Container::node_type node = nf(i); in test()
|
H A D | extract_key.pass.cpp | 30 typename Container::node_type t = c.extract(*copy); in test() 42 typename Container::node_type t = c.extract(*copy); in test()
|
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/ |
H A D | insert_node_type.pass.cpp | 23 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 D | insert_node_type_hint.pass.cpp | 22 typename Container::node_type 37 typename Container::node_type node = nf(i); in test()
|
H A D | extract_key.pass.cpp | 30 typename Container::node_type t = c.extract(*copy); in test() 42 typename Container::node_type t = c.extract(*copy); in test()
|
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
H A D | insert_node_type.pass.cpp | 23 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 D | insert_node_type_hint.pass.cpp | 22 typename Container::node_type 38 typename Container::node_type node = nf(i, i + 1); in test()
|
/llvm-project/libcxx/test/std/containers/unord/unord.set/ |
H A D | insert_node_type.pass.cpp | 15 // insert_return_type insert(node_type&&); 39 static_assert(std::is_same_v<decltype(nod), typename Container::node_type>); in test() 40 static_assert(std::is_same_v<decltype(t.node), typename Container::node_type>); in test() 45 typename Container::node_type in test() 61 typename Container::node_type node = nf(i); in test() 74 typename Container::node_type def; in test() 84 typename Container::node_type dupl = nf(0); in main()
|
H A D | insert_node_type_hint.pass.cpp | 22 typename Container::node_type 38 typename Container::node_type node = nf(i); in test()
|
H A D | extract_key.pass.cpp | 30 typename Container::node_type t = c.extract(*copy); in test() 42 typename Container::node_type t = c.extract(*copy); in test()
|
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
H A D | insert_node_type.pass.cpp | 22 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 D | insert_node_type_hint.pass.cpp | 22 typename Container::node_type 38 typename Container::node_type node = nf(i, i + 1); in test()
|
/llvm-project/libcxx/test/std/containers/associative/set/ |
H A D | insert_node_type.pass.cpp | 15 // insert_return_type insert(node_type&&); 39 static_assert(std::is_same_v<decltype(nod), typename Container::node_type>); in test() 40 static_assert(std::is_same_v<decltype(t.node), typename Container::node_type>); in test() 45 typename Container::node_type in test() 61 typename Container::node_type node = nf(i); in test() 74 typename Container::node_type def; in test() 84 typename Container::node_type dupl = nf(0); in main()
|
H A D | insert_node_type_hint.pass.cpp | 22 typename Container::node_type 38 typename Container::node_type node = nf(i); in test()
|
H A D | extract_key.pass.cpp | 30 typename Container::node_type t = c.extract(*copy); in test() 42 typename Container::node_type t = c.extract(*copy); in test()
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
H A D | insert_node_type.pass.cpp | 15 // insert_return_type insert(node_type&&); 38 static_assert(std::is_same_v<decltype(nod), typename Container::node_type>); in test() 39 static_assert(std::is_same_v<decltype(t.node), typename Container::node_type>); in test() 44 typename Container::node_type in test() 61 typename Container::node_type node = nf(i, i + 1); in test() 74 typename Container::node_type def; in test() 84 typename Container::node_type dupl = nf(0, 42); in main()
|
H A D | insert_node_type_hint.pass.cpp | 22 typename Container::node_type 39 typename Container::node_type node = nf(i, i + 1); in test()
|
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/ |
H A D | insert_node_type.pass.cpp | 15 // insert_return_type insert(node_type&&); 39 static_assert(std::is_same_v<decltype(nod), typename Container::node_type>); in test() 40 static_assert(std::is_same_v<decltype(t.node), typename Container::node_type>); in test() 45 typename Container::node_type in test() 62 typename Container::node_type node = nf(i, i + 1); in test() 75 typename Container::node_type def; in test() 85 typename Container::node_type dupl = nf(0, 42); in main()
|
H A D | insert_node_type_hint.pass.cpp | 22 typename Container::node_type 39 typename Container::node_type node = nf(i, i + 1); in test()
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | BlockSupport.h | 215 using node_type = ilist_node_impl<OptionsT>; 217 static node_type *getNodePtr(pointer N); 218 static const node_type *getNodePtr(const_pointer N); 220 static pointer getValuePtr(node_type *N); 221 static const_pointer getValuePtr(const node_type *N);
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ilist_node.h | 279 using node_type = ilist_node_impl<OptionsT>; member 281 static node_type *getNodePtr(pointer N) { in getNodePtr() 285 static const node_type *getNodePtr(const_pointer N) { in getNodePtr() 289 static pointer getValuePtr(node_type *N) { in getValuePtr() 293 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
|
/llvm-project/libcxx/include/ |
H A D | set | 42 typedef unspecified node_type; // C++17 43 typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type; // C++17 126 node_type extract(const_iterator position); // C++17 127 node_type extract(const key_type& x); // C++17 128 insert_return_type insert(node_type&& nh); // C++17 129 iterator insert(const_iterator hint, node_type&& nh); // C++17 287 typedef unspecified node_type; // C++17 371 node_type extract(const_iterator position); // C++17 372 node_type extract(const key_type& x); // C++17 373 iterator insert(node_type [all...] |