Searched refs:__is_nothrow_destructible (Results 1 – 6 of 6) sorted by relevance
48 struct __is_nothrow_destructible {}; // expected-warning {{made available}} struct
47 bool _is_nothrow_destructible_result = __is_nothrow_destructible(int);
2108 { 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 …]
405 TYPE_TRAIT_1(__is_nothrow_destructible, IsNothrowDestructible, KEYMS)
829 REVERTIBLE_TYPE_TRAIT(__is_nothrow_destructible); in ParseCastExpression()
1021 * ``__is_nothrow_destructible`` (MSVC 2013)