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

  /src/external/gpl3/gdb.old/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
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/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
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/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 7097 int base_type, variant_type, nid; local
7105 variant_type = EVP_CIPHER_get_type(cipher);
7109 if (!TEST_int_eq(variant_type, base_type))
7112 /* Verify that variant_type and nid are same for 64-bit variants */
7113 if (!TEST_int_eq(variant_type, nid))
7116 if (!TEST_int_eq(NID_des_ede3_cfb64, variant_type))
7121 variant_type = EVP_CIPHER_get_type(cipher);
7125 if (!TEST_int_eq(variant_type, base_type))
7128 /* Verify that variant_type and nid are different for variants */
7129 if (!TEST_int_ne(variant_type, nid)
    [all...]
evp_extra_test.c 7097 int base_type, variant_type, nid; local
7105 variant_type = EVP_CIPHER_get_type(cipher);
7109 if (!TEST_int_eq(variant_type, base_type))
7112 /* Verify that variant_type and nid are same for 64-bit variants */
7113 if (!TEST_int_eq(variant_type, nid))
7116 if (!TEST_int_eq(NID_des_ede3_cfb64, variant_type))
7121 variant_type = EVP_CIPHER_get_type(cipher);
7125 if (!TEST_int_eq(variant_type, base_type))
7128 /* Verify that variant_type and nid are different for variants */
7129 if (!TEST_int_ne(variant_type, nid)
    [all...]
  /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
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
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 196 milliseconds