Searched refs:rbegin (Results 51 - 75 of 250) sorted by relevance

12345678910

/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_set.h247 rbegin() const function in class:set
248 { return _M_t.rbegin(); }
/freebsd-12-stable/contrib/libstdc++/include/debug/
H A Dmultiset.h124 rbegin() function in class:std::__debug::multiset
128 rbegin() const function in class:std::__debug::multiset
H A Dset.h124 rbegin() function in class:std::__debug::set
128 rbegin() const function in class:std::__debug::set
H A Dmap.h126 rbegin() function in class:std::__debug::map
130 rbegin() const function in class:std::__debug::map
H A Dmultimap.h124 rbegin() function in class:std::__debug::multimap
128 rbegin() const function in class:std::__debug::multimap
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp309 rbegin();
312 rbegin() const;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h149 reverse_iterator rbegin() const { return getSubLoops().rbegin(); } function in class:llvm::LoopBase
328 PreOrderWorklist.append(L.rbegin(), L.rend());
334 PreOrderWorklist.append(L->rbegin(), L->rend());
916 reverse_iterator rbegin() const { return TopLevelLoops.rbegin(); } function in class:llvm::LoopInfoBase
H A DLoopIterator.h138 return PostBlocks.rbegin();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp249 ReverseIter LastBr = getNonDebugInstr(MBB->rbegin(), End);
497 LongBrMBB->rbegin()->bundleWithPred();
529 BalTgtMBB->rbegin()->bundleWithPred();
608 LongBrMBB->rbegin()->bundleWithPred();
631 BalTgtMBB->rbegin()->bundleWithPred();
790 ReverseIter Br = getNonDebugInstr(MBB->rbegin(), End);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp563 for (auto I = LocationStack.rbegin(), E = LocationStack.rend();
572 for (auto I = LocationStack.rbegin(),
573 E = LocationStack.rbegin() + MacroStartMessages;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h207 reverse_iterator rbegin() { return reverse_iterator(end()); } function in class:llvm::TinyPtrVector
210 const_reverse_iterator rbegin() const { function in class:llvm::TinyPtrVector
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp296 const RawComment &C1 = *OrderedComments[CommentFile].rbegin()->second;
319 *OrderedComments[CommentFile].rbegin()->second =
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h103 reverse_iterator rbegin() { return reverse_iterator(end()); } function in class:clang::ASTVector
104 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); } function in class:clang::ASTVector
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp312 rbegin();
315 rbegin() const;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverFileRegex.cpp136 for (iter = sc_to_remove.rbegin(); iter != rend; iter++) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp225 pos = remove_indexes.rbegin(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp122 for (auto RI = MBB.rbegin(), RE = MBB.rend(); RI != RE; ++RI) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp232 m_addr_to_sect.rbegin();
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp98 for (auto It = Levels.rbegin(); It != Levels.rend(); ++It) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp431 const auto ItRNoFullFP16 = std::find(Features.rbegin(), Features.rend(), "-fullfp16");
432 const auto ItRFP16FML = std::find(Features.rbegin(), Features.rend(), "+fp16fml");
434 const auto ItRFullFP16 = std::find(Features.rbegin(), Features.rend(), "+fullfp16");
438 if (std::find(Features.rbegin(), ItRFullFP16, "-fp16fml") == ItRFullFP16)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp293 I = Formats.rbegin(),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp323 std::equal(InsertLoc.begin(), InsertLoc.end(), ValLoc.rbegin())) {
339 ValLoc.append(ExtractLoc.rbegin(), ExtractLoc.rend());
702 SmallVector<unsigned, 4> TmpRetPath(RetPath.rbegin(), RetPath.rend());
703 SmallVector<unsigned, 4> TmpCallPath(CallPath.rbegin(), CallPath.rend());
H A DBreakFalseDeps.cpp232 for (MachineInstr &I : make_range(MBB->rbegin(), MBB->rend())) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp95 if (std::find_if(++Stack.rbegin(), Stack.rend(), [&](const Entry &Val) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp31 if (SU != *rbegin())

Completed in 323 milliseconds

12345678910