Searched refs:underlying_type (Results 1 – 7 of 7) sorted by relevance
10691 tree underlying_type = NULL_TREE; in finish_enum() local10782 underlying_type = integer_types[itk]; in finish_enum()10783 if (TYPE_PRECISION (underlying_type) >= precision in finish_enum()10784 && TYPE_UNSIGNED (underlying_type) == unsignedp) in finish_enum()10796 underlying_type = integer_types[itk_unsigned_long_long]; in finish_enum()10814 TYPE_PRECISION (enumtype) = TYPE_PRECISION (underlying_type); in finish_enum()10823 TYPE_SIZE (enumtype) = TYPE_SIZE (underlying_type); in finish_enum()10824 TYPE_SIZE_UNIT (enumtype) = TYPE_SIZE_UNIT (underlying_type); in finish_enum()10825 TYPE_MODE (enumtype) = TYPE_MODE (underlying_type); in finish_enum()10826 TYPE_ALIGN (enumtype) = TYPE_ALIGN (underlying_type); in finish_enum()[all …]
1734 tree underlying_type = TREE_TYPE (DECL_NAME (decl)); in determine_visibility() local1735 int underlying_vis = type_visibility (underlying_type); in determine_visibility()1737 || CLASSTYPE_VISIBILITY_SPECIFIED (underlying_type)) in determine_visibility()
2475 * decl.c (finish_enum): Initialize underlying_type.
357 #if __has_feature(underlying_type)
138 template <class T> struct underlying_type;196 using underlying_type_t = typename underlying_type<T>::type; // C++143635 struct underlying_type3641 template <class _Tp> using underlying_type_t = typename underlying_type<_Tp>::type;3647 struct underlying_type
413 typedef underlying_type<launch>::type __launch_underlying_type;
2409 typedef typename underlying_type<_Tp>::type type;