Searched refs:rbegin (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/range_access/wchar_t/
H A D1.cc31 std::rbegin(ws);
43 [[maybe_unused]] constexpr auto rb = std::rbegin(ws);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/range_access/char/
H A D1.cc31 std::rbegin(s);
43 [[maybe_unused]] constexpr auto rb = std::rbegin(s);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/range_access/wchar_t/
H A D1.cc31 std::rbegin(ws);
43 [[maybe_unused]] constexpr auto rb = std::rbegin(ws);
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/range_access/char/
H A D1.cc31 std::rbegin(s);
43 [[maybe_unused]] constexpr auto rb = std::rbegin(s);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTrace.h90 reverse_iterator rbegin() { return BasicBlocks.rbegin(); } function in class:llvm::Trace
91 const_reverse_iterator rbegin() const { return BasicBlocks.rbegin(); } function in class:llvm::Trace
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drange_access.h150 rbegin(_Container& __cont) -> decltype(__cont.rbegin())
151 { return __cont.rbegin(); }
161 rbegin(const _Container& __cont) -> decltype(__cont.rbegin())
162 { return __cont.rbegin(); }
194 rbegin(_Tp (&__arr)[_Nm]) noexcept
216 rbegin(initializer_list<_Tp> __il) noexcept
238 crbegin(const _Container& __cont) -> decltype(std::rbegin(__cont)) function
239 { return std::rbegin(__con
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp78 rbegin() const function in class:PB_DS_CLASS_C_DEC
86 rbegin() function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp70 rbegin() const function in class:PB_DS_CLASS_C_DEC
80 rbegin() function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp70 rbegin() const function in class:PB_DS_CLASS_C_DEC
80 rbegin() function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp78 rbegin() const function in class:PB_DS_CLASS_C_DEC
86 rbegin() function in class:PB_DS_CLASS_C_DEC
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-data.c137 auto iter = std::find (tui_windows.rbegin (), tui_windows.rend (), cur_win);
147 iter = tui_windows.rbegin ();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp49 for (auto I = MBB->rbegin(), E = MBB->rend(); I != E; ++I) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_string_access_traits_imp.hpp84 return (r_key.rbegin());
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dtrie_string_access_traits_imp.hpp84 return (r_key.rbegin());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h87 iterator begin() { return Blocks.rbegin(); }
90 const_iterator begin() const { return Blocks.rbegin(); }
H A DThreadSafetyUtil.h167 reverse_iterator rbegin() { return reverse_iterator(end()); }
170 const_reverse_iterator rbegin() const {
207 return llvm::make_range(rbegin(), rend());
211 return llvm::make_range(rbegin(), rend());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DPseudoProbePrinter.cpp71 SmallVector<InlineSite, 8> InlineStack(ReversedInlineStack.rbegin(),
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h102 reverse_iterator rbegin() { function in class:llvm::SetVector
103 return vector_.rbegin();
107 const_reverse_iterator rbegin() const { function in class:llvm::SetVector
108 return vector_.rbegin();
H A DMapVector.h74 reverse_iterator rbegin() { return Vector.rbegin(); } function in class:llvm::MapVector
75 const_reverse_iterator rbegin() const { return Vector.rbegin(); } function in class:llvm::MapVector
H A Dsimple_ilist.h121 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } function in class:llvm::simple_ilist
122 const_reverse_iterator rbegin() const { function in class:llvm::simple_ilist
140 reference back() { return *rbegin(); }
141 const_reference back() const { return *rbegin(); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h141 rbegin(_Container& __cont) -> decltype(__cont.rbegin())
142 { return __cont.rbegin(); }
151 rbegin(const _Container& __cont) -> decltype(__cont.rbegin())
152 { return __cont.rbegin(); }
181 rbegin(_Tp (&__arr)[_Nm]) noexcept
201 rbegin(initializer_list<_Tp> __il) noexcept
221 crbegin(const _Container& __cont) -> decltype(std::rbegin(__cont)) function
222 { return std::rbegin(__con
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h601 iterator begin() { return Impl.rbegin(); }
603 const_iterator begin() const { return Impl.rbegin(); }
605 reverse_iterator rbegin() { return Impl.begin(); } function in class:clang::CFGBlock::ElementList
607 const_reverse_iterator rbegin() const { return Impl.begin(); } function in class:clang::CFGBlock::ElementList
729 return E.Parent->size() - (E.Pos - E.Parent->rbegin()) - 1;
880 reverse_iterator rbegin() { return Elements.rbegin(); }
882 const_reverse_iterator rbegin() const { return Elements.rbegin(); }
905 reverse_ref_iterator rref_begin() { return {this, rbegin()}; }
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h160 ModuleReverseIterator rbegin() { return Chain.rbegin(); } function in class:clang::serialization::ModuleManager
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MCA/
H A DPipeline.cpp54 for (auto I = Stages.rbegin(), E = Stages.rend(); I != E && !Err; ++I) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentParser.h77 MoreLATokens.append(Toks.rbegin(), std::prev(Toks.rend()));

Completed in 238 milliseconds

1234567891011>>