Home
last modified time | relevance | path

Searched refs:has_nothrow_assign (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Lexer/
Dhas_feature_type_traits.cpp3 #if __has_feature(has_nothrow_assign)
4 int has_nothrow_assign();
/external/libcxx/include/
Dtype_traits3949 #if __has_feature(has_nothrow_assign) || (_GNUC_VER >= 403)
3957 #if __has_feature(has_nothrow_assign) || (_GNUC_VER >= 403)
3965 #if __has_feature(has_nothrow_assign) || (_GNUC_VER >= 403)
3975 #if __has_feature(has_nothrow_assign) || (_GNUC_VER >= 403)
/external/clang/test/SemaCXX/
Dtype-traits.cpp1459 void has_nothrow_assign() { in has_nothrow_assign() function