Home
last modified time | relevance | path

Searched refs:vtable (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgl_list.c54 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_size()
61 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_node_value()
68 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_next_node()
75 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_previous_node()
82 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_get_at()
89 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_set_at()
97 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_search()
105 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_search_from()
112 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_search_from_to()
120 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_indexof()
[all …]
H A Dgl_list.h257 const struct gl_list_implementation *vtable; member
429 const struct gl_list_implementation *vtable; member
468 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_size()
476 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_node_value()
484 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_next_node()
492 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_previous_node()
500 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_get_at()
508 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_set_at()
517 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_search()
526 return ((const struct gl_list_impl_base *) list)->vtable in gl_list_search_from()
[all …]
/netbsd/external/bsd/libarchive/dist/libarchive/
H A Darchive_virtual.c36 return ((a->vtable->archive_filter_code)(a, n)); in archive_filter_code()
42 return ((a->vtable->archive_filter_count)(a)); in archive_filter_count()
48 return ((a->vtable->archive_filter_name)(a, n)); in archive_filter_name()
54 return ((a->vtable->archive_filter_bytes)(a, n)); in archive_filter_bytes()
62 return ((a->vtable->archive_free)(a)); in archive_free()
68 return ((a->vtable->archive_close)(a)); in archive_write_close()
74 return ((a->vtable->archive_close)(a)); in archive_read_close()
118 return ((a->vtable->archive_write_header)(a, entry)); in archive_write_header()
124 return ((a->vtable->archive_write_finish_entry)(a)); in archive_write_finish_entry()
130 return ((a->vtable->archive_write_data)(a, buff, s)); in archive_write_data()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DTypeMetadata.rst9 valid vtable or function pointer for a given class or function type, and its
75 B is constructed, the address of ``&B::f`` is stored in the vtable pointer. In
76 this way, the vtable in B's virtual table object is compatible with A's vtable.
79 virtual table object contains two vtables, one compatible with A's vtable and
80 the other compatible with C's vtable. Objects of type D contain two virtual
82 the vtable compatible with A's vtable, and the other belonging to the C
83 subobject and containing the address of the vtable compatible with C's vtable.
87 address point within that class's vtable and the name of one of the classes
253 load from the vtable for ``B`` (using the object pointer), and then call
260 attached to vtable objects, with the following values:
[all …]
H A DHowToBuildWindowsItaniumPrograms.rst48 In the Itanium C++ ABI the first member of an object is a pointer to the vtable
49 for its class. The vtable is often emitted into the object file with the key function
54 that runs after IAT patching but before anything that might use the vtable pointers,
55 and sets the vtable pointer to the address from the IAT. For the special case of
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dgnu-v3-abi.c297 struct value *vtable; in gnuv3_rtti_type() local
318 if (vtable == NULL) in gnuv3_rtti_type()
384 struct value *vtable, *vfn; in gnuv3_get_virtual_fn() local
389 gdb_assert (vtable != NULL); in gnuv3_get_virtual_fn()
452 struct value *vtable; in gnuv3_baseclass_offset() local
504 gdb_assert (vtable != NULL); in gnuv3_baseclass_offset()
905 struct value *vtable; in print_one_vtable() local
960 struct value *vtable; in gnuv3_print_vtable() local
983 vtable = NULL; in gnuv3_print_vtable()
988 if (!vtable) in gnuv3_print_vtable()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-v3-abi.c297 struct value *vtable; in gnuv3_rtti_type() local
318 if (vtable == NULL) in gnuv3_rtti_type()
384 struct value *vtable, *vfn; in gnuv3_get_virtual_fn() local
389 gdb_assert (vtable != NULL); in gnuv3_get_virtual_fn()
452 struct value *vtable; in gnuv3_baseclass_offset() local
504 gdb_assert (vtable != NULL); in gnuv3_baseclass_offset()
905 struct value *vtable; in print_one_vtable() local
960 struct value *vtable; in gnuv3_print_vtable() local
983 vtable = NULL; in gnuv3_print_vtable()
988 if (!vtable) in gnuv3_print_vtable()
[all …]
/netbsd/usr.bin/tip/
H A Dcmds.c746 if (vtable[SCRIPT].v_access&CHANGED) { in variable()
747 vtable[SCRIPT].v_access &= ~CHANGED; in variable()
753 if (vtable[RECORD].v_access&CHANGED) in variable()
754 vtable[RECORD].v_access &= ~CHANGED; in variable()
756 if (vtable[RECORD].v_access&CHANGED) { in variable()
757 vtable[RECORD].v_access &= ~CHANGED; in variable()
761 if (vtable[TAND].v_access&CHANGED) { in variable()
762 vtable[TAND].v_access &= ~CHANGED; in variable()
768 if (vtable[LECHO].v_access&CHANGED) { in variable()
769 vtable[LECHO].v_access &= ~CHANGED; in variable()
[all …]
H A Dvalue.c63 for (p = vtable; p->v_name != NULL; p++) { in vinit()
90 vtable[EXCEPTIONS].v_access &= ~(WRITE<<PUBLIC); in vinit()
141 for (p = vtable; p->v_name; p++) in vlex()
266 for (p = vtable; p->v_name; p++) in vlookup()
H A Dtip.h151 #define value(v) vtable[v].v_value
183 extern value_t vtable[]; /* variable table */
/netbsd/usr.bin/dc/
H A Dinout.c46 static struct vtable stream_vtable = {
53 static struct vtable string_vtable = {
64 src->vtable = &stream_vtable; in src_setstream()
72 src->vtable = &string_vtable; in src_setstring()
194 while ((ch = (*src->vtable->readchar)(src)) != EOF) { in readnumber()
209 (*src->vtable->unreadchar)(src); in readnumber()
247 while ((ch = (*src->vtable->readchar)(src)) != EOF) { in read_string()
H A Dbcode.h67 struct vtable { struct
75 struct vtable *vtable; member
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.c273 tree vtable;
282 vtable = TREE_OPERAND (TREE_OPERAND (vtable, 0), 0);
656 prevailing = vtable;
657 vtable = tmp;
709 DECL_CONTEXT (vtable->decl)))
811 prevailing = vtable;
812 vtable = tmp;
2553 vtable = TREE_OPERAND (TREE_OPERAND (vtable, 0), 0);
2777 tree vtable)
2858 tree vtable;
[all …]
H A Dipa-devirt.cc273 tree vtable; in type_possibly_instantiated_p() local
282 vtable = TREE_OPERAND (TREE_OPERAND (vtable, 0), 0); in type_possibly_instantiated_p()
669 prevailing = vtable; in compare_virtual_tables()
670 vtable = tmp; in compare_virtual_tables()
722 DECL_CONTEXT (vtable->decl))) in compare_virtual_tables()
824 prevailing = vtable; in compare_virtual_tables()
825 vtable = tmp; in compare_virtual_tables()
2569 vtable = TREE_OPERAND (TREE_OPERAND (vtable, 0), 0); in record_target_from_binfo()
2793 tree vtable) in subbinfo_with_vtable_at_offset() argument
2874 tree vtable; in vtable_pointer_value_to_binfo() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c273 tree vtable;
282 vtable = TREE_OPERAND (TREE_OPERAND (vtable, 0), 0);
656 prevailing = vtable;
657 vtable = tmp;
709 DECL_CONTEXT (vtable->decl)))
811 prevailing = vtable;
812 vtable = tmp;
2553 vtable = TREE_OPERAND (TREE_OPERAND (vtable, 0), 0);
2777 tree vtable)
2858 tree vtable;
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Ddyncast.cc50 const void *vtable = *static_cast <const void *const *> (src_ptr); in __dynamic_cast() local
52 adjust_pointer <vtable_prefix> (vtable, in __dynamic_cast()
H A Dtinfo.h78 const void *vtable = *static_cast <const void *const *> (addr); in convert_to_base() local
80 offset = *adjust_pointer<ptrdiff_t> (vtable, offset); in convert_to_base()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Ddyncast.cc53 const void *vtable = *static_cast <const void *const *> (src_ptr); in __dynamic_cast() local
56 (vtable, -ptrdiff_t (offsetof (vtable_prefix, origin)))); in __dynamic_cast()
H A Dtinfo.h78 const void *vtable = *static_cast <const void *const *> (addr); in convert_to_base() local
80 offset = *adjust_pointer<ptrdiff_t> (vtable, offset); in convert_to_base()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dwrstabs.c83 char *vtable; member
410 s->vtable = NULL; in stab_push_string()
1467 char *vtable; in stab_start_class_type() local
1473 vtable = (char *) xmalloc (20); in stab_start_class_type()
1481 sprintf (vtable, "~%%%s", vstring); in stab_start_class_type()
1486 info->type_stack->vtable = vtable; in stab_start_class_type()
1809 if (info->type_stack->vtable != NULL) in stab_end_class_type()
1810 len += strlen (info->type_stack->vtable); in stab_end_class_type()
1843 if (info->type_stack->vtable != NULL) in stab_end_class_type()
1846 free (info->type_stack->vtable); in stab_end_class_type()
[all …]
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dwrstabs.c83 char *vtable; member
410 s->vtable = NULL; in stab_push_string()
1467 char *vtable; in stab_start_class_type() local
1473 vtable = (char *) xmalloc (20); in stab_start_class_type()
1481 sprintf (vtable, "~%%%s", vstring); in stab_start_class_type()
1486 info->type_stack->vtable = vtable; in stab_start_class_type()
1809 if (info->type_stack->vtable != NULL) in stab_end_class_type()
1810 len += strlen (info->type_stack->vtable); in stab_end_class_type()
1843 if (info->type_stack->vtable != NULL) in stab_end_class_type()
1846 free (info->type_stack->vtable); in stab_end_class_type()
[all …]
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dwrstabs.c83 char *vtable; member
410 s->vtable = NULL; in stab_push_string()
1462 char *vtable; in stab_start_class_type() local
1467 vtable = (char *) xmalloc (20); in stab_start_class_type()
1474 sprintf (vtable, "~%%%s", vstring); in stab_start_class_type()
1479 info->type_stack->vtable = vtable; in stab_start_class_type()
1794 if (info->type_stack->vtable != NULL) in stab_end_class_type()
1795 len += strlen (info->type_stack->vtable); in stab_end_class_type()
1828 if (info->type_stack->vtable != NULL) in stab_end_class_type()
1831 free (info->type_stack->vtable); in stab_end_class_type()
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dwrstabs.c83 char *vtable; member
410 s->vtable = NULL; in stab_push_string()
1467 char *vtable; in stab_start_class_type() local
1473 vtable = (char *) xmalloc (20); in stab_start_class_type()
1481 sprintf (vtable, "~%%%s", vstring); in stab_start_class_type()
1486 info->type_stack->vtable = vtable; in stab_start_class_type()
1809 if (info->type_stack->vtable != NULL) in stab_end_class_type()
1810 len += strlen (info->type_stack->vtable); in stab_end_class_type()
1843 if (info->type_stack->vtable != NULL) in stab_end_class_type()
1846 free (info->type_stack->vtable); in stab_end_class_type()
[all …]
/netbsd/external/gpl3/gcc/dist/libcc1/
H A Dgdbctx.hh38 vtable = in base_gdb_plugin()
53 this->base.ops = &vtable; in base_gdb_plugin()
121 struct gcc_base_vtable vtable; member
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dinsertion.c610 case vtable: in begin_insertion()
1035 case vtable: in end_insertion()
1242 case vtable: in end_insertion()
1735 begin_insertion (vtable); in cm_vtable()
2240 case vtable: in cm_item()
2272 if (current_insertion_type () == vtable) in cm_item()
2284 if (!docbook && current_insertion_type () == vtable) in cm_item()
2343 else if (current_insertion_type () == vtable) in cm_item()

12345678910>>...26