Searched refs:has_nothrow_copy (Results 1 – 3 of 3) sorted by relevance
8 #if __has_feature(has_nothrow_copy)9 int has_nothrow_copy();
2969 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)2979 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)2989 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)3022 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)3033 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)3044 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)
1521 void has_nothrow_copy() { in has_nothrow_copy() function