Home
last modified time | relevance | path

Searched refs:is_scoped_enum (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_scoped_enum.h30 struct _LIBCPP_TEMPLATE_VIS is_scoped_enum : bool_constant<__is_scoped_enum(_Tp)> {}; struct
44 struct _LIBCPP_TEMPLATE_VIS is_scoped_enum : public __is_scoped_enum_helper<_Tp> {};
47 inline constexpr bool is_scoped_enum_v = is_scoped_enum<_Tp>::value;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits54 template <class T> struct is_scoped_enum; // C++23
289 = is_scoped_enum<T>::value; // C++23
520 # include <__type_traits/is_scoped_enum.h>
H A Dmodule.modulemap2018 …aits_is_scoped_enum [system] { header "__type_traits/is_scoped_enum.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h488 bool is_scoped_enum = false; member
H A DDWARFASTParserClang.cpp351 is_scoped_enum = form_value.Boolean(); in ParsedDWARFTypeAttributes()
929 attrs.is_scoped_enum); in ParseEnum()
/freebsd/lib/libc++/
H A DMakefile1289 TTR_HEADERS+= is_scoped_enum.h
H A Dlibcxx.imp795 { include: [ "<__type_traits/is_scoped_enum.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1742 SYMBOL(is_scoped_enum, std::, <type_traits>)