Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dis_enum.h22 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_enum struct
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dalias-template.cpp147 template<typename T> struct is_enum { static constexpr bool value = __is_enum(T); }; struct
H A Dtype-traits.cpp346 void is_enum() in is_enum() function