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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 5972 struct type *disr_type = nullptr;
5975 disr_type = type->field (i).type ();
5977 if (disr_type->code () != TYPE_CODE_STRUCT)
5982 else if (disr_type->num_fields () == 0)
5985 disr_type = nullptr;
5987 else if (strcmp (disr_type->field (0).name (),
6002 if (disr_type == nullptr)
6010 struct field *disr_field = &disr_type->field (0);
5965 struct type *disr_type = nullptr; local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 4531 struct type *disr_type = nullptr;
4534 disr_type = field.type ();
4536 if (disr_type->code () != TYPE_CODE_STRUCT)
4541 else if (disr_type->num_fields () == 0)
4544 disr_type = nullptr;
4546 else if (strcmp (disr_type->field (0).name (),
4561 if (disr_type == nullptr)
4569 struct field *disr_field = &disr_type->field (0);
4526 struct type *disr_type = nullptr; local

Completed in 52 milliseconds