Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_enum.h22 struct _LIBCPP_TEMPLATE_VIS is_enum : public integral_constant<bool, __is_enum(_Tp)> {}; struct
/freebsd/contrib/llvm-project/libc/src/__support/CPP/type_traits/
H A Dis_enum.h19 template <typename T> struct is_enum : bool_constant<__is_enum(T)> {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_enum.h22 struct _LIBCPP_NO_SPECIALIZATIONS is_enum : integral_constant<bool, __is_enum(_Tp)> {}; struct
/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.h68 int32_t is_enum; member
/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c229 int is_enum; member
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp3129 bool is_enum = GetCompilerType().IsEnumerationType(); in CastToBasicType() local
3284 bool is_enum = GetCompilerType().IsEnumerationType(); in CastToEnumType() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1745 bool is_enum = defs[defs_index].enum_values.size() != 0; in HandleOptionArgumentCompletion() local