Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtype-stack.c153 follow_type = make_cv_type (TYPE_CONST (follow_type), in follow_types()
Dm2-valprint.c358 if (TYPE_CONST (type)) in value_print_inner()
Dc-typeprint.c317 if (TYPE_CONST (domain)) in cp_type_print_method_args()
455 if (TYPE_CONST (type) && !TYPE_IS_REFERENCE (type)) in c_type_print_modifier()
Dm2-typeprint.c251 if (TYPE_CONST (type)) in m2_pointer()
Dgdbtypes.c4459 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()
Dctfread.c797 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()
Dvalops.c3664 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()
Dopencl-lang.c295 make_cv_type (TYPE_CONST (type), TYPE_VOLATILE (type), dst_type, NULL); in create_value()
Dgdbtypes.h108 #define TYPE_CONST(t) ((((t)->instance_flags ()) & TYPE_INSTANCE_FLAG_CONST) != 0) macro
Dstabsread.c1851 type = make_cv_type (TYPE_CONST (type), 1, type, in read_type()
DChangeLog-20029379 (TYPE_CONST, TYPE_VOLATILE, TYPE_CODE_SPACE, TYPE_DATA_SPACE): Use
9483 (TYPE_TARGET_STUB, TYPE_STATIC, TYPE_CONST, TYPE_VOLATILE)
DChangeLog-2001553 * gdbtypes.h (TYPE_UNSIGNED, TYPE_NOSIGN, TYPE_CONST,
DChangeLog-20178874 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)