HomeSort by: relevance | last modified time | path
    Searched refs:vtable (Results 1 - 25 of 203) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_list.c 54 return ((const struct gl_list_impl_base *) list)->vtable
61 return ((const struct gl_list_impl_base *) list)->vtable
68 return ((const struct gl_list_impl_base *) list)->vtable
75 return ((const struct gl_list_impl_base *) list)->vtable
82 return ((const struct gl_list_impl_base *) list)->vtable
89 return ((const struct gl_list_impl_base *) list)->vtable
96 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
97 return ((const struct gl_list_impl_base *) list)->vtable
104 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
105 return ((const struct gl_list_impl_base *) list)->vtable
    [all...]
gl_list.h 257 const struct gl_list_implementation *vtable; member in struct:__anon9185
429 const struct gl_list_implementation *vtable; member in struct:gl_list_impl_base
468 return ((const struct gl_list_impl_base *) list)->vtable
476 return ((const struct gl_list_impl_base *) list)->vtable
484 return ((const struct gl_list_impl_base *) list)->vtable
492 return ((const struct gl_list_impl_base *) list)->vtable
500 return ((const struct gl_list_impl_base *) list)->vtable
508 return ((const struct gl_list_impl_base *) list)->vtable
516 size_t size = ((const struct gl_list_impl_base *) list)->vtable->size (list);
517 return ((const struct gl_list_impl_base *) list)->vtable
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_virtual.c 35 return ((a->vtable->archive_filter_code)(a, n));
41 return ((a->vtable->archive_filter_count)(a));
47 return ((a->vtable->archive_filter_name)(a, n));
53 return ((a->vtable->archive_filter_bytes)(a, n));
61 return ((a->vtable->archive_free)(a));
67 return ((a->vtable->archive_close)(a));
73 return ((a->vtable->archive_close)(a));
117 return ((a->vtable->archive_write_header)(a, entry));
123 return ((a->vtable->archive_write_finish_entry)(a));
129 return ((a->vtable->archive_write_data)(a, buff, s))
    [all...]
archive_read_private.h 73 const struct archive_read_filter_bidder_vtable *vtable; member in struct:archive_read_filter_bidder
97 const struct archive_read_filter_vtable *vtable; member in struct:archive_read_filter
245 const struct archive_read_filter_bidder_vtable *vtable);
archive_read_append_filter.c 144 r2 = (bidder->vtable->init)(a->filter);
200 r = (bidder->vtable->init)(a->filter);
archive_read.c 102 a->archive.vtable = &archive_read_vtable;
488 filter->vtable = &none_reader_vtable;
558 if (bidder->vtable == NULL)
560 bid = (bidder->vtable->bid)(bidder, a->filter);
585 r = (best_bidder->vtable->init)(a->filter);
599 if (!a->filter->vtable->read_header)
601 return a->filter->vtable->read_header(a->filter, entry);
992 if (!f->closed && f->vtable != NULL) {
993 int r1 = (f->vtable->close)(f);
1098 if (a->bidders[i].vtable == NULL |
    [all...]
archive_private.h 112 const struct archive_vtable *vtable; member in struct:archive
  /src/usr.bin/dc/
bcode.h 67 struct vtable { struct
75 struct vtable *vtable; member in struct:source
inout.c 46 static struct vtable stream_vtable = {
53 static struct vtable string_vtable = {
64 src->vtable = &stream_vtable;
72 src->vtable = &string_vtable;
194 while ((ch = (*src->vtable->readchar)(src)) != EOF) {
209 (*src->vtable->unreadchar)(src);
247 while ((ch = (*src->vtable->readchar)(src)) != EOF) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
dyncast.cc 53 const void *vtable = *static_cast <const void *const *> (src_ptr); local
56 (vtable, -ptrdiff_t (offsetof (vtable_prefix, origin))));
tinfo.h 39 // Initial part of a vtable, this structure is used with offsetof, so we don't
78 const void *vtable = *static_cast <const void *const *> (addr); local
80 offset = *adjust_pointer<ptrdiff_t> (vtable, offset);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
dyncast.cc 53 const void *vtable = *static_cast <const void *const *> (src_ptr); local
56 (vtable, -ptrdiff_t (offsetof (vtable_prefix, origin))));
tinfo.h 39 // Initial part of a vtable, this structure is used with offsetof, so we don't
78 const void *vtable = *static_cast <const void *const *> (addr); local
80 offset = *adjust_pointer<ptrdiff_t> (vtable, offset);
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v3-abi.c 59 /* To help us find the components of a vtable, we build ourselves a
60 GDB type object representing the vtable structure. Following the
193 /* Return the ptrdiff_t type used in the vtable type. */
204 gdb_gnu_v3_abi_vtable' object to the vtable's "address point"
261 /* Find the vtable for a value of CONTAINER_TYPE located at
262 CONTAINER_ADDR. Return a value of the correct vtable type for this
263 architecture, or NULL if CONTAINER does not have a vtable. */
310 struct value *vtable; local
329 vtable = gnuv3_get_vtable (gdbarch, values_type,
331 if (vtable == NULL
397 struct value *vtable, *vfn; local
465 struct value *vtable; local
880 struct value *vtable; local
935 struct value *vtable; local
1115 struct value *vtable, *typeinfo_value; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
gnu-v3-abi.c 59 /* To help us find the components of a vtable, we build ourselves a
60 GDB type object representing the vtable structure. Following the
193 /* Return the ptrdiff_t type used in the vtable type. */
204 gdb_gnu_v3_abi_vtable' object to the vtable's "address point"
261 /* Find the vtable for a value of CONTAINER_TYPE located at
262 CONTAINER_ADDR. Return a value of the correct vtable type for this
263 architecture, or NULL if CONTAINER does not have a vtable. */
310 struct value *vtable; local
329 vtable = gnuv3_get_vtable (gdbarch, values_type,
331 if (vtable == NULL
397 struct value *vtable, *vfn; local
465 struct value *vtable; local
880 struct value *vtable; local
935 struct value *vtable; local
1115 struct value *vtable, *typeinfo_value; local
    [all...]
  /src/usr.bin/tip/
cmds.c 742 if (vtable[BEAUTIFY].v_access&CHANGED) {
743 vtable[BEAUTIFY].v_access &= ~CHANGED;
746 if (vtable[SCRIPT].v_access&CHANGED) {
747 vtable[SCRIPT].v_access &= ~CHANGED;
753 if (vtable[RECORD].v_access&CHANGED)
754 vtable[RECORD].v_access &= ~CHANGED;
756 if (vtable[RECORD].v_access&CHANGED) {
757 vtable[RECORD].v_access &= ~CHANGED;
761 if (vtable[TAND].v_access&CHANGED) {
762 vtable[TAND].v_access &= ~CHANGED
    [all...]
value.c 63 for (p = vtable; p->v_name != NULL; p++) {
90 vtable[EXCEPTIONS].v_access &= ~(WRITE<<PUBLIC);
141 for (p = vtable; p->v_name; p++)
266 for (p = vtable; p->v_name; p++)
tip.h 151 #define value(v) vtable[v].v_value
183 extern value_t vtable[]; /* variable table */
189 * XXX: keep in sync with vtable[] in vars.c
vars.c 47 value_t vtable[] = { variable
  /src/external/gpl3/gcc/dist/libcc1/
gdbctx.hh 38 vtable =
53 this->base.ops = &vtable;
121 struct gcc_base_vtable vtable; member in struct:cc1_plugin::base_gdb_plugin
336 // "vtable"s. These functions are parameterized by type and method
  /src/external/gpl3/gcc.old/dist/libcc1/
gdbctx.hh 38 vtable =
53 this->base.ops = &vtable;
121 struct gcc_base_vtable vtable; member in struct:cc1_plugin::base_gdb_plugin
336 // "vtable"s. These functions are parameterized by type and method
  /src/external/gpl3/gcc/dist/gcc/
ipa-devirt.cc 276 tree vtable; local
283 vtable = BINFO_VTABLE (TYPE_BINFO (t));
284 if (TREE_CODE (vtable) == POINTER_PLUS_EXPR)
285 vtable = TREE_OPERAND (TREE_OPERAND (vtable, 0), 0);
286 vnode = varpool_node::get (vtable);
658 /* Compare two virtual tables, PREVAILING and VTABLE and output ODR
662 compare_virtual_tables (varpool_node *prevailing, varpool_node *vtable)
666 if (DECL_VIRTUAL_P (prevailing->decl) != DECL_VIRTUAL_P (vtable->decl))
672 prevailing = vtable;
2579 tree vtable = BINFO_VTABLE (inner_binfo); local
2888 tree vtable; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-devirt.cc 273 tree vtable; local
280 vtable = BINFO_VTABLE (TYPE_BINFO (t));
281 if (TREE_CODE (vtable) == POINTER_PLUS_EXPR)
282 vtable = TREE_OPERAND (TREE_OPERAND (vtable, 0), 0);
283 vnode = varpool_node::get (vtable);
655 /* Compare two virtual tables, PREVAILING and VTABLE and output ODR
659 compare_virtual_tables (varpool_node *prevailing, varpool_node *vtable)
663 if (DECL_VIRTUAL_P (prevailing->decl) != DECL_VIRTUAL_P (vtable->decl))
669 prevailing = vtable;
2565 tree vtable = BINFO_VTABLE (inner_binfo); local
2874 tree vtable; local
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
insertion.h 37 table, tex, vtable, titlepage, bad_type enumerator in enum:insertion_type
  /src/external/gpl3/binutils/dist/binutils/
wrstabs.c 82 /* String defining vtable pointer for a class. */
83 char *vtable; member in struct:stab_type_stack
402 s->vtable = NULL;
553 free (s->vtable);
1452 char *vtable;
1458 vtable = xmalloc (23);
1459 sprintf (vtable, "~%%%ld", info->type_stack->index);
1465 vtable = xmalloc (strlen (vstring) + 3);
1466 sprintf (vtable, "~%%%s", vstring);
1471 info->type_stack->vtable = vtable
1450 char *vtable; local
    [all...]

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 9