Searched refs:var_type0 (Results 1 – 1 of 1) sorted by relevance
6400 to_fixed_variant_branch_type (struct type *var_type0, const gdb_byte *valaddr, in to_fixed_variant_branch_type() argument6407 if (TYPE_CODE (var_type0) == TYPE_CODE_PTR) in to_fixed_variant_branch_type()6408 var_type = TYPE_TARGET_TYPE (var_type0); in to_fixed_variant_branch_type()6410 var_type = var_type0; in to_fixed_variant_branch_type()