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

References

lib/XRay/Profile.cpp
  338   for (const auto &E : T) {
tools/llvm-xray/xray-account.cpp
  443   for (const auto &Record : T) {
tools/llvm-xray/xray-converter.cpp
   89   for (const auto &R : Records) {
  124   for (const auto &R : Records) {
  284   for (const auto &R : Records) {
tools/llvm-xray/xray-graph.cpp
  446   for (const auto &Record : Trace) {
tools/llvm-xray/xray-stacks.cpp
  741     for (const auto &Record : T) {
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
 3179     StlContainerConstIterator it = stl_container.begin();