Searched defs:rbegin (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Diterators_fn_imps.hpp82 rbegin() const function in class:PB_DS_CLASS_C_DEC
90 rbegin() function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Diterators_fn_imps.hpp74 rbegin() const function in class:PB_DS_CLASS_C_DEC
84 rbegin() function in class:PB_DS_CLASS_C_DEC
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h102 reverse_iterator rbegin() { function in class:llvm::SetVector
107 const_reverse_iterator rbegin() const { function in class:llvm::SetVector
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 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
H A DAllocatorList.h173 reverse_iterator rbegin() { return reverse_iterator(List.rbegin()); } function in class:llvm::AllocatorList
175 const_reverse_iterator rbegin() const { function in class:llvm::AllocatorList
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
H A DArrayRef.h149 reverse_iterator rbegin() const { return reverse_iterator(end()); } function in class:llvm::ArrayRef
343 reverse_iterator rbegin() const { return reverse_iterator(end()); } function in class:llvm::ArrayRef
/freebsd-11-stable/contrib/llvm-project/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
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h463 inline std::reverse_iterator<DWARFDie::iterator> DWARFDie::rbegin() const { function in class:llvm::DWARFDie
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h160 ModuleReverseIterator rbegin() { return Chain.rbegin(); } function in class:clang::serialization::ModuleManager
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_map.h280 rbegin() function in class:map
289 rbegin() const function in class:map
H A Dstl_multimap.h279 rbegin() function in class:multimap
288 rbegin() const function in class:multimap
H A Dstl_multiset.h239 rbegin() const function in class:multiset
H A Dstl_set.h247 rbegin() const function in class:set
H A Dstl_vector.h377 rbegin() function in class:vector
386 rbegin() const function in class:vector
/freebsd-11-stable/contrib/libstdc++/include/debug/
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
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
/freebsd-11-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-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h98 reverse_iterator rbegin() { return reverse_iterator(end()); } function in class:clang::BumpVector
99 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); } function in class:clang::BumpVector
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h282 const_reverse_iterator rbegin() const { return Replaces.rbegin(); } function in class:clang::tooling::Replacements
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DArgList.h194 reverse_iterator rbegin() { return {Args.rbegin(), Args.rend()}; } function in class:llvm::opt::ArgList
200 const_reverse_iterator rbegin() const { return {Args.rbegin(), Args.rend()}; } function in class:llvm::opt::ArgList
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h278 inline reverse_iterator rbegin() { return InstList.rbegin(); } function in class:llvm::final
279 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); } function in class:llvm::final

Completed in 337 milliseconds

12