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

  /src/external/gpl3/gdb/dist/gdb/
gdbtypes.h 33 field main_type::type_specific that is a union of info specific to
487 main_type.type_specific union is being used, if any.
822 union type_specific union
918 /* * A discriminant telling us which field of the type_specific
999 union type_specific type_specific; member in struct:main_type
1377 gdb_assert (this->main_type->type_specific.fixed_point_info != nullptr);
1379 return *this->main_type->type_specific.fixed_point_info;
1389 this->main_type->type_specific.fixed_point_info = info;
1479 && main_type->type_specific.int_stuff.bit_size != 8 * length ())
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gdbtypes.h 34 field main_type::type_specific that is a union of info specific to
493 main_type.type_specific union is being used, if any.
828 union type_specific union
924 /* * A discriminant telling us which field of the type_specific
1005 union type_specific type_specific; member in struct:main_type
1383 gdb_assert (this->main_type->type_specific.fixed_point_info != nullptr);
1385 return *this->main_type->type_specific.fixed_point_info;
1395 this->main_type->type_specific.fixed_point_info = info;
1485 && main_type->type_specific.int_stuff.bit_size != 8 * length ())
    [all...]

Completed in 23 milliseconds