reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/STLExtras.h
  263                  nullptr) -> decltype(make_range(C.rbegin(), C.rend())) {
  264   return make_range(C.rbegin(), C.rend());
include/llvm/Analysis/BlockFrequencyInfoImpl.h
 1141   for (auto L = Loops.rbegin(), E = Loops.rend(); L != E; ++L) {
lib/Transforms/Scalar/LoopDistribute.cpp
  466               E = PartitionContainer.rend();
lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  358          Basis != Candidates.rend() && NumIterations < MaxNumIterations;
tools/clang/lib/Sema/SemaLookup.cpp
 3670   for (std::list<ShadowMap>::reverse_iterator SMEnd = ShadowMaps.rend();
tools/polly/include/polly/ScopInfo.h
 2458   reverse_iterator rend() { return Stmts.rend(); }
utils/TableGen/CodeGenRegisters.cpp
  944   for (auto I = RegClasses.rbegin(), E = RegClasses.rend(); I != E; ++I) {