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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 1193 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp)
1221 if (!get_discrete_bounds (index, &low, &high))
1292 if (!get_discrete_bounds (range_type, &low_bound, &high_bound))
1451 if (!get_discrete_bounds (domain_type, &low_bound, &high_bound))
3790 if (get_discrete_bounds (t->index_type (), &low_bound, &high_bound))
1192 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp) function
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 1194 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp)
1222 if (!get_discrete_bounds (index, &low, &high))
1293 if (!get_discrete_bounds (range_type, &low_bound, &high_bound))
1452 if (!get_discrete_bounds (domain_type, &low_bound, &high_bound))
3853 if (get_discrete_bounds (t->index_type (), &low_bound, &high_bound))
1193 get_discrete_bounds (struct type *type, LONGEST *lowp, LONGEST *highp) function

Completed in 33 milliseconds