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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 98 static struct value *make_array_descriptor (struct type *, struct value *);
4555 return make_array_descriptor (formal_type, actual);
4623 make_array_descriptor (struct type *type, struct value *arr)
4615 make_array_descriptor (struct type *type, struct value *arr) function
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 99 static struct value *make_array_descriptor (struct type *, struct value *);
4556 return make_array_descriptor (formal_type, actual);
4624 make_array_descriptor (struct type *type, struct value *arr)
4616 make_array_descriptor (struct type *type, struct value *arr) function

Completed in 36 milliseconds