Searched refs:__is_nothrow_destructible (Results 1 – 6 of 6) sorted by relevance
47 struct __is_nothrow_destructible {}; // expected-warning {{made available}} struct
46 bool _is_nothrow_destructible_result = __is_nothrow_destructible(int);
2065 { int arr[T(__is_nothrow_destructible(int))]; } in is_nothrow_destructible_test()2066 { int arr[T(__is_nothrow_destructible(int[2]))]; } in is_nothrow_destructible_test()2067 { int arr[F(__is_nothrow_destructible(int[]))]; } in is_nothrow_destructible_test()2068 { int arr[F(__is_nothrow_destructible(void))]; } in is_nothrow_destructible_test()2069 { int arr[T(__is_nothrow_destructible(int &))]; } in is_nothrow_destructible_test()2070 { int arr[T(__is_nothrow_destructible(HasDest))]; } in is_nothrow_destructible_test()2071 { int arr[F(__is_nothrow_destructible(AllPrivate))]; } in is_nothrow_destructible_test()2072 { int arr[T(__is_nothrow_destructible(SuperNonTrivialStruct))]; } in is_nothrow_destructible_test()2073 { int arr[T(__is_nothrow_destructible(AllDefaulted))]; } in is_nothrow_destructible_test()2074 { int arr[F(__is_nothrow_destructible(AllDeleted))]; } in is_nothrow_destructible_test()[all …]
401 TYPE_TRAIT_1(__is_nothrow_destructible, IsNothrowDestructible, KEYMS)
815 REVERTIBLE_TYPE_TRAIT(__is_nothrow_destructible); in ParseCastExpression()
1021 * ``__is_nothrow_destructible`` (MSVC 2013)