Searched defs:underlying_type (Results 1 – 9 of 9) sorted by relevance
5 struct underlying_type struct7 typedef __underlying_type(_Tp) type; argument
6 struct underlying_type struct8 typedef __underlying_type(_Tp) type; argument
30 struct underlying_type { struct31 typedef __underlying_type(T) type; // expected-error {{only enumeration types}} argument
131 std::underlying_type_t<T> underlying_type() { in underlying_type() function
413 Type *underlying_type = ResolveTypeUID(ctf_typedef.type); CreateTypedef() local
1187 CompilerType underlying_type = m_ast.GetEnumerationIntegerType(enum_type); in AddEnumValue() local
1151 clang::QualType underlying_type = GetOrCreateType(er.UnderlyingType); in CreateEnumType() local
675 TypeSP underlying_type = GetOrCreateType(er.UnderlyingType); CreateTagType() local
8539 CompilerType underlying_type = GetEnumerationIntegerType(enum_type); AddEnumerationValueToEnumerationType() local