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.h47 struct __is_nothrow_destructible {}; // expected-warning {{made available}} struct
Dcxx-traits.cpp46 bool _is_nothrow_destructible_result = __is_nothrow_destructible(int);
/external/clang/test/SemaCXX/
Dtype-traits.cpp2065 { 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 …]
/external/clang/include/clang/Basic/
DTokenKinds.def401 TYPE_TRAIT_1(__is_nothrow_destructible, IsNothrowDestructible, KEYMS)
/external/clang/lib/Parse/
DParseExpr.cpp815 REVERTIBLE_TYPE_TRAIT(__is_nothrow_destructible); in ParseCastExpression()
/external/clang/docs/
DLanguageExtensions.rst1021 * ``__is_nothrow_destructible`` (MSVC 2013)