Searched refs:declared_type (Results 1 – 8 of 8) sorted by relevance
4976 tree declared_type = NULL_TREE; in check_tag_decl() local4996 declared_type = declspecs->type; in check_tag_decl()5000 if (type_uses_auto (declared_type)) in check_tag_decl()5008 if (declared_type && !OVERLOAD_TYPE_P (declared_type)) in check_tag_decl()5009 declared_type = NULL_TREE; in check_tag_decl()5011 if (!declared_type && !saw_friend && !error_p) in check_tag_decl()5014 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type)) in check_tag_decl()5015 && TYPE_UNNAMED_P (declared_type)) in check_tag_decl()5040 SET_ANON_AGGR_TYPE_P (declared_type); in check_tag_decl()5042 if (TREE_CODE (declared_type) != UNION_TYPE) in check_tag_decl()[all …]
6674 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op() local6763 if (TREE_CODE (declared_type) == BOOLEAN_TYPE) in cp_build_unary_op()
5306 tree declared_type = NULL_TREE; in check_tag_decl() local5326 declared_type = declspecs->type; in check_tag_decl()5330 if (type_uses_auto (declared_type)) in check_tag_decl()5338 if (declared_type && !OVERLOAD_TYPE_P (declared_type)) in check_tag_decl()5339 declared_type = NULL_TREE; in check_tag_decl()5341 if (!declared_type && !saw_friend && !error_p) in check_tag_decl()5344 else if (declared_type && RECORD_OR_UNION_CODE_P (TREE_CODE (declared_type)) in check_tag_decl()5345 && TYPE_UNNAMED_P (declared_type)) in check_tag_decl()5370 SET_ANON_AGGR_TYPE_P (declared_type); in check_tag_decl()5372 if (TREE_CODE (declared_type) != UNION_TYPE) in check_tag_decl()[all …]
7189 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op() local7278 if (TREE_CODE (declared_type) == BOOLEAN_TYPE) in cp_build_unary_op()
20626 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local20628 machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()
20001 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local20003 machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()
10517 (struct cplus_struct_type) <declared_type>: Remove.