Searched refs:vtable_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgnu-v3-abi.c180 struct type *vtable_type = gdbarch_data (current_gdbarch, local
183 return (TYPE_FIELD_BITPOS (vtable_type, vtable_field_virtual_functions)
192 struct type *vtable_type = gdbarch_data (current_gdbarch, local
228 vtable = value_at_lazy (vtable_type,
284 struct type *vtable_type = gdbarch_data (current_gdbarch, local
332 vtable = value_at_lazy (vtable_type,
363 struct type *vtable_type = gdbarch_data (current_gdbarch, local
413 vtable = value_at_lazy (vtable_type,
/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c685 build_vtable (tree class_type, tree name, tree vtable_type)
689 decl = build_lang_decl (VAR_DECL, name, vtable_type);
684 build_vtable(tree class_type, tree name, tree vtable_type) argument

Completed in 76 milliseconds