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

  /src/external/gpl3/gdb.old/dist/gdb/
gdb_bfd.h 33 struct registry_accessor<bfd> struct
registry.h 34 elsewhere. In this case, registry_accessor can be specialized to
38 struct registry_accessor struct
60 The name of the field matters by default, see registry_accessor.
110 registry<T> *reg_obj = registry_accessor<T>::get (obj);
119 registry<T> *reg_obj = registry_accessor<T>::get (obj);
gdbarch.h 344 struct registry_accessor<gdbarch> struct
  /src/external/gpl3/gdb/dist/gdb/
gdb_bfd.h 33 struct registry_accessor<bfd> struct
registry.h 34 elsewhere. In this case, registry_accessor can be specialized to
38 struct registry_accessor struct
60 The name of the field matters by default, see registry_accessor.
110 registry<T> *reg_obj = registry_accessor<T>::get (obj);
119 registry<T> *reg_obj = registry_accessor<T>::get (obj);
gdbarch.h 339 struct registry_accessor<gdbarch> struct

Completed in 19 milliseconds