Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dhpacc-abi.c178 hpacc_value_rtti_type (struct value *v, int *full, int *top, int *using_enc) in hpacc_value_rtti_type() argument
192 if (using_enc) in hpacc_value_rtti_type()
193 *using_enc = 0; in hpacc_value_rtti_type()
216 if (using_enclosing && using_enc) in hpacc_value_rtti_type()
217 *using_enc = 1; in hpacc_value_rtti_type()
H A Dgnu-v2-abi.c189 gnuv2_value_rtti_type (struct value *v, int *full, int *top, int *using_enc) in gnuv2_value_rtti_type() argument
207 if (using_enc) in gnuv2_value_rtti_type()
208 *using_enc = 0; in gnuv2_value_rtti_type()
238 if (using_enc) in gnuv2_value_rtti_type()
239 *using_enc=1; in gnuv2_value_rtti_type()
H A Dcp-abi.h135 int *full, int *top, int *using_enc);
162 int *using_enc);
H A Dtypeprint.c125 int using_enc = 0; in whatis_exp() local
145 real_type = value_rtti_target_type (val, &full, &top, &using_enc); in whatis_exp()
155 real_type = value_rtti_type (val, &full, &top, &using_enc); in whatis_exp()
H A Dc-valprint.c504 int full, top, using_enc; in c_value_print() local
539 real_type = value_rtti_target_type (val, &full, &top, &using_enc); in c_value_print()
573 real_type = value_rtti_type (val, &full, &top, &using_enc); in c_value_print()
577 val = value_full_object (val, real_type, full, top, using_enc); in c_value_print()
H A Dcp-abi.c90 value_rtti_type (struct value *v, int *full, int *top, int *using_enc) in value_rtti_type() argument
94 return (*current_cp_abi.rtti_type) (v, full, top, using_enc); in value_rtti_type()
H A Dvalops.c2580 value_rtti_target_type (struct value *v, int *full, int *top, int *using_enc) in value_rtti_target_type() argument
2586 return value_rtti_type (target, full, top, using_enc); in value_rtti_target_type()
2606 int using_enc = 0; in value_full_object() local
2614 using_enc = xusing_enc; in value_full_object()
2617 real_type = value_rtti_type (argp, &full, &top, &using_enc); in value_full_object()
2644 (using_enc ? 0 : VALUE_EMBEDDED_OFFSET (argp)), in value_full_object()
2647 VALUE_EMBEDDED_OFFSET (new_val) = using_enc ? top + VALUE_EMBEDDED_OFFSET (argp) : top; in value_full_object()
H A Deval.c1333 int full, top, using_enc; in evaluate_subexp_standard() local
1338 real_type = value_rtti_target_type (arg1, &full, &top, &using_enc); in evaluate_subexp_standard()