Searched defs:reference (Results 76 - 100 of 167) sorted by relevance

1234567

/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_set.h66 typedef typename _Ht::const_reference reference; typedef in class:hash_set
245 typedef typename _Ht::const_reference reference; typedef in class:hash_multiset
H A Dstl_map.h78 typedef typename _Rep_type::reference reference; typedef in class:map
H A Dstl_multimap.h77 typedef typename _Rep_type::reference reference; typedef in class:multimap
H A Dstl_multiset.h63 typedef typename _Rep_type::const_reference reference; typedef in class:multiset
H A Dstl_set.h63 typedef typename _Rep_type::const_reference reference; typedef in class:set
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr50464.C11 typedef typename _Iterator::reference reference; typedef in struct:iterator_traits
17 typedef _Tp& reference; typedef in struct:iterator_traits
28 typedef typename __traits_type::reference reference; typedef in class:__normal_iterator
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr35164-1.C17 typedef _Tp & reference; typedef in class:vector
H A Dpr54902.C7 typedef _Tp& reference; typedef in struct:std::iterator_traits
16 typedef typename __traits_type::reference reference; typedef in class:__gnu_cxx::__normal_iterator
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr16688.C12 typedef _Tp& reference; typedef in struct:iterator_traits
18 typedef typename iterator_traits<_Iterator>::reference reference; typedef in struct:NI
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse-6.c264 check (const char *input, const char *reference[]) argument
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload.h315 typedef T &reference; typedef in class:__offload::shared_allocator
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dunordered_set.h113 typedef typename _Hashtable::reference reference; typedef in class:unordered_set
787 typedef typename _Hashtable::reference reference; typedef in class:unordered_multiset
H A Dunordered_map.h119 typedef typename _Hashtable::reference reference; typedef in class:unordered_map
872 typedef typename _Hashtable::reference reference; typedef in class:unordered_multimap
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dmap.h66 typedef typename _Base::reference reference; typedef in class:__debug::map
H A Dmultimap.h66 typedef typename _Base::reference reference; typedef in class:__debug::multimap
H A Dsafe_iterator.h148 typedef typename _Traits::reference reference; typedef in class:__gnu_debug::_Safe_iterator
H A Dmultiset.h65 typedef typename _Base::reference reference; typedef in class:__debug::multiset
H A Dsafe_local_iterator.h84 typedef typename _Traits::reference reference; typedef in class:__gnu_debug::_Safe_local_iterator
H A Dset.h65 typedef typename _Base::reference reference; typedef in class:__debug::set
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp152 typedef typename traits_base::reference reference; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp111 typedef typename value_allocator::reference reference; typedef in class:__gnu_pbds::detail::binary_heap
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp158 typedef typename traits_base::reference reference; typedef in class:__gnu_pbds::detail::PB_DS_LU_NAME
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp135 typedef typename base_type::reference reference; typedef in class:__gnu_pbds::detail::PB_DS_S_TREE_NAME
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dtypes_traits.hpp136 typedef typename __rebind_va::reference reference; typedef in struct:__gnu_pbds::detail::type_base
169 typedef typename __rebind_va::reference reference; typedef in struct:__gnu_pbds::detail::type_base
202 typedef typename __rebind_va::reference reference; typedef in struct:__gnu_pbds::detail::type_base
241 typedef typename __rebind_va::reference reference; typedef in struct:__gnu_pbds::detail::type_base
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dpointer.h217 { typedef _Tp& reference; }; typedef in struct:_Reference_type
221 { typedef _Invalid_type& reference; }; typedef in struct:_Reference_type
225 { typedef const _Invalid_type& reference; }; typedef in struct:_Reference_type
229 { typedef volatile _Invalid_type& reference; }; typedef in struct:_Reference_type
233 { typedef const volatile _Invalid_type& reference; }; typedef in struct:_Reference_type
291 typedef typename _Reference_type<element_type>::reference reference; typedef in class:_Pointer_adapter
[all...]

Completed in 319 milliseconds

1234567