Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h584 short declared_type; /* One of the above codes */ member
842 #define TYPE_DECLARED_TYPE(thistype) TYPE_CPLUS_SPECIFIC(thistype)->declared_type
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c2822 tree declared_type = type_main_variant (TREE_TYPE (decl)); local
2828 if (declared_type == passed_type)
2831 if (TREE_CODE (declared_type) == INTEGER_TYPE)
2833 if (TYPE_SIZE (declared_type) <= TYPE_SIZE (passed_type))
H A Ddwarf2out.c9421 tree declared_type = type_main_variant (TREE_TYPE (decl)); local
9427 if (declared_type == passed_type)
9430 && TREE_CODE (declared_type) == INTEGER_TYPE
9431 && (GET_MODE_SIZE (TYPE_MODE (declared_type))
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c3658 tree declared_type = NULL_TREE; in check_tag_decl() local
3676 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()
H A Dtypeck.c4145 tree declared_type; in build_unary_op() local
4148 declared_type = unlowered_expr_type (arg); in build_unary_op()
4228 if (same_type_p (declared_type, boolean_type_node)) in build_unary_op()
/openbsd-src/gnu/gcc/gcc/
H A Ddwarf2out.c10179 tree declared_type = TREE_TYPE (decl); in rtl_for_decl_location() local
10181 enum machine_mode dmode = TYPE_MODE (declared_type); in rtl_for_decl_location()