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

References

lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
  809     assert(std::is_sorted(MI->begin() + OpNum, MI->end(),
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
 1741     assert(std::is_sorted(MI.begin() + Op, MI.end(),
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
   42       BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
   42       BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
   42       BundleEnd(Inst.end()), DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
   46     : MCII(MCII), BundleCurrent(Inst.end()), BundleEnd(Inst.end()),
   46     : MCII(MCII), BundleCurrent(Inst.end()), BundleEnd(Inst.end()),
   47       DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
   47       DuplexCurrent(Inst.end()), DuplexEnd(Inst.end()) {}
   64       DuplexEnd = Inst.end();
  112   return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end());
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  148   for (const auto &Operand : InstrMeta.Instruction) {
  313   for (const auto &Operand : IndirectCF.Instruction) {
tools/llvm-exegesis/lib/BenchmarkResult.cpp
   63     for (const auto &Op : MCInst) {
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3186     for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
 3207     for (; it != stl_container.end(); ++it) {
utils/unittest/googletest/include/gtest/gtest-printers.h
  378        it != container.end(); ++it, ++count) {