Searched defs:type_affects_identity (Results 1 – 1 of 1) sorted by relevance
188 void type_affects_identity(B<&a>) {} in type_affects_identity() function 189 void type_affects_identity(B<(const int*)&a>) {} in type_affects_identity() function 190 void type_affects_identity(B<(void*)&a>) {} in type_affects_identity() function 191 void type_affects_identity(B<(const void*)&a>) {} in type_affects_identity() function 205 void type_affects_identity(B<&X::n>) {} in type_affects_identity() function 206 void type_affects_identity(B<(int Y::*)&X::n>) {} in type_affects_identity() function 207 void type_affects_identity(B<(const int X::*)&X::n>) {} in type_affects_identity() function 208 void type_affects_identity(B<(const int Y::*)&X::n>) {} in type_affects_identity() function