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

/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h185 auto &cs1 = get(*t1); local
190 int cs1_total = cs1.default_constructions + cs1.copy_constructions + cs1.move_constructions + (int) cs1._values.size();
194 return cs1;

Completed in 5 milliseconds