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

  /src/external/gpl3/gdb/dist/gdb/
p-valprint.c 512 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 (baseclass->length ());
757 baseclass->length ()) != 0)
759 base_value = value_from_contents_and_address (baseclass,
762 baseclass = base_value->type ();
774 baseclass name. *
710 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
    [all...]
cp-valprint.c 120 DONT_PRINT is an array of baseclass types that we should not print,
440 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
441 const char *basename = baseclass->name ();
453 if (baseclass == first_dont_print[j])
456 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
483 gdb::byte_vector buf (baseclass->length ());
486 baseclass->length ()) != 0)
488 base_val = value_from_contents_and_address (baseclass,
491 baseclass = base_val->type ();
513 no baseclass name. *
    [all...]
valops.c 1892 struct value *baseclass ()
1898 /* Update results to include V, a found field/baseclass. */
1901 /* The name of the field/baseclass we're searching for. */
1904 /* Whether we're looking for a baseclass, or a field. */
1907 /* The offset of the baseclass containing the field/baseclass we
1911 /* If looking for a baseclass, then the result is stored here. */
2092 error (_("virtual baseclass botch"));
2123 fields, look for a baseclass named NAME. */
2177 return searcher.baseclass ();
1890 struct value *baseclass () function in struct:struct_field_searcher
2252 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
    [all...]
gdbtypes.c 1987 /* We must start at zero in case the first (and only) baseclass
1991 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
1995 fieldno = get_vptr_fieldno (baseclass, &basetype);
1990 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
  /src/external/gpl3/gdb.old/dist/gdb/
p-valprint.c 512 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 (baseclass->length ());
757 baseclass->length ()) != 0)
759 base_value = value_from_contents_and_address (baseclass,
762 baseclass = base_value->type ();
774 baseclass name. *
710 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
    [all...]
cp-valprint.c 120 DONT_PRINT is an array of baseclass types that we should not print,
440 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
441 const char *basename = baseclass->name ();
453 if (baseclass == first_dont_print[j])
456 obstack_ptr_grow (&dont_print_vb_obstack, baseclass);
483 gdb::byte_vector buf (baseclass->length ());
486 baseclass->length ()) != 0)
488 base_val = value_from_contents_and_address (baseclass,
491 baseclass = base_val->type ();
513 no baseclass name. *
    [all...]
valops.c 1893 struct value *baseclass ()
1899 /* Update results to include V, a found field/baseclass. */
1902 /* The name of the field/baseclass we're searching for. */
1905 /* Whether we're looking for a baseclass, or a field. */
1908 /* The offset of the baseclass containing the field/baseclass we
1912 /* If looking for a baseclass, then the result is stored here. */
2093 error (_("virtual baseclass botch"));
2124 fields, look for a baseclass named NAME. */
2178 return searcher.baseclass ();
1891 struct value *baseclass () function in struct:struct_field_searcher
2253 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local
    [all...]
gdbtypes.c 1987 /* We must start at zero in case the first (and only) baseclass
1991 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i));
1995 fieldno = get_vptr_fieldno (baseclass, &basetype);
1990 struct type *baseclass = check_typedef (TYPE_BASECLASS (type, i)); local

Completed in 47 milliseconds