Searched refs:cs2_total (Results 1 – 1 of 1) sorted by relevance
191 …int cs2_total = cs2.default_constructions + cs2.copy_constructions + cs2.move_constructions + (int… in get() local192 if (cs2_total > cs1_total) return cs2; in get()