Searched refs:declared_type (Results 1 – 6 of 6) sorted by relevance
4130 tree declared_type = NULL_TREE; in check_tag_decl() local4148 declared_type = declspecs->type; in check_tag_decl()4151 if (declared_type == NULL_TREE && ! saw_friend && !error_p) in check_tag_decl()4153 else if (declared_type != NULL_TREE && type_uses_auto (declared_type)) in check_tag_decl()4160 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type)) in check_tag_decl()4161 && TYPE_ANONYMOUS_P (declared_type)) in check_tag_decl()4185 SET_ANON_AGGR_TYPE_P (declared_type); in check_tag_decl()4187 if (TREE_CODE (declared_type) != UNION_TYPE && !in_system_header) in check_tag_decl()4219 if (declspecs->attributes && declared_type) in check_tag_decl()4222 if (!CLASS_TYPE_P (declared_type) in check_tag_decl()[all …]
5237 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op() local5304 if (TREE_CODE (declared_type) == BOOLEAN_TYPE) in cp_build_unary_op()
4779 tree declared_type = NULL_TREE; in check_tag_decl() local4798 declared_type = declspecs->type; in check_tag_decl()4801 if (declared_type == NULL_TREE && ! saw_friend && !error_p) in check_tag_decl()4803 else if (declared_type != NULL_TREE && type_uses_auto (declared_type)) in check_tag_decl()4811 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type)) in check_tag_decl()4812 && TYPE_UNNAMED_P (declared_type)) in check_tag_decl()4836 SET_ANON_AGGR_TYPE_P (declared_type); in check_tag_decl()4838 if (TREE_CODE (declared_type) != UNION_TYPE in check_tag_decl()4887 if (declspecs->attributes && warn_attributes && declared_type) in check_tag_decl()4890 if (!CLASS_TYPE_P (declared_type) in check_tag_decl()[all …]
6244 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op() local6313 if (TREE_CODE (declared_type) == BOOLEAN_TYPE) in cp_build_unary_op()
14834 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local14836 enum machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()
19942 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local19944 machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()