Home
last modified time | relevance | path

Searched defs:is_base_of (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_base_of.h22 struct _LIBCPP_TEMPLATE_VIS is_base_of : public integral_constant<bool, __is_base_of(_Bp, _Dp)> {}; struct
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_base_of.h36 struct is_base_of struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_base_of.h22 struct _LIBCPP_NO_SPECIALIZATIONS is_base_of : integral_constant<bool, __is_base_of(_Bp, _Dp)> {}; struct