Searched defs:hash_set (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | hash_set.h | 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 92 hash_set(_InputIterator __f, _InputIterator __l) in hash_set() function 96 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) in hash_set() function 100 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in hash_set() function 111 hash_set(const _Base& __x) : _Base(__x), _Safe_base() { } in hash_set() function
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gcse.c | 1460 hash_set (int regno, int hash_table_size) in hash_set() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gcse.c | 1782 hash_set (regno, hash_table_size) in hash_set() function
|