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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 72 static struct value *desc_bounds (struct value *);
1830 desc_bounds (struct value *arr)
1914 /* NOTE: The following is bogus; see comment in desc_bounds. */
2136 descriptor = desc_bounds (arr);
3346 return value_as_long (desc_one_bound (desc_bounds (arr), n, which));
3375 low = value_as_long (desc_one_bound (desc_bounds (arr), n, 0));
3376 high = value_as_long (desc_one_bound (desc_bounds (arr), n, 1));
1825 desc_bounds (struct value *arr) function
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 73 static struct value *desc_bounds (struct value *);
1828 desc_bounds (struct value *arr)
1912 /* NOTE: The following is bogus; see comment in desc_bounds. */
2134 descriptor = desc_bounds (arr);
3344 return value_as_long (desc_one_bound (desc_bounds (arr), n, which));
3373 low = value_as_long (desc_one_bound (desc_bounds (arr), n, 0));
3374 high = value_as_long (desc_one_bound (desc_bounds (arr), n, 1));
1823 desc_bounds (struct value *arr) function

Completed in 39 milliseconds