Searched refs:havesub (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/stats/
H A Dtext.cc322 bool havesub = !subnames.empty(); local
329 print.name = base + (havesub ? subnames[0] : std::to_string(0));
342 if (havesub && (i >= subnames.size() || subnames[i].empty()))
345 print.name = base + (havesub ? subnames[i] : std::to_string(i));
609 bool havesub = false;
629 havesub = true;
634 if (havesub && (i >= info.subnames.size() || info.subnames[i].empty()))
649 (havesub ? info.subnames[i] : std::to_string(i)));

Completed in 6 milliseconds