Searched refs:using_enc (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcp-abi.h135 int *full, int *top, int *using_enc);
162 int *using_enc);
H A Dhpacc-abi.c178 hpacc_value_rtti_type (struct value *v, int *full, int *top, int *using_enc) argument
192 if (using_enc)
193 *using_enc = 0;
216 if (using_enclosing && using_enc)
217 *using_enc = 1;
H A Dgnu-v2-abi.c190 gnuv2_value_rtti_type (struct value *v, int *full, int *top, int *using_enc)
208 if (using_enc)
209 *using_enc = 0;
239 if (using_enc)
240 *using_enc=1;
189 gnuv2_value_rtti_type(struct value *v, int *full, int *top, int *using_enc) argument
H A Dcp-abi.c90 value_rtti_type (struct value *v, int *full, int *top, int *using_enc) argument
94 return (*current_cp_abi.rtti_type) (v, full, top, using_enc);
H A Dtypeprint.c125 int using_enc = 0; local
145 real_type = value_rtti_target_type (val, &full, &top, &using_enc);
155 real_type = value_rtti_type (val, &full, &top, &using_enc);
H A Dc-valprint.c506 int full, top, using_enc;
541 real_type = value_rtti_target_type (val, &full, &top, &using_enc);
575 real_type = value_rtti_type (val, &full, &top, &using_enc);
579 val = value_full_object (val, real_type, full, top, using_enc);
504 int full, top, using_enc; local
H A Dvalops.c2582 value_rtti_target_type (struct value *v, int *full, int *top, int *using_enc)
2588 return value_rtti_type (target, full, top, using_enc);
2608 int using_enc = 0;
2616 using_enc = xusing_enc;
2619 real_type = value_rtti_type (argp, &full, &top, &using_enc);
2646 (using_enc ? 0 : VALUE_EMBEDDED_OFFSET (argp)),
2649 VALUE_EMBEDDED_OFFSET (new_val) = using_enc ? top + VALUE_EMBEDDED_OFFSET (argp) : top;
2580 value_rtti_target_type(struct value *v, int *full, int *top, int *using_enc) argument
2606 int using_enc = 0; local
H A Deval.c1335 int full, top, using_enc;
1340 real_type = value_rtti_target_type (arg1, &full, &top, &using_enc);
1333 int full, top, using_enc; local

Completed in 185 milliseconds