Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/gcc/libstdc++-v3/include/debug/
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 …]
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/
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/
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/
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/
Deb130.C10 __gnu_cxx::hash_set<int> foo;
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/ext/
Dhash_set.cc32 __gnu_cxx::hash_set<int> intTable(werte, werte + anzahl); in test01()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/backward/
Dhash_set.h65 using __gnu_cxx::hash_set;
/openbsd/src/gnu/gcc/libstdc++-v3/include/backward/
Dhash_set.h65 using __gnu_cxx::hash_set;
/openbsd/src/gnu/lib/libstdc++-v3/
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/
DMakefile.am189 ${backward_srcdir}/hash_set.h \
220 ${ext_srcdir}/hash_set \
DMakefile.in309 ${backward_srcdir}/hash_set.h \
341 ${ext_srcdir}/hash_set \
/openbsd/src/distrib/sets/lists/comp/
Dgcc.luna88k19 ./usr/include/g++/backward/hash_set.h
140 ./usr/include/g++/ext/hash_set
Dgcc.alpha41 ./usr/include/g++/backward/hash_set.h
162 ./usr/include/g++/debug/hash_set
163 ./usr/include/g++/debug/hash_set.h
192 ./usr/include/g++/ext/hash_set
Dgcc.sparc6418 ./usr/include/g++/backward/hash_set.h
139 ./usr/include/g++/debug/hash_set
140 ./usr/include/g++/debug/hash_set.h
169 ./usr/include/g++/ext/hash_set
Dgcc.landisk18 ./usr/include/g++/backward/hash_set.h
139 ./usr/include/g++/debug/hash_set
140 ./usr/include/g++/debug/hash_set.h
169 ./usr/include/g++/ext/hash_set
Dgcc.hppa18 ./usr/include/g++/backward/hash_set.h
139 ./usr/include/g++/debug/hash_set
140 ./usr/include/g++/debug/hash_set.h
169 ./usr/include/g++/ext/hash_set
/openbsd/src/gnu/gcc/libstdc++-v3/include/
DMakefile.am176 ${backward_srcdir}/hash_set.h \
529 ${ext_srcdir}/hash_set \
694 ${debug_srcdir}/hash_set \
695 ${debug_srcdir}/hash_set.h \
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++/
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 …]
/openbsd/src/gnu/gcc/gcc/
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/
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/
DCMakeLists.txt795 ext/hash_set
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/libcxx/include/
DBUILD.gn868 "ext/hash_set",
/openbsd/src/gnu/lib/libcxx/
DMakefile882 ext/hash_set \

12