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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 3236 ada_index_type (struct type *type, int n, const char *name)
3380 index_type = ada_index_type (arr_type, n, "length");
10283 struct type *type = ada_index_type (arg2->type (), n, "range");
10328 type_arg = ada_index_type (type_arg, tem,
10351 type = ada_index_type (arg1->type (), tem,
10410 type = ada_index_type (type_arg, tem, attr_name);
3231 ada_index_type (struct type *type, int n, const char *name) function
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 3234 ada_index_type (struct type *type, int n, const char *name)
3378 index_type = ada_index_type (arr_type, n, "length");
10295 struct type *type = ada_index_type (arg2->type (), n, "range");
10340 type_arg = ada_index_type (type_arg, tem,
10363 type = ada_index_type (arg1->type (), tem,
10422 type = ada_index_type (type_arg, tem, attr_name);
3229 ada_index_type (struct type *type, int n, const char *name) function

Completed in 34 milliseconds