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

  /src/external/gpl3/gdb.old/dist/gdbsupport/
tdesc.h 27 struct tdesc_type_with_fields;
54 virtual void visit (const tdesc_type_with_fields *e)
267 struct tdesc_type_with_fields : tdesc_type struct in inherits:tdesc_type
269 tdesc_type_with_fields (const std::string &name, tdesc_type_kind kind, function in struct:tdesc_type_with_fields
366 tdesc_type_with_fields *tdesc_create_struct (struct tdesc_feature *feature,
370 tdesc_type_with_fields *tdesc_create_union (struct tdesc_feature *feature,
374 tdesc_type_with_fields *tdesc_create_flags (struct tdesc_feature *feature,
379 tdesc_type_with_fields *tdesc_create_enum (struct tdesc_feature *feature,
385 void tdesc_add_field (tdesc_type_with_fields *type, const char *field_name,
390 void tdesc_add_typed_bitfield (tdesc_type_with_fields *type
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
tdesc.h 27 struct tdesc_type_with_fields;
54 virtual void visit (const tdesc_type_with_fields *e)
267 struct tdesc_type_with_fields : tdesc_type struct in inherits:tdesc_type
269 tdesc_type_with_fields (const std::string &name, tdesc_type_kind kind, function in struct:tdesc_type_with_fields
366 tdesc_type_with_fields *tdesc_create_struct (struct tdesc_feature *feature,
370 tdesc_type_with_fields *tdesc_create_union (struct tdesc_feature *feature,
374 tdesc_type_with_fields *tdesc_create_flags (struct tdesc_feature *feature,
379 tdesc_type_with_fields *tdesc_create_enum (struct tdesc_feature *feature,
385 void tdesc_add_field (tdesc_type_with_fields *type, const char *field_name,
390 void tdesc_add_typed_bitfield (tdesc_type_with_fields *type
    [all...]

Completed in 19 milliseconds