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

References

usr/include/c++/7.4.0/bits/range_access.h
   48     begin(_Container& __cont) -> decltype(__cont.begin())
   58     begin(const _Container& __cont) -> decltype(__cont.begin())
   59     { return __cont.begin(); }
utils/TableGen/AsmMatcherEmitter.cpp
 1764   for (const CGIOperandList::OperandInfo &OpInfo : ResultInst->Operands) {
utils/TableGen/InstrInfoEmitter.cpp
  113   for (auto &Op : Inst.Operands) {
  232     for (const auto &Info : Inst->Operands) {
  376       for (const auto &Op : Inst->Operands) {