Home
last modified time | relevance | path

Searched refs:vtable_type (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgnu-v3-abi.c180 struct type *vtable_type = gdbarch_data (current_gdbarch, in vtable_address_point_offset() local
183 return (TYPE_FIELD_BITPOS (vtable_type, vtable_field_virtual_functions) in vtable_address_point_offset()
192 struct type *vtable_type = gdbarch_data (current_gdbarch, in gnuv3_rtti_type() local
228 vtable = value_at_lazy (vtable_type, in gnuv3_rtti_type()
284 struct type *vtable_type = gdbarch_data (current_gdbarch, in gnuv3_virtual_fn_field() local
332 vtable = value_at_lazy (vtable_type, in gnuv3_virtual_fn_field()
363 struct type *vtable_type = gdbarch_data (current_gdbarch, in gnuv3_baseclass_offset() local
413 vtable = value_at_lazy (vtable_type, in gnuv3_baseclass_offset()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c563 build_vtable (class_type, name, vtable_type) in build_vtable() argument
566 tree vtable_type;
570 decl = build_lang_decl (VAR_DECL, name, vtable_type);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dclass.c684 build_vtable (tree class_type, tree name, tree vtable_type) in build_vtable() argument
688 decl = build_lang_decl (VAR_DECL, name, vtable_type); in build_vtable()