Home
last modified time | relevance | path

Searched refs:const_reference (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h41 using const_reference = const value_type &; variable
51 bool operator ()(const_reference L, Int R) const { in operator()
54 bool operator ()(Int L, const_reference R) const { in operator()
60 bool operator ()(const_reference L, const_reference R) const { in operator()
107 const_reference back() const { return Rep.back(); } in back()
124 [](const_reference A, const_reference B) { in ~Builder()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h173 typedef typename base_list_type::const_reference const_reference;
191 static bool op_less(const_reference L, const_reference R) { return L < R; }
192 static bool op_equal(const_reference L, const_reference R) { return L == R; }
233 iterator insert(iterator where, const_reference New) {
247 for (const_reference V : L2)
367 const_pointer getPrevNode(const_reference N) const {
379 const_pointer getNextNode(const_reference N) const {
H A Dsimple_ilist.h94 using const_reference = typename OptionsT::const_reference; variable
139 const_reference front() const { return *begin(); } in front()
141 const_reference back() const { return *rbegin(); } in back()
175 for (const_reference V : L2) in cloneFrom()
H A Dilist_iterator.h34 using reference = typename OptionsT::const_reference;
72 using const_reference = typename OptionsT::const_reference;
H A DSetVector.h45 using const_reference = const T&; variable
134 const_reference operator[](size_type n) const {
H A DIndexedMap.h50 typename StorageT::const_reference operator[](IndexT n) const {
H A Dilist_node_options.h112 typedef const T &const_reference;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h87 using const_reference = const T &; variable
112 const_reference operator[](unsigned idx) const {
120 const_reference front() const { in front()
127 const_reference back() const { in back()
159 void push_back(const_reference Elt, BumpVectorContext &C) { in push_back()
172 iterator insert(iterator I, size_t Cnt, const_reference E, in insert()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h38 typedef const _Tp& const_reference; typedef
67 const_reference __get() const _NOEXCEPT { return __value_; } in __get()
77 typedef const _Tp& const_reference;
105 const_reference __get() const _NOEXCEPT { return *this; }
155 typename _Base1::const_reference first() const _NOEXCEPT {
165 typename _Base2::const_reference second() const _NOEXCEPT {
H A Dallocator.h126 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp& const_reference;
138 const_pointer address(const_reference __x) const _NOEXCEPT {
208 _LIBCPP_DEPRECATED_IN_CXX17 typedef const _Tp& const_reference;
216 const_pointer address(const_reference __x) const _NOEXCEPT {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h120 using const_reference = typename instr_iterator::const_reference;
211 const_reference R) {
214 friend bool operator==(const_reference L,
246 const_reference R) {
249 friend bool operator!=(const_reference L,
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Darray23 typedef const T & const_reference;
61 const_reference operator[](size_type n) const; // constexpr in C++14
63 const_reference at(size_type n) const; // constexpr in C++14
135 typedef const value_type& const_reference;
201 const_reference operator[](size_type __n) const _NOEXCEPT {
213 _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference at(size_type __n) const
238 typedef const value_type& const_reference;
316 const_reference operator[](size_type) const _NOEXCEPT {
328 const_reference at(size_type) const {
340 const_reference front() const _NOEXCEPT {
[all …]
H A Dqueue26 typedef typename container_type::const_reference const_reference;
59 const_reference front() const;
61 const_reference back() const;
107 typedef typename container_type::const_reference const_reference;
146 const_reference top() const;
215 typedef typename container_type::const_reference const_reference;
289 const_reference front() const {return c.front();}
293 const_reference back() const {return c.back();}
422 typedef typename container_type::const_reference const_reference;
515 const_reference top() const {return c.front();}
H A Dstack26 typedef typename container_type::const_reference const_reference;
53 const_reference top() const;
120 typedef typename container_type::const_reference const_reference;
193 const_reference top() const {return c.back();}
H A Dvector26 typedef typename allocator_type::const_reference const_reference;
88 const_reference at(size_type n) const;
91 const_reference front() const;
93 const_reference back() const;
153 class const_reference
212 const_reference at(size_type n) const;
215 const_reference front() const;
217 const_reference back() const;
505 typedef typename __base::const_reference const_reference;
694 const_reference at(size_type __n) const;
[all …]
H A D__split_buffer41 typedef const value_type& const_reference;
95 _LIBCPP_INLINE_VISIBILITY const_reference front() const {return *__begin_;}
97 _LIBCPP_INLINE_VISIBILITY const_reference back() const {return *(__end_ - 1);}
101 void push_front(const_reference __x);
102 _LIBCPP_INLINE_VISIBILITY void push_back(const_reference __x);
112 void __construct_at_end(size_type __n, const_reference __x);
224 __split_buffer<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x)
468 __split_buffer<_Tp, _Allocator>::push_front(const_reference __x)
528 __split_buffer<_Tp, _Allocator>::push_back(const_reference __x)
H A Dinitializer_list25 typedef const E& const_reference;
72 typedef const _Ep& const_reference;
H A Dbitset165 typedef __bit_const_reference<__bitset> const_reference;
176 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR const_reference __make_ref(size_t __pos) const _NOEXCE…
177 …{return const_reference(__first_ + __pos / __bits_per_word, __storage_type(1) << __pos % __bits_pe…
461 typedef __bit_const_reference<__bitset> const_reference;
472 …_LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR const_reference __make_ref(size_t __pos) const _NOEXCE…
473 {return const_reference(&__first_, __storage_type(1) << __pos);}
618 typedef __bit_const_reference<__bitset> const_reference;
629 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR const_reference __make_ref(size_t) const _NOEXCEPT
630 {return const_reference(nullptr, 1);}
676 typedef typename base::const_reference const_reference;
[all …]
H A Dstring_view71 typedef const charT& const_reference;
106 constexpr const_reference operator[](size_type pos) const;
107 constexpr const_reference at(size_type pos) const;
108 constexpr const_reference front() const;
109 constexpr const_reference back() const;
239 typedef const _CharT& const_reference;
321 const_reference operator[](size_type __pos) const _NOEXCEPT {
326 const_reference at(size_type __pos) const
334 const_reference front() const _NOEXCEPT
340 const_reference back() const _NOEXCEPT
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h35 typedef const T &const_reference; typedef
68 typedef const char &const_reference; typedef
83 constexpr const_reference operator[](size_type idx) { return Data[idx]; }
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h440 typedef const type& const_reference;
442 static const_reference ConstReference(const RawContainer& container) {
462 typedef const type const_reference;
464 static const_reference ConstReference(const Element (&array)[N]) {
504 typedef const type const_reference;
506 static const_reference ConstReference(
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h92 using const_reference = const T &; variable
115 const_reference operator[](unsigned idx) const {
123 const_reference front() const { in front()
130 const_reference back() const { in back()
162 void push_back(const_reference Elt, const ASTContext &C) { in push_back()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp109 llvm::sort(BBFreqs, [](decltype(BBFreqs)::const_reference BBF, in operator ()()
110 decltype(BBFreqs)::const_reference BBS) { in operator ()()
251 llvm::sort(BBFreqs, [](decltype(BBFreqs)::const_reference Bbf, in queryCFG()
252 decltype(BBFreqs)::const_reference Bbs) { in queryCFG()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h68 using const_reference = const std::remove_reference_t<T> &; variable
151 const_reference get() const { return const_cast<ErrorOr<T> *>(this)->get(); } in get()
167 const_reference operator*() const { return *getStorage(); }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp680 using const_reference = const T &; typedef in InlineOrder
690 virtual const_reference front() = 0;
700 using const_reference = const T &; typedef in DefaultInlineOrder
712 const_reference front() override { in front()
748 using const_reference = const T &; typedef in PriorityInlineOrder
802 const_reference front() override { in front()

123