Home
last modified time | relevance | path

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

/external/clang/test/Lexer/
Dhas_feature_type_traits.cpp8 #if __has_feature(has_nothrow_copy)
9 int has_nothrow_copy();
/external/libcxx/include/
Dtype_traits3785 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)
3795 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)
3805 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)
3838 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)
3849 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)
3860 #if __has_feature(has_nothrow_copy) || (_GNUC_VER >= 403)
/external/clang/test/SemaCXX/
Dtype-traits.cpp1547 void has_nothrow_copy() { in has_nothrow_copy() function