Searched refs:has_nothrow_constructor (Results 1 – 3 of 3) sorted by relevance
13 #if __has_feature(has_nothrow_constructor)14 int has_nothrow_constructor();
2955 #if __has_feature(has_nothrow_constructor) || (_GNUC_VER >= 403)3011 #if __has_feature(has_nothrow_constructor) || (_GNUC_VER >= 403)
1553 void has_nothrow_constructor() { in has_nothrow_constructor() function