Searched defs:const_reference (Results 1 - 25 of 152) sorted by path

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic98.C138 typedef const _Tp& const_reference; typedef in class:__gnu_cxx::new_allocator
158 typedef const _Tp& const_reference; typedef in class:std::allocator
234 typedef const value_type& const_reference; typedef in class:std::_Rb_tree
342 typedef const _E& const_reference; typedef in class:std::initializer_list
369 typedef typename _Pair_alloc_type::const_reference const_reference; typedef in class:std::multimap
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/graphite/
H A Dpr41305.C42 typedef T const_reference; typedef in struct:scalar_traits
155 typename E::const_reference const_reference; member in struct:vector_reference
264 typedef typename type_traits <T>::const_reference const_reference; typedef in struct:vector
311 typedef T const_reference; typedef in struct:scalar_vector
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr44919.C22 namespace tr1 { template<typename _Tp, size_t _Nm> struct array { typedef _Tp value_type; typedef const value_type& const_reference; typedef const value_type* const_iterator; typedef size_t size_type; value_type _M_instance[_Nm ? _Nm : 1]; const_iterator begin() const { return const_iterator(&_M_instance[0]); } const_reference operator[](size_type __n) const { return _M_instance[__n]; } }; } typedef in struct:std::tr1::array
H A Dpr47615.C21 typedef const _Tp & const_reference; typedef in class:__gnu_cxx::new_allocator
177 typedef typename value_type_allocator::const_reference const_reference; typedef in struct:__gnu_pbds::__anon4859::value_type_base
222 < Key, Mapped, Allocator, false >::const_reference const_reference; typedef in class:__gnu_pbds::__anon4859::bin_search_tree_no_data_
297 typedef typename base_type::const_reference const_reference; typedef in class:__gnu_pbds::detail::rb_tree_no_data_
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h263 typedef const value_type& const_reference; typedef in class:hashtable
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dallocator.h94 typedef const _Tp& const_reference; typedef in class:allocator
H A Dbasic_string.h117 typedef typename _CharT_alloc_type::const_reference const_reference; typedef in class:basic_string
H A Dforward_list.h419 typedef typename _Tp_alloc_type::const_reference const_reference; typedef in class:forward_list
H A Dhashtable.h141 typedef typename _Allocator::const_reference const_reference; typedef in class:std::_Hashtable
H A Dstl_bvector.h270 typedef bool const_reference; typedef in struct:_Bit_const_iterator
487 typedef bool const_reference; typedef in class:vector
H A Dstl_deque.h728 typedef typename _Tp_alloc_type::const_reference const_reference; typedef in class:deque
H A Dstl_list.h432 typedef typename _Tp_alloc_type::const_reference const_reference; typedef in class:list
H A Dstl_map.h136 typedef typename _Pair_alloc_type::const_reference const_reference; typedef in class:map
H A Dstl_multimap.h135 typedef typename _Pair_alloc_type::const_reference const_reference; typedef in class:multimap
H A Dstl_multiset.h114 typedef typename _Key_alloc_type::const_reference const_reference; typedef in class:multiset
H A Dstl_queue.h109 typedef typename _Sequence::const_reference const_reference; typedef in class:queue
373 typedef typename _Sequence::const_reference const_reference; typedef in class:priority_queue
H A Dstl_set.h120 typedef typename _Key_alloc_type::const_reference const_reference; typedef in class:set
H A Dstl_stack.h111 typedef typename _Sequence::const_reference const_reference; typedef in class:stack
H A Dstl_tree.h337 typedef const value_type& const_reference; typedef in class:_Rb_tree
H A Dstl_vector.h185 typedef typename _Tp_alloc_type::const_reference const_reference; typedef in class:vector
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dmap.h59 typedef typename _Base::const_reference const_reference; typedef in class:std::__debug::map
H A Dmultimap.h60 typedef typename _Base::const_reference const_reference; typedef in class:std::__debug::multimap
H A Dmultiset.h59 typedef typename _Base::const_reference const_reference; typedef in class:std::__debug::multiset
H A Dset.h59 typedef typename _Base::const_reference const_reference; typedef in class:std::__debug::set
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Darray_allocator.h54 typedef const _Tp& const_reference; typedef in class:array_allocator_base
104 typedef const _Tp& const_reference; typedef in class:array_allocator

Completed in 383 milliseconds

1234567