Searched defs:trait (Results 1 – 6 of 6) sorted by relevance
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | has_nothrow_constructor.cpp | 61 static const bool trait = __has_nothrow_constructor(T); member in My2 65 const bool My2<T>::trait; member in My2<T> 70 { static const bool trait = b; }; member 73 const bool My3_help<T, b>::trait; member in My3_help<T, b>
|
D | has_nothrow_copy-1.cpp | 91 static const bool trait = __has_nothrow_copy(T); member in My2 95 const bool My2<T>::trait; member in My2<T> 99 { static const bool trait = b; }; member 102 const bool My3_help<T, b>::trait; member in My3_help<T, b>
|
D | has_nothrow_assign.cpp | 101 static const bool trait = __has_nothrow_assign(T); member in My2 105 const bool My2<T>::trait; member in My2<T> 109 { static const bool trait = b; }; member 112 const bool My3_help<T, b>::trait; member in My3_help<T, b>
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | has_nothrow_constructor.cpp | 61 static const bool trait = __has_nothrow_constructor(T); member in My2 65 const bool My2<T>::trait; member in My2<T> 70 { static const bool trait = b; }; member 73 const bool My3_help<T, b>::trait; member in My3_help<T, b>
|
D | has_nothrow_copy-1.cpp | 91 static const bool trait = __has_nothrow_copy(T); member in My2 95 const bool My2<T>::trait; member in My2<T> 99 { static const bool trait = b; }; member 102 const bool My3_help<T, b>::trait; member in My3_help<T, b>
|
D | has_nothrow_assign.cpp | 101 static const bool trait = __has_nothrow_assign(T); member in My2 105 const bool My2<T>::trait; member in My2<T> 109 { static const bool trait = b; }; member 112 const bool My3_help<T, b>::trait; member in My3_help<T, b>
|