Home
last modified time | relevance | path

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

/external/clang/test/Lexer/
Dhas_feature_type_traits.cpp3 #if __has_feature(has_nothrow_assign)
4 int has_nothrow_assign();
/external/stlport/stlport/
Dtype_traits545 struct has_nothrow_assign :
/external/libcxx/include/
Dtype_traits2835 #if __has_feature(has_nothrow_assign) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
2843 #if __has_feature(has_nothrow_assign) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
2851 #if __has_feature(has_nothrow_assign) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
2861 #if __has_feature(has_nothrow_assign) || (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)
/external/clang/test/SemaCXX/
Dtype-traits.cpp1432 void has_nothrow_assign() { in has_nothrow_assign() function