| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-valprint.c | 494 struct type *original_type = val->type (); 500 if (original_type->code () == TYPE_CODE_PTR 501 && original_type->name () == NULL 502 && original_type->target_type ()->name () != NULL 503 && (strcmp (original_type->target_type ()->name (), 505 || textual_name (original_type->target_type ()->name ()))) 492 struct type *original_type = val->type (); local
|
| rust-lang.c | 352 struct type *original_type = ptr->type ()->target_type (); local 355 if (!rewrite_slice_type (original_type, &new_type, llen - 1, 357 new_type = lookup_array_range_type (original_type, 0, llen - 1); 830 type = prop->original_type ();
|
| gdbtypes.h | 294 struct type *original_type; member in union:dynamic_prop_data 386 struct type *original_type () const function in struct:dynamic_prop 390 return m_data.original_type; 393 void set_original_type (struct type *original_type) 396 m_data.original_type = original_type;
|
| ada-lang.c | 8779 struct type *original_type = type; 8781 return value::zero (original_type, not_lval); 8794 return value_from_longest (original_type, value); 8766 struct type *original_type = type; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| c-valprint.c | 494 struct type *original_type = val->type (); 500 if (original_type->code () == TYPE_CODE_PTR 501 && original_type->name () == NULL 502 && original_type->target_type ()->name () != NULL 503 && (strcmp (original_type->target_type ()->name (), 505 || textual_name (original_type->target_type ()->name ()))) 492 struct type *original_type = val->type (); local
|
| rust-lang.c | 357 struct type *original_type = ptr->type ()->target_type (); local 360 if (!rewrite_slice_type (original_type, &new_type, llen - 1, 362 new_type = lookup_array_range_type (original_type, 0, llen - 1); 835 type = prop->original_type ();
|
| gdbtypes.h | 294 struct type *original_type; member in union:dynamic_prop_data 386 struct type *original_type () const function in struct:dynamic_prop 390 return m_data.original_type; 393 void set_original_type (struct type *original_type) 396 m_data.original_type = original_type;
|
| ada-lang.c | 8783 struct type *original_type = type; 8785 return value::zero (original_type, not_lval); 8798 return value_from_longest (original_type, value); 8770 struct type *original_type = type; local
|
| /src/external/gpl3/gcc/dist/libobjc/objc/ |
| runtime.h | 1121 const char *original_type; member in struct:objc_struct_layout
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| runtime.h | 1121 const char *original_type; member in struct:objc_struct_layout
|
| /src/external/gpl3/gcc/dist/gcc/ |
| godump.cc | 1175 tree original_type; local 1178 original_type = DECL_ORIGINAL_TYPE (decl); 1179 if (original_type == NULL_TREE) 1180 original_type = TREE_TYPE (decl); 1185 if (TYPE_IDENTIFIER (original_type) != NULL 1186 && IDENTIFIER_POINTER (TYPE_IDENTIFIER (original_type)) == type) 1195 if (!go_format_type (container, original_type, true, false,
|
| dwarf2out.cc | 21920 tree original_type = DECL_BIT_FIELD_TYPE (decl); 21932 gcc_assert (original_type && TREE_CODE (decl) == FIELD_DECL); 21955 simple_type_size_in_bits (original_type); 21906 tree original_type = DECL_BIT_FIELD_TYPE (decl); local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| godump.cc | 1151 tree original_type; local 1154 original_type = DECL_ORIGINAL_TYPE (decl); 1155 if (original_type == NULL_TREE) 1156 original_type = TREE_TYPE (decl); 1161 if (TYPE_IDENTIFIER (original_type) != NULL 1162 && IDENTIFIER_POINTER (TYPE_IDENTIFIER (original_type)) == type) 1171 if (!go_format_type (container, original_type, true, false,
|
| dwarf2out.cc | 21823 tree original_type = DECL_BIT_FIELD_TYPE (decl); 21835 gcc_assert (original_type && TREE_CODE (decl) == FIELD_DECL); 21858 simple_type_size_in_bits (original_type); 21809 tree original_type = DECL_BIT_FIELD_TYPE (decl); local
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-tree.h | 167 tree original_type; member in struct:c_expr
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-tree.h | 142 tree original_type; member in struct:c_expr
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| typeck.cc | 243 original_type (tree t) 921 if (original_type (t1) == original_type (t2)) 242 original_type (tree t) function
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| typeck.cc | 248 original_type (tree t) 771 if (original_type (t1) == original_type (t2)) 247 original_type (tree t) function
|