Home
last modified time | relevance | path

Searched refs:hash_set (Results 1 – 25 of 34) sorted by relevance

12

/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/
H A Dhash_set.h49 class hash_set
50 : public _GLIBCXX_EXT::hash_set<_Value, _HashFcn, _EqualKey,_Alloc>,
51 public __gnu_debug::_Safe_sequence<hash_set<_Value, _HashFcn, _EqualKey,
54 typedef _GLIBCXX_EXT::hash_set<_Value, _HashFcn, _EqualKey,_Alloc> _Base;
55 typedef __gnu_debug::_Safe_sequence<hash_set> _Safe_base;
69 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, hash_set>
72 hash_set>
81 hash_set() { } in hash_set() function
83 explicit hash_set(size_type __n) : _Base(__n) { } in hash_set() function
85 hash_set(size_type __n, const hasher& __hf) : _Base(__n, __hf) { } in hash_set() function
[all …]
H A Dhash_set1 // Debugging hash_set/hash_multiset implementation -*- C++ -*-
31 /** @file debug/hash_set
38 #include <ext/hash_set>
39 #include <debug/hash_set.h>
/openbsd-src/gnu/llvm/libcxx/include/ext/
H A Dhash_set15 hash_set synopsis
22 class hash_set
41 explicit hash_set(size_type n = 193, const hasher& hf = hasher(),
45 hash_set(InputIterator f, InputIterator l,
49 hash_set(const hash_set&);
50 ~hash_set();
51 hash_set& operator=(const hash_set&);
73 void swap(hash_set&);
93 void swap(hash_set<Value, Hash, Pred, Alloc>& x,
94 hash_set<Value, Hash, Pred, Alloc>& y);
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dhash_set56 /** @file ext/hash_set
81 class hash_set;
85 operator==(const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs1,
86 const hash_set<_Value,_HashFcn,_EqualKey,_Alloc>& __hs2);
94 class hash_set
129 hash_set()
131 explicit hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
135 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
140 hash_set(_InputIterator __f, _InputIterator __l)
[all …]
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dhash_set56 /** @file ext/hash_set
83 class hash_set
126 hash_set()
130 hash_set(size_type __n)
133 hash_set(size_type __n, const hasher& __hf)
136 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
141 hash_set(_InputIterator __f, _InputIterator __l)
146 hash_set(_InputIterator __f, _InputIterator __l, size_type __n)
151 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
157 hash_set(_InputIterator __f, _InputIterator __l, size_type __n,
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb130.C10 __gnu_cxx::hash_set<int> foo;
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/ext/
H A Dhash_set.cc32 __gnu_cxx::hash_set<int> intTable(werte, werte + anzahl); in test01()
/openbsd-src/gnu/gcc/libstdc++-v3/include/backward/
H A Dhash_set.h65 using __gnu_cxx::hash_set;
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dhash_set.h65 using __gnu_cxx::hash_set;
/openbsd-src/gnu/lib/libstdc++-v3/
H A DMakefile113 function.h hash_map.h hash_set.h hashtable.h heap.h iostream.h \
123 hash_map hash_set hash_fun.h hashtable.h iterator \
164 hash_map.h hash_multimap.h hash_multiset.h hash_set hash_set.h \
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/
H A DMakefile.am189 ${backward_srcdir}/hash_set.h \
220 ${ext_srcdir}/hash_set \
H A DMakefile.in309 ${backward_srcdir}/hash_set.h \
341 ${ext_srcdir}/hash_set \
/openbsd-src/gnu/gcc/libstdc++-v3/include/
H A DMakefile.am176 ${backward_srcdir}/hash_set.h \
529 ${ext_srcdir}/hash_set \
694 ${debug_srcdir}/hash_set \
695 ${debug_srcdir}/hash_set.h \
H A DMakefile.in402 ${backward_srcdir}/hash_set.h \
751 ${ext_srcdir}/hash_set \
918 ${debug_srcdir}/hash_set \
919 ${debug_srcdir}/hash_set.h \
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog-200141 * include/ext/hash_set: Ditto.
868 * include/ext/hash_set: Likewise.
1092 * include/ext/hash_set: Likewise.
2749 * include/backward/hash_set.h: Likewise.
2811 * include/ext/hash_set: Likewise.
2973 * include/backward/hash_set.h: Likewise.
3035 * include/ext/hash_set: Likewise.
4089 * include/ext/hash_set: Likewise.
4197 * include/backward/hash_set.h:
4302 * include/ext/hash_set: Likewise.
[all …]
H A DChangeLog115 * include/ext/hash_set (__gnu_cxx::hash_set): Likewise.
3804 * include/ext/algorithm, include/ext/hash_map, include/ext/hash_set,
4710 * testsuite/ext/hash_set.cc: New testfile.
5359 include/backward/hash_set.h: hash, hashtable, hash_set and
6221 include/ext/hash_set, include/ext/iterator, include/ext/memory,
H A DChangeLog-20003327 * ext/hash_map, ext/hash_set, ext/slist, ext/stl_bvector.h,
4230 * ext/bvector hash_map hash_set rope ropeimpl.h slist
4244 function.h hash_map.h hash_set.h hashtable.h heap.h iterator.h
4273 * stl/ext/hash_set (class hash_set, class hash_multiset):
4300 * stl/ext/hash_set (class hash_set, class hash_multiset):
7397 * stl/ext/hash_set: include missing headers
/openbsd-src/gnu/gcc/gcc/
H A Dgcse.c541 static unsigned int hash_set (int, int);
1460 hash_set (int regno, int hash_table_size) in hash_set() function
1598 hash = hash_set (REGNO (SET_DEST (x)), table->size); in insert_set_in_table()
2154 unsigned int hash = hash_set (regno, table->size); in lookup_set()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c579 static unsigned int hash_set PARAMS ((int, int));
1782 hash_set (regno, hash_table_size) in hash_set() function
2089 hash = hash_set (REGNO (SET_DEST (x)), table->size);
2647 unsigned int hash = hash_set (regno, table->size);
/openbsd-src/gnu/llvm/libcxx/include/
H A DCMakeLists.txt795 ext/hash_set
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn868 "ext/hash_set",
/openbsd-src/gnu/lib/libcxx/
H A DMakefile882 ext/hash_set \
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/faq/
H A Dindex.txt775 non-standard hash_map and hash_set containers in the SGI STL. See
854 hash_map and hash_set extensions.
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Duser.cfg.in532 include/debug/hash_set \
541 include/ext/hash_set \
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd64847 ./usr/include/c++/v1/ext/hash_set

12