Home
last modified time | relevance | path

Searched refs:range_bounds (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.c805 TYPE_RANGE_DATA (result_type) = (struct range_bounds *) in create_range_type()
806 TYPE_ZALLOC (result_type, sizeof (struct range_bounds)); in create_range_type()
3498 TYPE_RANGE_DATA (new_type) = xmalloc (sizeof (struct range_bounds)); in copy_type_recursive()
H A Dgdbtypes.h588 struct range_bounds struct
H A Dmdebugread.c1761 TYPE_RANGE_DATA (tp) = ((struct range_bounds *) in parse_type()
1762 TYPE_ZALLOC (tp, sizeof (struct range_bounds))); in parse_type()