Searched refs:declared_type (Results 1 – 4 of 4) sorted by relevance
560 short declared_type; /* One of the above codes */ member818 #define TYPE_DECLARED_TYPE(thistype) TYPE_CPLUS_SPECIFIC(thistype)->declared_type
3670 tree declared_type = NULL_TREE; in check_tag_decl() local3688 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()
4278 tree declared_type; in build_unary_op() local4281 declared_type = unlowered_expr_type (arg); in build_unary_op()4361 if (same_type_p (declared_type, boolean_type_node)) in build_unary_op()
10267 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local10269 enum machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()