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
   68     end(_Container& __cont) -> decltype(__cont.end())
   69     { return __cont.end(); }
   78     end(const _Container& __cont) -> decltype(__cont.end())
utils/TableGen/CodeGenDAGPatterns.cpp
   54   for (MVT T : S) {
  175     for (auto J : I.second)
  203   SmallVector<MVT, 4> Types(S.begin(), S.end());
  525     auto MinS = min_if(S.begin(), S.end(), isScalar, LT);
  526     if (MinS != S.end())
  531     auto MaxS = max_if(B.begin(), B.end(), isScalar, LT);
  532     if (MaxS != B.end())
  537     auto MinV = min_if(S.begin(), S.end(), isVector, LT);
  538     if (MinV != S.end())
  543     auto MaxV = max_if(B.begin(), B.end(), isVector, LT);
  544     if (MaxV != B.end())
  577     for (MVT T : V)
  580     for (MVT T : E)
  628     for (const auto &I : S)
  637     for (const auto &I : S)
  695     for (MVT T : VS)
  697     for (MVT T : WS)
  729     for (MVT T : AS)
  731     for (MVT T : BS)
  754   for (MVT T : Out) {