Home
last modified time | relevance | path

Searched refs:underlying_type (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/gcc/cp/
HDdecl.c10691 tree underlying_type = NULL_TREE; in finish_enum() local
10782 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 …]
HDdecl2.c1734 tree underlying_type = TREE_TYPE (DECL_NAME (decl)); in determine_visibility() local
1735 int underlying_vis = type_visibility (underlying_type); in determine_visibility()
1737 || CLASSTYPE_VISIBILITY_SPECIFIED (underlying_type)) in determine_visibility()
HDChangeLog-20032475 * decl.c (finish_enum): Initialize underlying_type.
/trueos/contrib/libc++/include/
D__config357 #if __has_feature(underlying_type)
Dtype_traits138 template <class T> struct underlying_type;
196 using underlying_type_t = typename underlying_type<T>::type; // C++14
3635 struct underlying_type
3641 template <class _Tp> using underlying_type_t = typename underlying_type<_Tp>::type;
3647 struct underlying_type
Dfuture413 typedef underlying_type<launch>::type __launch_underlying_type;
Dfunctional2409 typedef typename underlying_type<_Tp>::type type;