Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dparse.c1175 follow_type = make_cvr_type (TYPE_CONST (follow_type), in follow_types()
1202 follow_type = make_cvr_type (TYPE_CONST (follow_type), in follow_types()
1220 follow_type = make_cvr_type (TYPE_CONST (follow_type), in follow_types()
H A Dc-typeprint.c312 if (TYPE_CONST (type) in c_type_print_modifier()
H A Dgdbtypes.h195 #define TYPE_CONST(t) (TYPE_INSTANCE_FLAGS (t) & TYPE_FLAG_CONST) macro
H A Dgdbtypes.c1412 is_const = TYPE_CONST (type); in check_typedef()
3004 if (TYPE_CONST (type)) in recursive_dump_type()
H A Dstabsread.c1759 type = make_cvr_type (TYPE_CONST (type), 1, TYPE_RESTRICT(type), type, in read_type()
H A Ddwarf2read.c3773 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()