Searched refs:raw_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-typeprint.c244 struct type *raw_type = ada_find_any_type (name);
249 if (raw_type == NULL)
251 else if (TYPE_CODE (raw_type) == TYPE_CODE_RANGE)
252 base_type = TYPE_TARGET_TYPE (raw_type);
254 base_type = raw_type;
257 if (subtype_info == NULL && raw_type == NULL)
260 print_range (raw_type, stream);
273 print_range_bound (raw_type, bounds_str, &n, stream);
277 print_dynamic_range_bound (raw_type, name, prefix_len, "___L",
283 print_range_bound (raw_type, bounds_st
243 struct type *raw_type = ada_find_any_type (name); local
[all...]
H A Dada-lang.c6605 ada_get_base_type (struct type *raw_type)
6611 if (raw_type == NULL || TYPE_CODE (raw_type) != TYPE_CODE_STRUCT)
6612 return raw_type;
6614 real_type_namer = ada_find_parallel_type (raw_type, "___XVS");
6618 return raw_type;
6622 return raw_type;
7823 struct type *raw_type = ada_find_any_type (name);
7828 if (raw_type == NULL)
7830 else if (TYPE_CODE (raw_type)
6591 ada_get_base_type(struct type *raw_type) argument
7807 struct type *raw_type = ada_find_any_type (name); local
[all...]
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom.c462 bhnd_nvram_type var_type, raw_type; local
490 raw_type = bhnd_nvram_raw_type(var_type);
491 error = bhnd_nvram_value_coerce(var_ptr, var_len, raw_type,

Completed in 88 milliseconds