Searched defs:UnderlyingType (Results 1 – 12 of 12) sorted by relevance
33 struct UnderlyingType { struct38 using UnderlyingType = std::underlying_type<T>; argument
234 struct UnderlyingType struct240 struct UnderlyingType<CheckedNumeric<NumericType>> argument
115 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType, UnderlyingType) \ argument179 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType,UnderlyingType) enum class EnumType : Underlyin… argument
62 using UnderlyingType = typename std::underlying_type<EnumT>::type; in readEnum() local221 using UnderlyingType = typename std::underlying_type<EnumT>::type; in writeEnum() local
73 using UnderlyingType = typename std::underlying_type<EnumT>::type; in readEnum() local242 using UnderlyingType = typename std::underlying_type<EnumT>::type; in writeEnum() local
27 struct UnderlyingType struct29 using Type = typename decltype(rr::Extract(std::declval<RValue<T>>(), 0))::rvalue_underlying_type;
30 using UnderlyingType = typename std::underlying_type<E>::type; in EnumSize() local73 using UnderlyingType = typename std::underlying_type<E>::type; variable
299 const auto UnderlyingType = in getLength() local
148 TEST_F(TypedIntegerTest, UnderlyingType) { in TEST_F() argument
529 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord()536 TypeIndex UnderlyingType; variable
508 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType()