Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c4130 tree declared_type = NULL_TREE; in check_tag_decl() local
4148 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 …]
HDtypeck.c5237 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op() local
5304 if (TREE_CODE (declared_type) == BOOLEAN_TYPE) in cp_build_unary_op()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl.c4779 tree declared_type = NULL_TREE; in check_tag_decl() local
4798 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 …]
HDtypeck.c6244 tree declared_type = unlowered_expr_type (arg); in cp_build_unary_op() local
6313 if (TREE_CODE (declared_type) == BOOLEAN_TYPE) in cp_build_unary_op()
/dragonfly/contrib/gcc-4.7/gcc/
HDdwarf2out.c14834 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local
14836 enum machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()
/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c19942 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local
19944 machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()