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

  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 9042 find_base_type (struct type *type)
9075 struct type *raw_real_type = find_base_type (type);
10113 if (is_dynamic_type (type) || find_base_type (type) != nullptr)
10602 else if (find_base_type (type) != nullptr)
9028 find_base_type (struct type *type) function
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 9077 find_base_type (struct type *type)
9110 struct type *raw_real_type = find_base_type (type);
10622 else if (find_base_type (type) != nullptr)
9063 find_base_type (struct type *type) function

Completed in 41 milliseconds