Home
last modified time | relevance | path

Searched refs:__is_nothrow_destructible (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/PCH/
Dcxx-traits.h48 struct __is_nothrow_destructible {}; // expected-warning {{made available}} struct
Dcxx-traits.cpp47 bool _is_nothrow_destructible_result = __is_nothrow_destructible(int);
/external/clang/test/SemaCXX/
Dtype-traits.cpp2108 { int arr[T(__is_nothrow_destructible(int))]; } in is_nothrow_destructible_test()
2109 { int arr[T(__is_nothrow_destructible(int[2]))]; } in is_nothrow_destructible_test()
2110 { int arr[F(__is_nothrow_destructible(int[]))]; } in is_nothrow_destructible_test()
2111 { int arr[F(__is_nothrow_destructible(void))]; } in is_nothrow_destructible_test()
2112 { int arr[T(__is_nothrow_destructible(int &))]; } in is_nothrow_destructible_test()
2113 { int arr[T(__is_nothrow_destructible(HasDest))]; } in is_nothrow_destructible_test()
2114 { int arr[F(__is_nothrow_destructible(AllPrivate))]; } in is_nothrow_destructible_test()
2115 { int arr[T(__is_nothrow_destructible(SuperNonTrivialStruct))]; } in is_nothrow_destructible_test()
2116 { int arr[T(__is_nothrow_destructible(AllDefaulted))]; } in is_nothrow_destructible_test()
2117 { int arr[F(__is_nothrow_destructible(AllDeleted))]; } in is_nothrow_destructible_test()
[all …]
/external/clang/include/clang/Basic/
DTokenKinds.def405 TYPE_TRAIT_1(__is_nothrow_destructible, IsNothrowDestructible, KEYMS)
/external/clang/lib/Parse/
DParseExpr.cpp829 REVERTIBLE_TYPE_TRAIT(__is_nothrow_destructible); in ParseCastExpression()
/external/clang/docs/
DLanguageExtensions.rst1021 * ``__is_nothrow_destructible`` (MSVC 2013)