Searched refs:using_enc (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | hpacc-abi.c | 178 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()
|
| D | gnu-v2-abi.c | 189 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()
|
| D | cp-abi.h | 135 int *full, int *top, int *using_enc); 162 int *using_enc);
|
| D | typeprint.c | 125 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()
|
| D | c-valprint.c | 496 int full, top, using_enc; in c_value_print() local 531 real_type = value_rtti_target_type (val, &full, &top, &using_enc); in c_value_print() 565 real_type = value_rtti_type (val, &full, &top, &using_enc); in c_value_print() 569 val = value_full_object (val, real_type, full, top, using_enc); in c_value_print()
|
| D | cp-abi.c | 90 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()
|
| D | valops.c | 2649 value_rtti_target_type (struct value *v, int *full, int *top, int *using_enc) in value_rtti_target_type() argument 2655 return value_rtti_type (target, full, top, using_enc); in value_rtti_target_type() 2675 int using_enc = 0; in value_full_object() local 2683 using_enc = xusing_enc; in value_full_object() 2686 real_type = value_rtti_type (argp, &full, &top, &using_enc); in value_full_object() 2713 (using_enc ? 0 : VALUE_EMBEDDED_OFFSET (argp)), in value_full_object() 2716 VALUE_EMBEDDED_OFFSET (new_val) = using_enc ? top + VALUE_EMBEDDED_OFFSET (argp) : top; in value_full_object()
|
| D | eval.c | 1336 int full, top, using_enc; in evaluate_subexp_standard() local 1341 real_type = value_rtti_target_type (arg1, &full, &top, &using_enc); in evaluate_subexp_standard()
|