HomeSort by: relevance | last modified time | path
    Searched defs:real_type (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
ttm_object.h 147 * @real_type: Type of the underlying object. Needed since we're setting
159 enum ttm_object_type real_type; member in struct:ttm_prime_object
345 container_of(base, struct ttm_prime_object, base)->real_type :
  /src/external/gpl3/gdb/dist/gdb/
c-valprint.c 476 struct type *type, *real_type;
526 real_type = value_rtti_indirect_type (val, &full, &top,
528 if (real_type)
533 val = value_from_pointer (real_type,
564 real_type = value_rtti_type (val, &full, &top, &using_enc);
565 if (real_type)
568 val = value_full_object (val, real_type,
574 && (real_type->length ()
576 val = value_cast (real_type, val);
578 real_type->name ()
474 struct type *type, *real_type; local
    [all...]
cp-valprint.c 117 2nd argument REAL_TYPE is used to carry over the type of the
575 struct type *real_type = check_typedef (type); local
576 if (real_type->code () == TYPE_CODE_STRUCT)
604 if (real_type->code () == TYPE_CODE_ARRAY)
typeprint.c 359 struct type *real_type = NULL;
469 real_type = value_rtti_indirect_type (val, &full, &top, &using_enc);
471 real_type = value_rtti_type (val, &full, &top, &using_enc);
492 if (real_type)
495 type_print (real_type, "", gdb_stdout, -1);
356 struct type *real_type = NULL; local
eval.c 1265 struct type *real_type;
1274 real_type = value_rtti_indirect_type (arg1, &full, &top,
1276 if (real_type)
1277 arg1 = value_cast (real_type, arg1);
1263 struct type *real_type; local
valprint.c 1125 struct type *real_type = check_typedef (type);
1133 if (!valprint_check_validity (stream, real_type, 0, value))
1147 if (real_type->is_stub ())
1124 struct type *real_type = check_typedef (type); local
valops.c 244 struct type *real_type; local
246 real_type = value_rtti_type (v2, &full, &top, &using_enc);
247 if (real_type)
249 v = value_full_object (v2, real_type, full, top, using_enc);
250 v = value_at_lazy (real_type, v->address ());
251 real_type = v->type ();
255 if (real_type->name () != NULL
256 && !strcmp (real_type->name (), t1->name ()))
259 v = search_struct_field (t2->name (), v, real_type, 1);
663 struct type *real_type = check_typedef (type) local
3852 struct type *type, *real_type, *target_type; local
3919 struct type *real_type; local
4096 struct type *real_type = type->target_type (); local
4142 struct type *real_type = type->target_type (); local
    [all...]
value.c 1095 struct type *real_type;
1097 real_type = value_rtti_indirect_type (value, NULL, NULL, NULL);
1098 if (real_type)
1102 result = real_type;
3560 struct type *real_type = check_typedef (type);
3564 if (real_type->code () == TYPE_CODE_RANGE && type->bounds ()->bias != 0)
1094 struct type *real_type; local
3552 struct type *real_type = check_typedef (type); local
gdbtypes.c 2515 struct type *real_type = check_typedef (t);
2516 if (real_type->length () > max_len)
2517 max_len = real_type->length ();
2765 struct type *real_type
2768 new_bit_length += (real_type->length () * TARGET_CHAR_BIT);
2804 struct type *real_type = check_typedef (type);
2809 if (!is_dynamic_type_internal (real_type, top_level))
2828 type = real_type;
2764 struct type *real_type local
2803 struct type *real_type = check_typedef (type); local
  /src/external/gpl3/gdb.old/dist/gdb/
c-valprint.c 477 struct type *type, *real_type;
527 real_type = value_rtti_indirect_type (val, &full, &top,
529 if (real_type)
534 val = value_from_pointer (real_type,
565 real_type = value_rtti_type (val, &full, &top, &using_enc);
566 if (real_type)
569 val = value_full_object (val, real_type,
575 && (real_type->length ()
577 val = value_cast (real_type, val);
579 real_type->name ()
475 struct type *type, *real_type; local
    [all...]
cp-valprint.c 117 2nd argument REAL_TYPE is used to carry over the type of the
575 struct type *real_type = check_typedef (type); local
576 if (real_type->code () == TYPE_CODE_STRUCT)
604 if (real_type->code () == TYPE_CODE_ARRAY)
typeprint.c 442 struct type *real_type = NULL;
552 real_type = value_rtti_indirect_type (val, &full, &top, &using_enc);
554 real_type = value_rtti_type (val, &full, &top, &using_enc);
575 if (real_type)
578 type_print (real_type, "", gdb_stdout, -1);
439 struct type *real_type = NULL; local
eval.c 1240 struct type *real_type;
1249 real_type = value_rtti_indirect_type (arg1, &full, &top,
1251 if (real_type)
1252 arg1 = value_cast (real_type, arg1);
1238 struct type *real_type; local
valprint.c 1051 struct type *real_type = check_typedef (type);
1059 if (!valprint_check_validity (stream, real_type, 0, value))
1073 if (real_type->is_stub ())
1050 struct type *real_type = check_typedef (type); local
valops.c 245 struct type *real_type; local
247 real_type = value_rtti_type (v2, &full, &top, &using_enc);
248 if (real_type)
250 v = value_full_object (v2, real_type, full, top, using_enc);
251 v = value_at_lazy (real_type, v->address ());
252 real_type = v->type ();
256 if (real_type->name () != NULL
257 && !strcmp (real_type->name (), t1->name ()))
260 v = search_struct_field (t2->name (), v, real_type, 1);
664 struct type *real_type = check_typedef (type) local
3853 struct type *type, *real_type, *target_type; local
3920 struct type *real_type; local
4097 struct type *real_type = type->target_type (); local
4143 struct type *real_type = type->target_type (); local
    [all...]
value.c 1095 struct type *real_type;
1097 real_type = value_rtti_indirect_type (value, NULL, NULL, NULL);
1098 if (real_type)
1102 result = real_type;
3519 struct type *real_type = check_typedef (type);
3523 if (real_type->code () == TYPE_CODE_RANGE && type->bounds ()->bias != 0)
1094 struct type *real_type; local
3511 struct type *real_type = check_typedef (type); local
  /src/sys/dev/sun/
fbio.h 154 int real_type; /* real device type */ member in struct:fbgattr
  /src/external/gpl3/gcc/dist/gcc/
godump.cc 782 case REAL_TYPE:
810 tree real_type; local
812 real_type = TREE_TYPE (type);
813 if (TREE_CODE (real_type) == REAL_TYPE)
815 switch (TYPE_PRECISION (real_type))
825 2 * TYPE_PRECISION (real_type));
  /src/external/gpl3/gcc.old/dist/gcc/
godump.cc 763 case REAL_TYPE:
791 tree real_type; local
793 real_type = TREE_TYPE (type);
794 if (TREE_CODE (real_type) == REAL_TYPE)
796 switch (TYPE_PRECISION (real_type))
806 2 * TYPE_PRECISION (real_type));
  /src/external/gpl3/gcc/dist/gcc/cp/
rtti.cc 971 tree real_type = xref_tag (class_type, ti->name);
972 tree real_decl = TYPE_NAME (real_type);
976 if (!COMPLETE_TYPE_P (real_type))
981 SET_CLASSTYPE_INTERFACE_KNOWN (real_type);
982 CLASSTYPE_INTERFACE_ONLY (real_type) = 1;
985 vtable_ptr = get_vtable_decl (real_type, /*complete=*/1);
1138 case REAL_TYPE:
1665 fallback = make_node (REAL_TYPE);
969 tree real_type = xref_tag (class_type, ti->name); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
rtti.cc 967 tree real_type = xref_tag (class_type, ti->name);
968 tree real_decl = TYPE_NAME (real_type);
972 if (!COMPLETE_TYPE_P (real_type))
977 SET_CLASSTYPE_INTERFACE_KNOWN (real_type);
978 CLASSTYPE_INTERFACE_ONLY (real_type) = 1;
981 vtable_ptr = get_vtable_decl (real_type, /*complete=*/1);
1134 case REAL_TYPE:
1643 fallback_dfloat32_type = make_node (REAL_TYPE);
1644 fallback_dfloat64_type = make_node (REAL_TYPE);
1645 fallback_dfloat128_type = make_node (REAL_TYPE);
965 tree real_type = xref_tag (class_type, ti->name); local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elfnn-kvx.c 2645 bfd_reloc_code_real_type real_type = local
2648 if (real_type == BFD_RELOC_KVX_S37_TLS_LD_LO10
2649 || real_type == BFD_RELOC_KVX_S37_TLS_LD_UP27
2650 || real_type == BFD_RELOC_KVX_S43_TLS_LD_LO10
2651 || real_type == BFD_RELOC_KVX_S43_TLS_LD_UP27
2652 || real_type == BFD_RELOC_KVX_S43_TLS_LD_EX6)
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-kvx.c 2644 bfd_reloc_code_real_type real_type = local
2647 if (real_type == BFD_RELOC_KVX_S37_TLS_LD_LO10
2648 || real_type == BFD_RELOC_KVX_S37_TLS_LD_UP27
2649 || real_type == BFD_RELOC_KVX_S43_TLS_LD_LO10
2650 || real_type == BFD_RELOC_KVX_S43_TLS_LD_UP27
2651 || real_type == BFD_RELOC_KVX_S43_TLS_LD_EX6)
  /src/external/gpl3/gdb/dist/bfd/
elfnn-kvx.c 2643 bfd_reloc_code_real_type real_type = local
2646 if (real_type == BFD_RELOC_KVX_S37_TLS_LD_LO10
2647 || real_type == BFD_RELOC_KVX_S37_TLS_LD_UP27
2648 || real_type == BFD_RELOC_KVX_S43_TLS_LD_LO10
2649 || real_type == BFD_RELOC_KVX_S43_TLS_LD_UP27
2650 || real_type == BFD_RELOC_KVX_S43_TLS_LD_EX6)
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-kvx.c 2644 bfd_reloc_code_real_type real_type = local
2647 if (real_type == BFD_RELOC_KVX_S37_TLS_LD_LO10
2648 || real_type == BFD_RELOC_KVX_S37_TLS_LD_UP27
2649 || real_type == BFD_RELOC_KVX_S43_TLS_LD_LO10
2650 || real_type == BFD_RELOC_KVX_S43_TLS_LD_UP27
2651 || real_type == BFD_RELOC_KVX_S43_TLS_LD_EX6)

Completed in 136 milliseconds

1 2