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

  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 1860 struct type *p_bounds_type = p_bounds->type ();
1862 if (p_bounds_type
1863 && p_bounds_type->code () == TYPE_CODE_PTR)
1865 struct type *target_type = p_bounds_type->target_type ();
1855 struct type *p_bounds_type = p_bounds->type (); local
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 1858 struct type *p_bounds_type = p_bounds->type ();
1860 if (p_bounds_type
1861 && p_bounds_type->code () == TYPE_CODE_PTR)
1863 struct type *target_type = p_bounds_type->target_type ();
1853 struct type *p_bounds_type = p_bounds->type (); local

Completed in 41 milliseconds