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

References

include/llvm/XRay/Profile.h
  141   const_iterator begin() const { return Blocks.begin(); }
  142   const_iterator end() const { return Blocks.end(); }
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())
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3119   typedef decltype(std::begin(
 3361   typedef decltype(std::begin(
 3471     typedef decltype(std::begin(
 3500     typedef decltype(std::begin(