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

  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.c 1389 create_array_type (type_allocator &alloc,
1410 return create_array_type (alloc, element_type, range_type);
1420 struct type *result_type = create_array_type (alloc,
1388 create_array_type (type_allocator &alloc, function
  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.c 1390 create_array_type (type_allocator &alloc,
1411 return create_array_type (alloc, element_type, range_type);
1421 struct type *result_type = create_array_type (alloc,
1389 create_array_type (type_allocator &alloc, function

Completed in 22 milliseconds