| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | hashtable_policy.h | 88 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) in _GLIBCXX_VISIBILITY() 98 _Hash_node<_Value, __cache>* _M_cur; in _GLIBCXX_VISIBILITY() 101 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 103 operator==(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_VISIBILITY() 104 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_VISIBILITY() 107 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 109 operator!=(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_VISIBILITY() 110 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_VISIBILITY() 113 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | hashtable_policy.h | 88 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 91 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) in _GLIBCXX_VISIBILITY() 98 _Hash_node<_Value, __cache>* _M_cur; in _GLIBCXX_VISIBILITY() 101 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 103 operator==(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_VISIBILITY() 104 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_VISIBILITY() 107 template<typename _Value, bool __cache> in _GLIBCXX_VISIBILITY() 109 operator!=(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_VISIBILITY() 110 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_VISIBILITY() 113 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
| H A D | random_number.h | 52 uint64_t __cache; variable 79 __cache(0), __bits_left(0) { } in _RandomNumber() 90 __cache(0), __bits_left(0) { } in _M_mt() 111 unsigned long __res = __cache & ((1 << __bits) - 1); in __genrand_bits() 112 __cache = __cache >> __bits; in __genrand_bits() 116 __cache |= ((uint64_t(_M_mt())) << __bits_left); in __genrand_bits()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| H A D | random_number.h | 52 uint64_t __cache; variable 79 __cache(0), __bits_left(0) { } in _RandomNumber() 90 __cache(0), __bits_left(0) { } in _M_mt() 111 unsigned long __res = __cache & ((1 << __bits) - 1); in __genrand_bits() 112 __cache = __cache >> __bits; in __genrand_bits() 116 __cache |= ((uint64_t(_M_mt())) << __bits_left); in __genrand_bits()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| H A D | locale.cc | 432 _M_install_cache(const facet* __cache, size_t __index) in _M_install_cache() argument 457 delete __cache; in _M_install_cache() 461 __cache->_M_add_reference(); in _M_install_cache() 462 _M_caches[__index] = __cache; in _M_install_cache() 466 __cache->_M_add_reference(); in _M_install_cache() 467 _M_caches[__index2] = __cache; in _M_install_cache()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| H A D | cache.S | 26 .global __cache symbol 27 __cache: label
|
| H A D | cachemgr.c | 51 extern char __cache[]; 95 ((void *) (__cache + ((_addr) & SET_MASK) * WAYS) + ((_way) * LINE_SIZE));
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/ |
| H A D | locale.cc | 432 _M_install_cache(const facet* __cache, size_t __index) in _M_install_cache() argument 457 delete __cache; in _M_install_cache() 461 __cache->_M_add_reference(); in _M_install_cache() 462 _M_caches[__index] = __cache; in _M_install_cache() 466 __cache->_M_add_reference(); in _M_install_cache() 467 _M_caches[__index2] = __cache; in _M_install_cache()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| H A D | time_members.h | 48 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY() 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| H A D | time_members.h | 50 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY() 51 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| H A D | time_members.h | 50 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY() 51 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| H A D | time_members.h | 48 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY() 49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | hashtable_policy.h | 317 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 319 : public _Node_iterator_base<_Value, __cache> in _GLIBCXX_VISIBILITY() 322 using __base_type = _Node_iterator_base<_Value, __cache>; in _GLIBCXX_VISIBILITY() 368 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 370 : public _Node_iterator_base<_Value, __cache> in _GLIBCXX_VISIBILITY() 373 using __base_type = _Node_iterator_base<_Value, __cache>; in _GLIBCXX_VISIBILITY() 392 __cache>& __x) noexcept in _GLIBCXX_VISIBILITY() 1581 typename _H1, typename _H2, typename _Hash, bool __cache> in _GLIBCXX_VISIBILITY() 1584 _H1, _H2, _Hash, __cache>& __x, in _GLIBCXX_VISIBILITY() 1586 _H1, _H2, _Hash, __cache>& __y) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets_nonio.h | 194 __timepunct(__cache_type* __cache, size_t __refs = 0); in _GLIBCXX_VISIBILITY() 1068 moneypunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 1069 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|
| H A D | locale_facets.h | 1708 numpunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 1709 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| H A D | time_members.h | 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY() 50 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| H A D | time_members.h | 49 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in _GLIBCXX_VISIBILITY() 50 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0), in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | __tree | 1570 __node_pointer __cache = static_cast<__node_pointer>(__t->__begin_node()); 1575 // __cache->__left_ == nullptr 1576 if (__cache->__right_ != nullptr) 1577 __cache = static_cast<__node_pointer>(__cache->__right_); 1578 // __cache->__left_ == nullptr 1579 // __cache->__right_ == nullptr 1580 return __cache; 1583 // Precondition: __cache != nullptr 1584 // __cache->left_ == nullptr 1585 // __cache->right_ == nullptr [all …]
|
| H A D | __hash_table | 1594 __next_pointer __cache = __p1_.first().__next_; 1596 return __cache; 1644 __next_pointer __cache = __detach(); 1650 while (__cache != nullptr && __u.size() != 0) 1652 __cache->__upcast()->__value_ = 1654 __next_pointer __next = __cache->__next_; 1655 __node_insert_multi(__cache->__upcast()); 1656 __cache = __next; 1662 __deallocate_node(__cache); 1666 __deallocate_node(__cache); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | hashtable_policy.h | 378 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 380 : public _Node_iterator_base<_Value, __cache> in _GLIBCXX_VISIBILITY() 383 using __base_type = _Node_iterator_base<_Value, __cache>; in _GLIBCXX_VISIBILITY() 428 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 430 : public _Node_iterator_base<_Value, __cache> in _GLIBCXX_VISIBILITY() 433 using __base_type = _Node_iterator_base<_Value, __cache>; in _GLIBCXX_VISIBILITY() 451 __cache>& __x) noexcept in _GLIBCXX_VISIBILITY() 1499 bool __constant_iterators, bool __cache> in _GLIBCXX_VISIBILITY() 1502 _Hash, _RangeHash, _Unused, __cache> in _GLIBCXX_VISIBILITY() 1506 _Hash, _RangeHash, _Unused, __cache>; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets_nonio.h | 194 __timepunct(__cache_type* __cache, size_t __refs = 0); in _GLIBCXX_VISIBILITY() 1106 moneypunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 1107 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|
| H A D | locale_facets.h | 1716 numpunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY() 1717 : facet(__refs), _M_data(__cache) in _GLIBCXX_VISIBILITY()
|