HomeSort by: relevance | last modified time | path
    Searched defs:bounds_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.h 388 tree bounds_type; member in struct:array_descr_info::array_descr_dimen
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.h 417 tree bounds_type; member in struct:array_descr_info::array_descr_dimen
  /src/external/gpl3/gdb/dist/gdb/
ada-tasks.c 461 struct type *bounds_type; local
466 bounds_type = type->field (bounds_fieldno).type ();
467 if (bounds_type->code () == TYPE_CODE_PTR)
468 bounds_type = bounds_type->target_type ();
469 if (bounds_type->code () != TYPE_CODE_STRUCT)
471 upper_bound_fieldno = ada_get_field_index (bounds_type, "UB0", 0);
ada-lang.c 1836 struct type *bounds_type =
1840 if (bounds_type == NULL)
1852 value_from_longest (lookup_pointer_type (bounds_type),
1853 addr - bounds_type->length ());
4625 struct type *bounds_type = desc_bounds_type (type);
4628 struct value *bounds = value::allocate (bounds_type);
4637 desc_bound_bitpos (bounds_type, i, 0),
4638 desc_bound_bitsize (bounds_type, i, 0));
4642 desc_bound_bitpos (bounds_type, i, 1),
4643 desc_bound_bitsize (bounds_type, i, 1))
1831 struct type *bounds_type = local
4617 struct type *bounds_type = desc_bounds_type (type); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-tasks.c 461 struct type *bounds_type; local
466 bounds_type = type->field (bounds_fieldno).type ();
467 if (bounds_type->code () == TYPE_CODE_PTR)
468 bounds_type = bounds_type->target_type ();
469 if (bounds_type->code () != TYPE_CODE_STRUCT)
471 upper_bound_fieldno = ada_get_field_index (bounds_type, "UB0", 0);
ada-lang.c 1833 struct type *bounds_type =
1837 if (bounds_type == NULL)
1849 value_from_longest (lookup_pointer_type (bounds_type),
1850 addr - bounds_type->length ());
4642 struct type *bounds_type = desc_bounds_type (type);
4645 struct value *bounds = value::allocate (bounds_type);
4654 desc_bound_bitpos (bounds_type, i, 0),
4655 desc_bound_bitsize (bounds_type, i, 0));
4659 desc_bound_bitpos (bounds_type, i, 1),
4660 desc_bound_bitsize (bounds_type, i, 1))
1828 struct type *bounds_type = local
4634 struct type *bounds_type = desc_bounds_type (type); local
    [all...]

Completed in 36 milliseconds