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