Home
last modified time | relevance | path

Searched defs:__libcpp_is_final (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_final.h22 struct _LIBCPP_TEMPLATE_VIS __libcpp_is_final : public integral_constant<bool, __is_final(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_final.h22 struct __libcpp_is_final : integral_constant<bool, __is_final(_Tp)> {}; struct