Searched refs:SortTestAux (Results 1 – 1 of 1) sorted by relevance
162 struct SortTestAux { struct163 SortTestAux (bool &b) : _b(b) in SortTestAux() argument166 SortTestAux (SortTestAux const&other) : _b(other._b) { in SortTestAux() argument174 SortTestAux& operator = (SortTestAux const&); argument184 SortTestAux instance(copy_constructor_called); in sort4()185 SortTestAux &r_instance = instance; in sort4()186 SortTestAux const& rc_instance = instance; in sort4()