Home
last modified time | relevance | path

Searched refs:declared_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbtypes.h560 short declared_type; /* One of the above codes */ member
818 #define TYPE_DECLARED_TYPE(thistype) TYPE_CPLUS_SPECIFIC(thistype)->declared_type
/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c3670 tree declared_type = NULL_TREE; in check_tag_decl() local
3688 declared_type = declspecs->type; in check_tag_decl()
3691 if (declared_type == NULL_TREE && ! saw_friend && !error_p) in check_tag_decl()
3694 else if (declared_type && IS_AGGR_TYPE_CODE (TREE_CODE (declared_type)) in check_tag_decl()
3695 && TYPE_ANONYMOUS_P (declared_type)) in check_tag_decl()
3719 SET_ANON_AGGR_TYPE_P (declared_type); in check_tag_decl()
3721 if (TREE_CODE (declared_type) != UNION_TYPE && pedantic in check_tag_decl()
3750 return declared_type; in check_tag_decl()
H A Dtypeck.c4278 tree declared_type; in build_unary_op() local
4281 declared_type = unlowered_expr_type (arg); in build_unary_op()
4361 if (same_type_p (declared_type, boolean_type_node)) in build_unary_op()
/freebsd-12.1/contrib/gcc/
H A Ddwarf2out.c10267 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local
10269 enum machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()