Searched refs:declared_type (Results 1 – 6 of 6) sorted by relevance
584 short declared_type; /* One of the above codes */ member842 #define TYPE_DECLARED_TYPE(thistype) TYPE_CPLUS_SPECIFIC(thistype)->declared_type
2822 tree declared_type = type_main_variant (TREE_TYPE (decl)); local2828 if (declared_type == passed_type)2831 if (TREE_CODE (declared_type) == INTEGER_TYPE)2833 if (TYPE_SIZE (declared_type) <= TYPE_SIZE (passed_type))
9421 tree declared_type = type_main_variant (TREE_TYPE (decl)); local9427 if (declared_type == passed_type)9430 && TREE_CODE (declared_type) == INTEGER_TYPE9431 && (GET_MODE_SIZE (TYPE_MODE (declared_type))
3658 tree declared_type = NULL_TREE; in check_tag_decl() local3676 declared_type = declspecs->type; in check_tag_decl()3679 if (declared_type == NULL_TREE && ! saw_friend && !error_p) in check_tag_decl()3682 else if (declared_type && IS_AGGR_TYPE_CODE (TREE_CODE (declared_type)) in check_tag_decl()3683 && TYPE_ANONYMOUS_P (declared_type)) in check_tag_decl()3707 SET_ANON_AGGR_TYPE_P (declared_type); in check_tag_decl()3709 if (TREE_CODE (declared_type) != UNION_TYPE && pedantic in check_tag_decl()3738 return declared_type; in check_tag_decl()
4145 tree declared_type; in build_unary_op() local4148 declared_type = unlowered_expr_type (arg); in build_unary_op()4228 if (same_type_p (declared_type, boolean_type_node)) in build_unary_op()
10179 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local10181 enum machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()