Home
last modified time | relevance | path

Searched refs:rbegin (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drange_access.h150 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) in _GLIBCXX_VISIBILITY()
151 { return __cont.rbegin(); } in _GLIBCXX_VISIBILITY()
161 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) in _GLIBCXX_VISIBILITY()
162 { return __cont.rbegin(); } in _GLIBCXX_VISIBILITY()
194 rbegin(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY()
216 rbegin(initializer_list<_Tp> __il) noexcept in _GLIBCXX_VISIBILITY()
238 crbegin(const _Container& __cont) -> decltype(std::rbegin(__cont)) in _GLIBCXX_VISIBILITY()
239 { return std::rbegin(__cont); } in _GLIBCXX_VISIBILITY()
H A Dranges_base.h221 { __decay_copy(__t.rbegin()) } -> input_or_output_iterator; in _GLIBCXX_VISIBILITY()
224 void rbegin(auto&) = delete; in _GLIBCXX_VISIBILITY()
225 void rbegin(const auto&) = delete; in _GLIBCXX_VISIBILITY()
231 { __decay_copy(rbegin(__t)) } -> input_or_output_iterator; in _GLIBCXX_VISIBILITY()
249 return noexcept(__decay_copy(std::declval<_Tp&>().rbegin())); in _GLIBCXX_VISIBILITY()
251 return noexcept(__decay_copy(rbegin(std::declval<_Tp&>()))); in _GLIBCXX_VISIBILITY()
273 return __t.rbegin(); in _GLIBCXX_VISIBILITY()
275 return rbegin(__t); in _GLIBCXX_VISIBILITY()
570 inline constexpr __cust_access::_RBegin rbegin{}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTrace.h90 reverse_iterator rbegin() { return BasicBlocks.rbegin(); } in rbegin() function
91 const_reverse_iterator rbegin() const { return BasicBlocks.rbegin(); } in rbegin() function
H A DLoopInfo.h156 reverse_iterator rbegin() const { return getSubLoops().rbegin(); } in rbegin() function
348 PreOrderWorklist.append(L.rbegin(), L.rend()); in getInnerLoopsInPreorder()
354 PreOrderWorklist.append(L->rbegin(), L->rend()); in getInnerLoopsInPreorder()
941 reverse_iterator rbegin() const { return TopLevelLoops.rbegin(); } in rbegin() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h141 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) in _GLIBCXX_VISIBILITY()
142 { return __cont.rbegin(); } in _GLIBCXX_VISIBILITY()
151 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) in _GLIBCXX_VISIBILITY()
152 { return __cont.rbegin(); } in _GLIBCXX_VISIBILITY()
181 rbegin(_Tp (&__arr)[_Nm]) noexcept in _GLIBCXX_VISIBILITY()
201 rbegin(initializer_list<_Tp> __il) noexcept in _GLIBCXX_VISIBILITY()
221 crbegin(const _Container& __cont) -> decltype(std::rbegin(__cont)) in _GLIBCXX_VISIBILITY()
222 { return std::rbegin(__cont); } in _GLIBCXX_VISIBILITY()
515 { __decay_copy(__t.rbegin()) } -> input_or_output_iterator; in _GLIBCXX_VISIBILITY()
518 void rbegin(auto&) = delete; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h601 iterator begin() { return Impl.rbegin(); } in begin()
603 const_iterator begin() const { return Impl.rbegin(); } in begin()
605 reverse_iterator rbegin() { return Impl.begin(); } in rbegin() function
607 const_reverse_iterator rbegin() const { return Impl.begin(); } in rbegin() function
729 return E.Parent->size() - (E.Pos - E.Parent->rbegin()) - 1; in getIndexInBlock()
880 reverse_iterator rbegin() { return Elements.rbegin(); } in rbegin() function
882 const_reverse_iterator rbegin() const { return Elements.rbegin(); } in rbegin() function
905 reverse_ref_iterator rref_begin() { return {this, rbegin()}; } in rref_begin()
907 const_reverse_ref_iterator rref_begin() const { return {this, rbegin()}; } in rref_begin()
942 pred_reverse_iterator pred_rbegin() { return Preds.rbegin(); } in pred_rbegin()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h98 return std::lexicographical_compare(A.rbegin(), A.rend(), in operator()
99 B.rbegin(), B.rend(), L); in operator()
115 return A.size() <= B.size() && std::equal(A.rbegin(), A.rend(), B.rbegin()); in isSuffix()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSetVector.h102 reverse_iterator rbegin() { in rbegin() function
103 return vector_.rbegin(); in rbegin()
107 const_reverse_iterator rbegin() const { in rbegin() function
108 return vector_.rbegin(); in rbegin()
H A DMapVector.h74 reverse_iterator rbegin() { return Vector.rbegin(); } in rbegin() function
75 const_reverse_iterator rbegin() const { return Vector.rbegin(); } in rbegin() function
H A Dsimple_ilist.h121 reverse_iterator rbegin() { return ++reverse_iterator(Sentinel); } in rbegin() function
122 const_reverse_iterator rbegin() const { in rbegin() function
140 reference back() { return *rbegin(); } in back()
141 const_reference back() const { return *rbegin(); } in back()
H A DAllocatorList.h166 reverse_iterator rbegin() { return reverse_iterator(List.rbegin()); } in rbegin() function
168 const_reverse_iterator rbegin() const { in rbegin() function
169 return const_reverse_iterator(List.rbegin()); in rbegin()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp78 rbegin() const in rbegin() function in PB_DS_CLASS_C_DEC
86 rbegin() in rbegin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp70 rbegin() const in rbegin() function in PB_DS_CLASS_C_DEC
80 rbegin() in rbegin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp78 rbegin() const in rbegin() function in PB_DS_CLASS_C_DEC
86 rbegin() in rbegin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp70 rbegin() const in rbegin() function in PB_DS_CLASS_C_DEC
80 rbegin() in rbegin() function in PB_DS_CLASS_C_DEC
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h167 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function
170 const_reverse_iterator rbegin() const { in rbegin() function
207 return llvm::make_range(rbegin(), rend()); in reverse()
211 return llvm::make_range(rbegin(), rend()); in reverse()
H A DPostOrderCFGView.h87 iterator begin() { return Blocks.rbegin(); } in begin()
90 const_iterator begin() const { return Blocks.rbegin(); } in begin()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DBasicBlock.h301 inline reverse_iterator rbegin() { return InstList.rbegin(); } in rbegin() function
302 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); } in rbegin() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h256 reverse_instr_iterator instr_rbegin() { return Insts.rbegin(); }
257 const_reverse_instr_iterator instr_rbegin() const { return Insts.rbegin(); }
272 reverse_iterator rbegin() {
275 const_reverse_iterator rbegin() const {
321 { return Predecessors.rbegin();}
323 { return Predecessors.rbegin();}
337 { return Successors.rbegin(); }
339 { return Successors.rbegin(); }
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/Arch/
H A DAArch64.cpp291 const auto ItRNoFullFP16 = std::find(Features.rbegin(), Features.rend(), "-fullfp16"); in getAArch64TargetFeatures()
292 const auto ItRFP16FML = std::find(Features.rbegin(), Features.rend(), "+fp16fml"); in getAArch64TargetFeatures()
294 const auto ItRFullFP16 = std::find(Features.rbegin(), Features.rend(), "+fullfp16"); in getAArch64TargetFeatures()
298 if (std::find(Features.rbegin(), ItRFullFP16, "-fp16fml") == ItRFullFP16) in getAArch64TargetFeatures()
320 const auto ItRBegin = Features.rbegin(); in getAArch64TargetFeatures()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArgList.h194 reverse_iterator rbegin() { return {Args.rbegin(), Args.rend()}; } in rbegin() function
200 const_reverse_iterator rbegin() const { return {Args.rbegin(), Args.rend()}; } in rbegin() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Darray44 reverse_iterator rbegin() noexcept; // constexpr in C++17
45 const_reverse_iterator rbegin() const noexcept; // constexpr in C++17
172 reverse_iterator rbegin() _NOEXCEPT {return reverse_iterator(end());}
174 const_reverse_iterator rbegin() const _NOEXCEPT {return const_reverse_iterator(end());}
185 const_reverse_iterator crbegin() const _NOEXCEPT {return rbegin();}
286 reverse_iterator rbegin() _NOEXCEPT {return reverse_iterator(end());}
288 const_reverse_iterator rbegin() const _NOEXCEPT {return const_reverse_iterator(end());}
299 const_reverse_iterator crbegin() const _NOEXCEPT {return rbegin();}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp177 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in canRemoveAddasl()
214 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in allValidCandidates()
299 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in isSafeToExtLR()
353 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processAddUses()
393 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processAddUses()
439 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in analyzeUses()
615 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in changeAddAsl()
744 for (auto I = UNodeList.rbegin(), E = UNodeList.rend(); I != E; ++I) { in processBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp249 ReverseIter LastBr = getNonDebugInstr(MBB->rbegin(), End); in splitMBB()
506 LongBrMBB->rbegin()->bundleWithPred(); in expandToLongBranch()
538 BalTgtMBB->rbegin()->bundleWithPred(); in expandToLongBranch()
617 LongBrMBB->rbegin()->bundleWithPred(); in expandToLongBranch()
640 BalTgtMBB->rbegin()->bundleWithPred(); in expandToLongBranch()
799 ReverseIter Br = getNonDebugInstr(MBB->rbegin(), End); in handlePossibleLongBranch()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DModuleManager.h160 ModuleReverseIterator rbegin() { return Chain.rbegin(); } in rbegin() function

12345678910>>...14