Searched refs:__cache (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | hashtable_policy.h | 197 template<typename _Value, bool __cache> in _GLIBCXX_BEGIN_NAMESPACE() 200 _Node_iterator_base(_Hash_node<_Value, __cache>* __p) in _GLIBCXX_BEGIN_NAMESPACE() 207 _Hash_node<_Value, __cache>* _M_cur; in _GLIBCXX_BEGIN_NAMESPACE() 210 template<typename _Value, bool __cache> in _GLIBCXX_BEGIN_NAMESPACE() 212 operator==(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_BEGIN_NAMESPACE() 213 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_BEGIN_NAMESPACE() 216 template<typename _Value, bool __cache> in _GLIBCXX_BEGIN_NAMESPACE() 218 operator!=(const _Node_iterator_base<_Value, __cache>& __x, in _GLIBCXX_BEGIN_NAMESPACE() 219 const _Node_iterator_base<_Value, __cache>& __y) in _GLIBCXX_BEGIN_NAMESPACE() 222 template<typename _Value, bool __constant_iterators, bool __cache> in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| D | time_members.h | 53 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct() argument 54 : facet(__refs), _M_data(__cache) in __timepunct()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | time_members.h | 51 __timepunct<_CharT>::__timepunct(__cache_type* __cache, size_t __refs) in __timepunct() argument 52 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(NULL), in __timepunct()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | locale.cc | 390 _M_install_cache(const facet* __cache, size_t __index) in _M_install_cache() argument 396 delete __cache; in _M_install_cache() 400 __cache->_M_add_reference(); in _M_install_cache() 401 _M_caches[__index] = __cache; in _M_install_cache()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | __tree | 1582 __node_pointer __cache = static_cast<__node_pointer>(__t->__begin_node()); 1587 // __cache->__left_ == nullptr 1588 if (__cache->__right_ != nullptr) 1589 __cache = static_cast<__node_pointer>(__cache->__right_); 1590 // __cache->__left_ == nullptr 1591 // __cache->__right_ == nullptr 1592 return __cache; 1595 // Precondition: __cache != nullptr 1596 // __cache->left_ == nullptr 1597 // __cache->right_ == nullptr [all …]
|
| D | __hash_table | 1551 __next_pointer __cache = __p1_.first().__next_; 1553 return __cache; 1599 __next_pointer __cache = __detach(); 1605 while (__cache != nullptr && __u.size() != 0) 1607 __cache->__upcast()->__value_ = 1609 __next_pointer __next = __cache->__next_; 1610 __node_insert_multi(__cache->__upcast()); 1611 __cache = __next; 1617 __deallocate_node(__cache); 1621 __deallocate_node(__cache); [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_classes.h | 293 _M_install_cache(__locale_cache_base* __cache, int __id) in _M_install_cache() argument 296 reinterpret_cast<locale::facet*>(__cache); in _M_install_cache()
|
| D | locale_facets.tcc | 105 __locale_cache_base* __cache = __loc._M_impl->_M_get_cache(__i); in __use_cache() local 106 if (__builtin_expect(!__cache, false)) in __use_cache() 108 __cache = new __locale_cache<_Facet>(__loc); in __use_cache() 109 __loc._M_impl->_M_install_cache(__cache, __i); in __use_cache() 111 return static_cast<const __locale_cache<_Facet>&>(*__cache); in __use_cache()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.h | 1699 numpunct(__cache_type* __cache, size_t __refs = 0) 1700 : facet(__refs), _M_data(__cache) in facet() 2891 __timepunct(__cache_type* __cache, size_t __refs = 0); 3656 moneypunct(__cache_type* __cache, size_t __refs = 0) 3657 : facet(__refs), _M_data(__cache) in facet()
|