Searched refs:using_enc (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A 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 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 D | cp-abi.h | 139 int *using_enc); 209 int *top, int *using_enc);
|
H A D | c-valprint.c | 463 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 D | typeprint.c | 409 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 D | cp-abi.c | 111 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 D | valops.c | 264 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 D | cp-valprint.c | 444 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 D | eval.c | 1897 int full, top, using_enc; in evaluate_subexp_standard() local 1905 &using_enc); in evaluate_subexp_standard()
|