Searched refs:baseclass (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcp-valprint.c117 DONT_PRINT is an array of baseclass types that we should not print,
413 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
414 const char *basename = baseclass->name ();
426 if (baseclass == first_dont_print[j])
429 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
456 gdb::byte_vector buf (TYPE_LENGTH (baseclass));
459 TYPE_LENGTH (baseclass)) != 0)
461 base_val = value_from_contents_and_address (baseclass,
464 baseclass = value_type (base_val);
486 no baseclass nam
[all...]
H A Dp-valprint.c510 DONT_PRINT is an array of baseclass types that we
712 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
713 const char *basename = baseclass->name ();
725 if (baseclass == first_dont_print[j])
728 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
754 gdb::byte_vector buf (TYPE_LENGTH (baseclass));
757 TYPE_LENGTH (baseclass)) != 0)
759 base_value = value_from_contents_and_address (baseclass,
762 baseclass = value_type (base_value);
774 baseclass nam
710 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
[all...]
H A Dvalops.c1917 error (_("virtual baseclass botch"));
1959 fields, look for a baseclass named NAME. */
2041 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
2053 gdb::byte_vector tmp (TYPE_LENGTH (baseclass));
2057 tmp.data (), TYPE_LENGTH (baseclass)) != 0)
2058 error (_("virtual baseclass botch"));
2060 base_val = value_from_contents_and_address (baseclass,
2039 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
H A Dgdbtypes.c1920 /* We must start at zero in case the first (and only) baseclass
1924 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
1928 fieldno = get_vptr_fieldno (baseclass, &basetype);
1923 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
H A DChangeLog-3.x57 from all baseclasses; remove vestigial variable baseclass.
4034 having to be derived from a single baseclass to a multiple
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcp-valprint.c119 DONT_PRINT is an array of baseclass types that we should not print,
413 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
414 const char *basename = baseclass->name ();
426 if (baseclass == first_dont_print[j])
429 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
456 gdb::byte_vector buf (baseclass->length ());
459 baseclass->length ()) != 0)
461 base_val = value_from_contents_and_address (baseclass,
464 baseclass = value_type (base_val);
486 no baseclass nam
[all...]
H A Dp-valprint.c509 DONT_PRINT is an array of baseclass types that we
709 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
710 const char *basename = baseclass->name ();
722 if (baseclass == first_dont_print[j])
725 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
751 gdb::byte_vector buf (baseclass->length ());
754 baseclass->length ()) != 0)
756 base_value = value_from_contents_and_address (baseclass,
759 baseclass = value_type (base_value);
771 baseclass nam
707 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
[all...]
H A Dvalops.c1900 struct value *baseclass ()
1906 /* Update results to include V, a found field/baseclass. */
1909 /* The name of the field/baseclass we're searching for. */
1912 /* Whether we're looking for a baseclass, or a field. */
1915 /* The offset of the baseclass containing the field/baseclass we
1919 /* If looking for a baseclass, then the result is stored here. */
2100 error (_("virtual baseclass botch"));
2131 fields, look for a baseclass named NAME. */
2185 return searcher.baseclass ();
1898 struct value *baseclass () function in struct:struct_field_searcher
2260 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
[all...]
H A Dgdbtypes.c2033 /* We must start at zero in case the first (and only) baseclass
2037 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
2041 fieldno = get_vptr_fieldno (baseclass, &basetype);
2036 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
H A DChangeLog-3.x57 from all baseclasses; remove vestigial variable baseclass.
4034 having to be derived from a single baseclass to a multiple

Completed in 371 milliseconds