Home
last modified time | relevance | path

Searched refs:__is_nothrow_destructible (Results 1 – 12 of 12) 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/llvm-project/clang/test/PCH/
Dcxx-traits.h49 struct __is_nothrow_destructible {}; // expected-warning {{made available}} struct
Dcxx-traits.cpp48 bool _is_nothrow_destructible_result = __is_nothrow_destructible(int);
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp2431 { int arr[T(__is_nothrow_destructible(int))]; } in is_nothrow_destructible_test()
2432 { int arr[T(__is_nothrow_destructible(int[2]))]; } in is_nothrow_destructible_test()
2433 { int arr[F(__is_nothrow_destructible(int[]))]; } in is_nothrow_destructible_test()
2434 { int arr[F(__is_nothrow_destructible(void))]; } in is_nothrow_destructible_test()
2435 { int arr[T(__is_nothrow_destructible(int &))]; } in is_nothrow_destructible_test()
2436 { int arr[T(__is_nothrow_destructible(HasDest))]; } in is_nothrow_destructible_test()
2437 { int arr[F(__is_nothrow_destructible(AllPrivate))]; } in is_nothrow_destructible_test()
2438 { int arr[T(__is_nothrow_destructible(SuperNonTrivialStruct))]; } in is_nothrow_destructible_test()
2439 { int arr[T(__is_nothrow_destructible(AllDefaulted))]; } in is_nothrow_destructible_test()
2440 { int arr[F(__is_nothrow_destructible(AllDeleted))]; } in is_nothrow_destructible_test()
[all …]
/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/llvm-project/clang/include/clang/Basic/
DTokenKinds.def462 TYPE_TRAIT_1(__is_nothrow_destructible, IsNothrowDestructible, KEYMS)
/external/clang/lib/Parse/
DParseExpr.cpp829 REVERTIBLE_TYPE_TRAIT(__is_nothrow_destructible); in ParseCastExpression()
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp1094 REVERTIBLE_TYPE_TRAIT(__is_nothrow_destructible); in ParseCastExpression()
/external/clang/docs/
DLanguageExtensions.rst1021 * ``__is_nothrow_destructible`` (MSVC 2013)
/external/llvm-project/clang/docs/
DLanguageExtensions.rst1181 * ``__is_nothrow_destructible`` (C++, MSVC 2013)