Searched refs:TYPE_CONST (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | type-stack.c | 153 follow_type = make_cv_type (TYPE_CONST (follow_type), in follow_types()
|
| D | m2-valprint.c | 358 if (TYPE_CONST (type)) in value_print_inner()
|
| D | c-typeprint.c | 317 if (TYPE_CONST (domain)) in cp_type_print_method_args() 455 if (TYPE_CONST (type) && !TYPE_IS_REFERENCE (type)) in c_type_print_modifier()
|
| D | m2-typeprint.c | 251 if (TYPE_CONST (type)) in m2_pointer()
|
| D | gdbtypes.c | 4459 if (TYPE_CONST (t1) != TYPE_CONST (t2)) in rank_one_type_parm_ptr() 4845 else if (TYPE_CONST (parm->target_type ())) in rank_one_type() 4872 if (TYPE_CONST (t1) != TYPE_CONST (t2)) in rank_one_type() 5175 if (TYPE_CONST (type)) in recursive_dump_type()
|
| D | ctfread.c | 797 cnst |= TYPE_CONST (el_type); in add_array_cv_type() 892 cv_type = make_cv_type (TYPE_CONST (base_type), 1, base_type, 0); in read_volatile_type()
|
| D | valops.c | 3664 if (TYPE_CONST (intype) != TYPE_FN_FIELD_CONST (f, j)) in value_struct_elt_for_reference() 3887 real_type = make_cv_type (TYPE_CONST (target_type), in value_rtti_indirect_type() 3897 real_type = make_cv_type (TYPE_CONST (type), TYPE_VOLATILE (type), in value_rtti_indirect_type()
|
| D | opencl-lang.c | 295 make_cv_type (TYPE_CONST (type), TYPE_VOLATILE (type), dst_type, NULL); in create_value()
|
| D | gdbtypes.h | 108 #define TYPE_CONST(t) ((((t)->instance_flags ()) & TYPE_INSTANCE_FLAG_CONST) != 0) macro
|
| D | stabsread.c | 1851 type = make_cv_type (TYPE_CONST (type), 1, type, in read_type()
|
| D | ChangeLog-2002 | 9379 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use 9483 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
|
| D | ChangeLog-2001 | 553 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_CONST,
|
| D | ChangeLog-2017 | 8874 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
|