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

  /src/external/gpl3/gdb/dist/gdb/
go-lang.c 548 static const registry<gdbarch>::key<struct builtin_go_type> go_type_data; variable in typeref:struct:builtin_go_type
553 struct builtin_go_type *result = go_type_data.get (gdbarch);
557 go_type_data.set (gdbarch, result);
  /src/external/gpl3/gdb.old/dist/gdb/
go-lang.c 549 static const registry<gdbarch>::key<struct builtin_go_type> go_type_data; variable in typeref:struct:builtin_go_type
554 struct builtin_go_type *result = go_type_data.get (gdbarch);
558 go_type_data.set (gdbarch, result);

Completed in 25 milliseconds