Searched refs:enclosing_type (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dc-varobj.c118 struct type *enclosing_type; local
121 enclosing_type = value_actual_type (*value, 1, &real_type_found);
124 *type = enclosing_type;
125 *value = value_cast (enclosing_type, *value);
H A Dvalue.c182 enclosing_type (type_)
316 When we store the entire object, `enclosing_type' is the run-time
323 If `type' is a pointer to an object, then `enclosing_type' is a
332 If we're not doing anything fancy, `enclosing_type' is equal to
335 struct type *enclosing_type; member in struct:value
848 <= TYPE_LENGTH (val1->enclosing_type) * TARGET_CHAR_BIT);
850 <= TYPE_LENGTH (val2->enclosing_type) * TARGET_CHAR_BIT);
1021 check_type_length_before_alloc (val->enclosing_type);
1023 ((gdb_byte *) xzalloc (TYPE_LENGTH (val->enclosing_type)));
1160 return value->enclosing_type;
1719 struct type *enclosing_type = value_enclosing_type (v); local
[all...]
H A Dvalops.c1469 struct type *enclosing_type local
1472 = lookup_pointer_type (TYPE_TARGET_TYPE (enclosing_type));
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dc-varobj.c118 struct type *enclosing_type; local
121 enclosing_type = value_actual_type (*value, 1, &real_type_found);
124 *type = enclosing_type;
125 *value = value_cast (enclosing_type, *value);
H A Dvalue.c189 enclosing_type (type_)
327 When we store the entire object, `enclosing_type' is the run-time
334 If `type' is a pointer to an object, then `enclosing_type' is a
343 If we're not doing anything fancy, `enclosing_type' is equal to
346 struct type *enclosing_type; member in struct:value
861 <= val1->enclosing_type->length () * TARGET_CHAR_BIT);
863 <= val2->enclosing_type->length () * TARGET_CHAR_BIT);
1045 check_type_length_before_alloc (val->enclosing_type);
1047 ((gdb_byte *) xzalloc (val->enclosing_type->length ()));
1192 return value->enclosing_type;
1815 struct type *enclosing_type = value_enclosing_type (v); local
[all...]
H A Dvalops.c1561 struct type *enclosing_type local
1564 = lookup_pointer_type (enclosing_type->target_type ());
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcp1plugin.cc2385 gcc_type enclosing_type,
2390 tree type = convert_in (enclosing_type);
2402 gcc_type enclosing_type,
2406 tree type = convert_in (enclosing_type);
2375 plugin_build_dependent_typename(cc1_plugin::connection *self, gcc_type enclosing_type, const char *id, const gcc_cp_template_args *targs) argument
2392 plugin_build_dependent_class_template(cc1_plugin::connection *self, gcc_type enclosing_type, const char *id) argument
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcp1plugin.cc2222 gcc_type enclosing_type,
2227 tree type = convert_in (enclosing_type);
2239 gcc_type enclosing_type,
2243 tree type = convert_in (enclosing_type);
2217 plugin_build_dependent_typename(cc1_plugin::connection *self, gcc_type enclosing_type, const char *id, const gcc_cp_template_args *targs) argument
2234 plugin_build_dependent_class_template(cc1_plugin::connection *self, gcc_type enclosing_type, const char *id) argument

Completed in 155 milliseconds