Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDparse.c1170 follow_type = make_cvr_type (make_const, in follow_types()
1175 follow_type = make_cvr_type (TYPE_CONST (follow_type), in follow_types()
1197 follow_type = make_cvr_type (make_const, in follow_types()
1202 follow_type = make_cvr_type (TYPE_CONST (follow_type), in follow_types()
1215 follow_type = make_cvr_type (make_const, in follow_types()
1220 follow_type = make_cvr_type (TYPE_CONST (follow_type), in follow_types()
HDgdbtypes.c505 make_cvr_type (int cnst, int voltl, int restrct, struct type *type, in make_cvr_type() function
1432 make_cvr_type (is_const, is_volatile, is_restrict, newtype, &type); in check_typedef()
1450 make_cvr_type (is_const, is_volatile, is_restrict, SYMBOL_TYPE (sym), in check_typedef()
HDgdbtypes.h1109 extern struct type *make_cvr_type (int, int, int, struct type *,
HDstabsread.c1753 type = make_cvr_type (1, TYPE_VOLATILE (type), TYPE_RESTRICT(type), type, in read_type()
1759 type = make_cvr_type (TYPE_CONST (type), 1, TYPE_RESTRICT(type), type, in read_type()
HDdwarf2read.c3758 die->type = make_cvr_type (1, TYPE_VOLATILE (base_type), in read_tag_const_type()
3773 die->type = make_cvr_type (TYPE_CONST (base_type), 1, in read_tag_volatile_type()
3788 die->type = make_cvr_type (TYPE_CONST (base_type), TYPE_VOLATILE (base_type), in read_tag_restrict_type()
HDhpread.c4942 tmp_type = make_cvr_type (dn_bufp->dmodifier.m_const, in hpread_type_lookup()