Searched refs:_Cache (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | locale_classes.h | 85 template<typename _Cache> in _GLIBCXX_VISIBILITY() 539 template<typename _Cache> in _GLIBCXX_VISIBILITY()
|
H A D | unordered_set.h | 39 template<bool _Cache> in _GLIBCXX_VISIBILITY() 40 using __uset_traits = __detail::_Hashtable_traits<_Cache, true, true>; in _GLIBCXX_VISIBILITY() 54 template<bool _Cache> in _GLIBCXX_VISIBILITY() 55 using __umset_traits = __detail::_Hashtable_traits<_Cache, true, false>; in _GLIBCXX_VISIBILITY()
|
H A D | unordered_map.h | 39 template<bool _Cache> in _GLIBCXX_VISIBILITY() 40 using __umap_traits = __detail::_Hashtable_traits<_Cache, false, true>; in _GLIBCXX_VISIBILITY() 56 template<bool _Cache> in _GLIBCXX_VISIBILITY() 57 using __ummap_traits = __detail::_Hashtable_traits<_Cache, false, false>; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | locale_classes.h | 85 template<typename _Cache> in _GLIBCXX_VISIBILITY() 539 template<typename _Cache> in _GLIBCXX_VISIBILITY()
|
H A D | unordered_set.h | 39 template<bool _Cache> in _GLIBCXX_VISIBILITY() 40 using __uset_traits = __detail::_Hashtable_traits<_Cache, true, true>; in _GLIBCXX_VISIBILITY() 54 template<bool _Cache> in _GLIBCXX_VISIBILITY() 55 using __umset_traits = __detail::_Hashtable_traits<_Cache, true, false>; in _GLIBCXX_VISIBILITY()
|
H A D | unordered_map.h | 39 template<bool _Cache> in _GLIBCXX_VISIBILITY() 40 using __umap_traits = __detail::_Hashtable_traits<_Cache, false, true>; in _GLIBCXX_VISIBILITY() 56 template<bool _Cache> in _GLIBCXX_VISIBILITY() 57 using __ummap_traits = __detail::_Hashtable_traits<_Cache, false, false>; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 154 return _Cache!(Range, false)(range); 161 return _Cache!(Range, true)(range); 309 private struct _Cache(R, bool bidir) in _Cache() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 115 return _Cache!(Range, false)(range); 122 return _Cache!(Range, true)(range); 276 private struct _Cache(R, bool bidir) in _Cache() function
|