Home
last modified time | relevance | path

Searched refs:__is_empty (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_empty.h23 : public integral_constant<bool, __is_empty(_Tp)> {};
27 inline constexpr bool is_empty_v = __is_empty(_Tp);
/llvm-project-15.0.7/clang/test/PCH/
H A Dcxx-traits.cpp12 bool _Is_empty_check = n::__is_empty<int>::__value;
32 bool _is_empty_result = __is_empty(int);
H A Dcxx-traits.h11 struct __is_empty { // expected-warning {{keyword '__is_empty' will be made available as an identif… struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp274 { int arr[T(__is_empty(Empty))]; } in is_empty()
276 { int arr[T(__is_empty(HasCons))]; } in is_empty()
279 { int arr[T(__is_empty(HasDest))]; } in is_empty()
280 { int arr[T(__is_empty(HasFunc))]; } in is_empty()
281 { int arr[T(__is_empty(HasOp))]; } in is_empty()
282 { int arr[T(__is_empty(HasConv))]; } in is_empty()
284 { int arr[T(__is_empty(Bit0))]; } in is_empty()
287 { int arr[F(__is_empty(Int))]; } in is_empty()
288 { int arr[F(__is_empty(POD))]; } in is_empty()
292 { int arr[F(__is_empty(HasRef))]; } in is_empty()
[all …]
H A Dsizeless-1.cpp483 _Static_assert(!__is_empty(svint8_t), ""); in cxx_only()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def494 TYPE_TRAIT_1(__is_empty, IsEmpty, KEYCXX)
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp1079 REVERTIBLE_TYPE_TRAIT(__is_empty); in ParseCastExpression()
/llvm-project-15.0.7/clang/docs/
H A DLanguageExtensions.rst1408 * ``__is_empty`` (C++, GNU, Microsoft, Embarcadero)
1500 * ``__is_empty``