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

  /src/external/gpl3/gdb/dist/gdb/
rust-lang.c 602 struct type *variant_type = type->field (variant_fieldno).type ();
604 int nfields = variant_type->num_fields ();
606 bool is_tuple = rust_tuple_struct_type_p (variant_type);
608 gdb_printf (stream, "%s", variant_type->name ());
635 variant_type->field (j).name ()));
600 struct type *variant_type = type->field (variant_fieldno).type (); local
  /src/external/gpl3/gdb.old/dist/gdb/
rust-lang.c 607 struct type *variant_type = type->field (variant_fieldno).type ();
609 int nfields = variant_type->num_fields ();
611 bool is_tuple = rust_tuple_struct_type_p (variant_type);
613 gdb_printf (stream, "%s", variant_type->name ());
640 variant_type->field (j).name ()));
605 struct type *variant_type = type->field (variant_fieldno).type (); local
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 25816 tree variant_type = TREE_TYPE (variant);
25822 gcc_assert (TREE_CODE (variant_type) == RECORD_TYPE);
25824 variant_die = new_die (DW_TAG_variant, variant_part_die, variant_type);
25841 for (tree member = TYPE_FIELDS (variant_type);
25798 tree variant_type = TREE_TYPE (variant); local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 25678 tree variant_type = TREE_TYPE (variant);
25684 gcc_assert (TREE_CODE (variant_type) == RECORD_TYPE);
25686 variant_die = new_die (DW_TAG_variant, variant_part_die, variant_type);
25703 for (tree member = TYPE_FIELDS (variant_type);
25660 tree variant_type = TREE_TYPE (variant); local

Completed in 69 milliseconds