Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
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
205 if (using_enc) in gnuv2_value_rtti_type()
206 *using_enc = 0; in gnuv2_value_rtti_type()
235 if (using_enc) in gnuv2_value_rtti_type()
236 *using_enc=1; in gnuv2_value_rtti_type()
H A Dcp-abi.h139 int *using_enc);
209 int *top, int *using_enc);
H A Dc-valprint.c463 int full, top, using_enc; in c_value_print() local
518 &using_enc); in c_value_print()
551 real_type = value_rtti_type (val, &full, &top, &using_enc); in c_value_print()
556 full, top, using_enc); in c_value_print()
H A Dtypeprint.c409 int using_enc = 0; in whatis_exp() local
468 real_type = value_rtti_indirect_type (val, &full, &top, &using_enc); in whatis_exp()
470 real_type = value_rtti_type (val, &full, &top, &using_enc); in whatis_exp()
H A Dcp-abi.c111 int *top, int *using_enc) in value_rtti_type() argument
120 ret = (*current_cp_abi.rtti_type) (v, full, top, using_enc); in value_rtti_type()
H A Dvalops.c264 int full, top, using_enc; in value_cast_structs() local
267 real_type = value_rtti_type (v2, &full, &top, &using_enc); in value_cast_structs()
270 v = value_full_object (v2, real_type, full, top, using_enc); in value_cast_structs()
730 int full, top, using_enc; in value_dynamic_cast() local
785 rtti_type = value_rtti_type (arg, &full, &top, &using_enc); in value_dynamic_cast()
795 else if (using_enc) in value_dynamic_cast()
3537 int *top, int *using_enc) in value_rtti_indirect_type() argument
3551 real_type = value_rtti_type (target, full, top, using_enc); in value_rtti_indirect_type()
3593 int using_enc = 0; in value_full_object() local
3601 using_enc = xusing_enc; in value_full_object()
[all …]
H A Dcp-valprint.c444 int full, top, using_enc; in cp_print_value_fields_rtti() local
452 real_type = value_rtti_type (value, &full, &top, &using_enc); in cp_print_value_fields_rtti()
H A Deval.c1897 int full, top, using_enc; in evaluate_subexp_standard() local
1905 &using_enc); in evaluate_subexp_standard()