Searched refs:TYPE_CONST (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | parse.c | 1175 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 D | c-typeprint.c | 312 if (TYPE_CONST (type) in c_type_print_modifier()
|
| H A D | gdbtypes.h | 195 #define TYPE_CONST(t) (TYPE_INSTANCE_FLAGS (t) & TYPE_FLAG_CONST) macro
|
| H A D | gdbtypes.c | 1412 is_const = TYPE_CONST (type); in check_typedef() 3004 if (TYPE_CONST (type)) in recursive_dump_type()
|
| H A D | stabsread.c | 1759 type = make_cvr_type (TYPE_CONST (type), 1, TYPE_RESTRICT(type), type, in read_type()
|
| H A D | dwarf2read.c | 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()
|