Home
last modified time | relevance | path

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

1234

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/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()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/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()
/dports/math/clasp/clasp-3.3.5/libpotassco/potassco/program_opts/detail/
H A Dvalue_store.h42 static vtable_type vtable_s;
53 static vtable_type vtable_s;
56 vtable_type VTable<T>::vtable_s = {
63 vtable_type OptVTable<T>::vtable_s = {
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/potassco/program_opts/detail/
H A Dvalue_store.h42 static vtable_type vtable_s;
53 static vtable_type vtable_s;
56 vtable_type VTable<T>::vtable_s = {
63 vtable_type OptVTable<T>::vtable_s = {
/dports/devel/hpx/hpx-1.2.1/hpx/util/detail/vtable/
H A Dserializable_function_vtable.hpp42 typedef serializable_function_vtable<VTable> vtable_type; in get_vtable() typedef
43 return const_cast<vtable_type*>(detail::get_vtable<vtable_type, T>()); in get_vtable()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dgnu-v3-abi.c175 struct type *vtable_type = gdbarch_data (gdbarch, vtable_type_gdbarch_data); in vtable_ptrdiff_type() local
178 return TYPE_FIELD_TYPE (vtable_type, vtable_field_offset_to_top); in vtable_ptrdiff_type()
187 struct type *vtable_type = gdbarch_data (gdbarch, vtable_type_gdbarch_data); in vtable_address_point_offset() local
189 return (TYPE_FIELD_BITPOS (vtable_type, vtable_field_virtual_functions) in vtable_address_point_offset()
240 struct type *vtable_type = gdbarch_data (gdbarch, in gnuv3_get_vtable() local
259 vtable_pointer_type = lookup_pointer_type (vtable_type); in gnuv3_get_vtable()
267 return value_at_lazy (vtable_type, in gnuv3_get_vtable()
/dports/www/wt/wt-4.6.1/src/Wt/cpp17/any/
H A Dany.hpp183 struct vtable_type struct in linb::any
284 static vtable_type* vtable_for_type() in vtable_for_type()
287 static vtable_type table = { in vtable_for_type()
342 vtable_type* vtable;
/dports/devel/xtl-quant-stack/xtl-0.7.4/include/xtl/
H A Dxany.hpp207 struct vtable_type struct in xtl::any
310 static vtable_type* vtable_for_type() in vtable_for_type()
313 static vtable_type table = { in vtable_for_type()
365 vtable_type* vtable;
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dgnu-v3-abi.c176 struct type *vtable_type = gdbarch_data (gdbarch, vtable_type_gdbarch_data); in vtable_ptrdiff_type() local
179 return TYPE_FIELD_TYPE (vtable_type, vtable_field_offset_to_top); in vtable_ptrdiff_type()
188 struct type *vtable_type = gdbarch_data (gdbarch, vtable_type_gdbarch_data); in vtable_address_point_offset() local
190 return (TYPE_FIELD_BITPOS (vtable_type, vtable_field_virtual_functions) in vtable_address_point_offset()
241 struct type *vtable_type = gdbarch_data (gdbarch, in gnuv3_get_vtable() local
260 vtable_pointer_type = lookup_pointer_type (vtable_type); in gnuv3_get_vtable()
268 return value_at_lazy (vtable_type, in gnuv3_get_vtable()
/dports/math/clasp/clasp-3.3.5/libpotassco/potassco/program_opts/
H A Dvalue_store.h32 typedef vcall_type vtable_type[4]; typedef
33 typedef vtable_type* vptr_type;
/dports/math/clingo/clingo-5.5.1/clasp/libpotassco/potassco/program_opts/
H A Dvalue_store.h32 typedef vcall_type vtable_type[4]; typedef
33 typedef vtable_type* vptr_type;
/dports/www/srt/srt-1.4.4/test/
H A Dany.hpp198 struct vtable_type struct in linb::any
308 static vtable_type* vtable_for_type() in vtable_for_type()
311 static vtable_type table = { in vtable_for_type()
373 vtable_type* vtable;
/dports/devel/gdb/gdb-11.1/gdb/
H A Dgnu-v3-abi.c182 struct type *vtable_type in vtable_ptrdiff_type() local
186 return vtable_type->field (vtable_field_offset_to_top).type (); in vtable_ptrdiff_type()
195 struct type *vtable_type in vtable_address_point_offset() local
198 return (TYPE_FIELD_BITPOS (vtable_type, vtable_field_virtual_functions) in vtable_address_point_offset()
256 struct type *vtable_type in gnuv3_get_vtable() local
278 vtable_pointer_type = lookup_pointer_type (vtable_type); in gnuv3_get_vtable()
286 return value_at_lazy (vtable_type, in gnuv3_get_vtable()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/function/
H A Dfunction_template.hpp682 vtable_type; typedef in pdalboost::BOOST_FUNCTION_FUNCTION
684 vtable_type* get_vtable() const { in get_vtable()
685 return reinterpret_cast<vtable_type*>( in get_vtable()
936 static const vtable_type stored_vtable = in assign_to()
971 static const vtable_type stored_vtable = in assign_to_a()
/dports/devel/R-cran-BH/BH/inst/include/boost/function/
H A Dfunction_template.hpp675 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
677 vtable_type* get_vtable() const { in get_vtable()
678 return reinterpret_cast<vtable_type*>( in get_vtable()
939 static const vtable_type stored_vtable = in assign_to()
973 static const vtable_type stored_vtable = in assign_to_a()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/function/
H A Dfunction_template.hpp676 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
678 vtable_type* get_vtable() const { in get_vtable()
679 return reinterpret_cast<vtable_type*>( in get_vtable()
906 static const vtable_type stored_vtable = in assign_to()
940 static const vtable_type stored_vtable = in assign_to_a()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/function/
H A Dfunction_template.hpp682 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
684 vtable_type* get_vtable() const { in get_vtable()
685 return reinterpret_cast<vtable_type*>( in get_vtable()
936 static const vtable_type stored_vtable = in assign_to()
971 static const vtable_type stored_vtable = in assign_to_a()
/dports/databases/xtrabackup/boost_1_59_0/boost/function/
H A Dfunction_template.hpp682 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
684 vtable_type* get_vtable() const { in get_vtable()
685 return reinterpret_cast<vtable_type*>( in get_vtable()
936 static const vtable_type stored_vtable = in assign_to()
971 static const vtable_type stored_vtable = in assign_to_a()
/dports/databases/percona57-server/boost_1_59_0/boost/function/
H A Dfunction_template.hpp682 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
684 vtable_type* get_vtable() const { in get_vtable()
685 return reinterpret_cast<vtable_type*>( in get_vtable()
936 static const vtable_type stored_vtable = in assign_to()
971 static const vtable_type stored_vtable = in assign_to_a()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/function/
H A Dfunction_template.hpp675 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
677 vtable_type* get_vtable() const { in get_vtable()
678 return reinterpret_cast<vtable_type*>( in get_vtable()
930 static const vtable_type stored_vtable = in assign_to()
964 static const vtable_type stored_vtable = in assign_to_a()
/dports/databases/percona57-client/boost_1_59_0/boost/function/
H A Dfunction_template.hpp682 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
684 vtable_type* get_vtable() const { in get_vtable()
685 return reinterpret_cast<vtable_type*>( in get_vtable()
936 static const vtable_type stored_vtable = in assign_to()
971 static const vtable_type stored_vtable = in assign_to_a()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/function/
H A Dfunction_template.hpp675 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
677 vtable_type* get_vtable() const { in get_vtable()
678 return reinterpret_cast<vtable_type*>( in get_vtable()
930 static const vtable_type stored_vtable = in assign_to()
964 static const vtable_type stored_vtable = in assign_to_a()
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/function/
H A Dfunction_template.hpp682 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
684 vtable_type* get_vtable() const { in get_vtable()
685 return reinterpret_cast<vtable_type*>( in get_vtable()
936 static const vtable_type stored_vtable = in assign_to()
971 static const vtable_type stored_vtable = in assign_to_a()
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/function/
H A Dfunction_template.hpp675 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
677 vtable_type* get_vtable() const { in get_vtable()
678 return reinterpret_cast<vtable_type*>( in get_vtable()
930 static const vtable_type stored_vtable = in assign_to()
964 static const vtable_type stored_vtable = in assign_to_a()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/function/
H A Dfunction_template.hpp682 vtable_type; typedef in boost::BOOST_FUNCTION_FUNCTION
684 vtable_type* get_vtable() const { in get_vtable()
685 return reinterpret_cast<vtable_type*>( in get_vtable()
935 static const vtable_type stored_vtable = in assign_to()
970 static const vtable_type stored_vtable = in assign_to_a()

1234