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

  /src/external/gpl3/gdb.old/dist/gdbsupport/
tdesc.h 24 struct tdesc_type;
111 struct tdesc_type *tdesc_type; member in struct:tdesc_reg
188 struct tdesc_type : tdesc_element struct in inherits:tdesc_element
190 tdesc_type (const std::string &name_, enum tdesc_type_kind kind_) function in struct:tdesc_type
194 virtual ~tdesc_type () = default;
196 DISABLE_COPY_AND_ASSIGN (tdesc_type);
204 bool operator== (const tdesc_type &other) const
209 bool operator!= (const tdesc_type &other) const
215 typedef std::unique_ptr<tdesc_type> tdesc_type_up
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
tdesc.h 24 struct tdesc_type;
111 struct tdesc_type *tdesc_type; member in struct:tdesc_reg
188 struct tdesc_type : tdesc_element struct in inherits:tdesc_element
190 tdesc_type (const std::string &name_, enum tdesc_type_kind kind_) function in struct:tdesc_type
194 virtual ~tdesc_type () = default;
196 DISABLE_COPY_AND_ASSIGN (tdesc_type);
204 bool operator== (const tdesc_type &other) const
209 bool operator!= (const tdesc_type &other) const
215 typedef std::unique_ptr<tdesc_type> tdesc_type_up
    [all...]

Completed in 38 milliseconds