Searched refs:vtbl (Results 26 - 50 of 80) sorted by relevance

1234

/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_ac97.c521 sc->sc_codec_if->vtbl->restore_ports(sc->sc_codec_if);
530 (void) sc->sc_codec_if->vtbl->set_rate(sc->sc_codec_if,
533 (void) sc->sc_codec_if->vtbl->set_rate(sc->sc_codec_if,
572 err = sc->sc_codec_if->vtbl->set_rate(sc->sc_codec_if,
580 err = sc->sc_codec_if->vtbl->set_rate(sc->sc_codec_if,
612 return (sc->sc_codec_if->vtbl->mixer_set_port(sc->sc_codec_if, cp));
620 return (sc->sc_codec_if->vtbl->mixer_get_port(sc->sc_codec_if, cp));
628 return (sc->sc_codec_if->vtbl->query_devinfo(sc->sc_codec_if, dip));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-ubsan.c306 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr)); local
308 vtbl, tf_warning_or_error);
H A Ddecl2.c2232 tree vtbl;
2253 for (vtbl = CLASSTYPE_VTABLES (ctype); vtbl; vtbl = DECL_CHAIN (vtbl))
2255 import_export_decl (vtbl);
2256 if (DECL_NOT_REALLY_EXTERN (vtbl) && decl_needed_p (vtbl))
2272 for (vtbl = CLASSTYPE_VTABLES (ctype); vtbl; vtb
2227 tree vtbl; local
[all...]
H A Dvtable-class-hierarchy.c649 tree vtbl; local
658 for (vtbl = CLASSTYPE_VTABLES (class_type); vtbl;
659 vtbl = DECL_CHAIN (vtbl))
745 /* Now copy the string representation of the vtbl map name... */
H A Dinit.c129 bases for a class until we've initialized the vtbl for that
1389 tree vtbl; local
1402 vtbl = get_vtbl_decl_for_binfo (binfo_for);
1403 TREE_USED (vtbl) = true;
1406 vtbl = unshare_expr (BINFO_VTABLE (binfo_for));
1407 if (VAR_P (vtbl))
1408 vtbl = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (vtbl)), vtbl);
1410 return vtbl;
1422 tree vtbl, vtbl_ptr; local
[all...]
H A Dclass.c707 tree vtbl = NULL_TREE;
722 vtbl = unshare_expr (BINFO_VTABLE (binfo));
725 if (!vtbl)
726 vtbl = build_vfield_ref (instance, basetype);
728 aref = build_array_ref (input_location, vtbl, idx);
729 TREE_CONSTANT (aref) |= TREE_CONSTANT (vtbl) && TREE_CONSTANT (idx);
9530 tree vtbl;
9544 vtbl = build_vtable (t, id, ptr_type_node);
9550 DECL_VISIBILITY (vtbl) = VISIBILITY_HIDDEN;
9551 DECL_VISIBILITY_SPECIFIED (vtbl)
706 tree vtbl = NULL_TREE; local
9522 tree vtbl; local
9588 accumulate_vtbl_inits(tree binfo, tree orig_binfo, tree rtti_binfo, tree vtbl, tree t, vec<constructor_elt, va_gc> **inits) argument
9643 tree vtbl = NULL_TREE; local
[all...]
/netbsd-current/sys/dev/pci/
H A Dgcscaudio.c477 sc->codec_if->vtbl->lock(sc->codec_if);
487 sc->codec_if->vtbl->unlock(sc->codec_if);
514 if ((error = sc->codec_if->vtbl->set_rate(sc->codec_if,
521 (error = sc->codec_if->vtbl->set_rate(sc->codec_if,
528 (error = sc->codec_if->vtbl->set_rate(sc->codec_if,
538 if ((error = sc->codec_if->vtbl->set_rate(sc->codec_if,
610 return sc->codec_if->vtbl->mixer_set_port(sc->codec_if, cp);
619 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
628 return sc->codec_if->vtbl->query_devinfo(sc->codec_if, dip);
1238 (sc->codec_if->vtbl
[all...]
H A Dauixp.c267 ret = co->codec_if->vtbl->set_rate(co->codec_if,
273 ret = co->codec_if->vtbl->set_rate(co->codec_if,
279 ret = co->codec_if->vtbl->set_rate(co->codec_if,
285 ret = co->codec_if->vtbl->set_rate(co->codec_if,
513 return co->codec_if->vtbl->mixer_set_port(co->codec_if, mc);
524 return co->codec_if->vtbl->mixer_get_port(co->codec_if, mc);
534 return co->codec_if->vtbl->query_devinfo(co->codec_if, di);
1720 (sc->sc_codec[0].codec_if->vtbl->restore_ports)(sc->sc_codec[0].codec_if);
H A Dneo.c543 sc->codec_if->vtbl->restore_ports(sc->codec_if);
877 return sc->codec_if->vtbl->mixer_set_port(sc->codec_if, cp);
886 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
895 return sc->codec_if->vtbl->query_devinfo(sc->codec_if, dip);
H A Dunichromefb.c624 struct VideoModeTable *vtbl; local
629 vtbl = uni_getmode(idx);
630 if (vtbl == NULL)
634 crt = vtbl->crtc;
745 struct VideoModeTable *vtbl; local
755 vtbl = uni_getmode(mode);
756 for (i = 0; i < vtbl->mode_array; i++) {
H A Dautri.c598 (sc->sc_codec.codec_if->vtbl->restore_ports)(sc->sc_codec.codec_if);
977 return sc->sc_codec.codec_if->vtbl->mixer_set_port(
987 return sc->sc_codec.codec_if->vtbl->mixer_get_port(
997 return sc->sc_codec.codec_if->vtbl->query_devinfo(
H A Dfms.c576 return sc->codec_if->vtbl->mixer_set_port(sc->codec_if, cp);
585 return sc->codec_if->vtbl->mixer_get_port(sc->codec_if, cp);
680 return sc->codec_if->vtbl->query_devinfo(sc->codec_if, dip);
H A Desm.c1230 return ess->codec_if->vtbl->mixer_set_port(ess->codec_if, cp);
1239 return ess->codec_if->vtbl->mixer_get_port(ess->codec_if, cp);
1248 return ess->codec_if->vtbl->query_devinfo(ess->codec_if, dip);
1677 ess->codec_if->vtbl->detach(ess->codec_if);
1735 ess->codec_if->vtbl->restore_ports(ess->codec_if);
H A Demuxki.c1039 return sc->codecif->vtbl->mixer_set_port(sc->codecif, mctl);
1047 return sc->codecif->vtbl->mixer_get_port(sc->codecif, mctl);
1055 return sc->codecif->vtbl->query_devinfo(sc->codecif, minfo);
/netbsd-current/sys/arch/amiga/dev/
H A Drepulse.c319 a = sc->sc_codec_if->vtbl->get_extcaps(sc->sc_codec_if);
491 return sc->sc_codec_if->vtbl->mixer_get_port(sc->sc_codec_if, cp);
500 return sc->sc_codec_if->vtbl->mixer_set_port(sc->sc_codec_if, cp);
509 return sc->sc_codec_if->vtbl->query_devinfo(sc->sc_codec_if, dip);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-ubsan.cc324 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr)); local
326 vtbl, tf_warning_or_error);
H A Ddecl2.cc2436 tree vtbl;
2457 for (vtbl = CLASSTYPE_VTABLES (ctype); vtbl; vtbl = DECL_CHAIN (vtbl))
2459 import_export_decl (vtbl);
2460 if (DECL_NOT_REALLY_EXTERN (vtbl) && decl_needed_p (vtbl))
2476 for (vtbl = CLASSTYPE_VTABLES (ctype); vtbl; vtb
2431 tree vtbl; local
[all...]
H A Dvtable-class-hierarchy.cc649 tree vtbl; local
658 for (vtbl = CLASSTYPE_VTABLES (class_type); vtbl;
659 vtbl = DECL_CHAIN (vtbl))
745 /* Now copy the string representation of the vtbl map name... */
H A Dinit.cc129 bases for a class until we've initialized the vtbl for that
1615 tree vtbl; local
1628 vtbl = get_vtbl_decl_for_binfo (binfo_for);
1629 TREE_USED (vtbl) = true;
1632 vtbl = unshare_expr (BINFO_VTABLE (binfo_for));
1633 if (VAR_P (vtbl))
1634 vtbl = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (vtbl)), vtbl);
1636 return vtbl;
1648 tree vtbl, vtbl_ptr; local
[all...]
H A Dclass.cc738 tree vtbl = NULL_TREE;
753 vtbl = unshare_expr (BINFO_VTABLE (binfo));
756 if (!vtbl)
757 vtbl = build_vfield_ref (instance, basetype);
759 aref = build_array_ref (input_location, vtbl, idx);
760 TREE_CONSTANT (aref) |= TREE_CONSTANT (vtbl) && TREE_CONSTANT (idx);
9647 tree vtbl;
9661 vtbl = build_vtable (t, id, ptr_type_node);
9667 DECL_VISIBILITY (vtbl) = VISIBILITY_HIDDEN;
9668 DECL_VISIBILITY_SPECIFIED (vtbl)
737 tree vtbl = NULL_TREE; local
9639 tree vtbl; local
9705 accumulate_vtbl_inits(tree binfo, tree orig_binfo, tree rtti_binfo, tree vtbl, tree t, vec<constructor_elt, va_gc> **inits) argument
9760 tree vtbl = NULL_TREE; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d2608 * cannot be accomodated in the vtbl[]
3408 // if static function, do not put in vtbl[]
3425 for (size_t j = 0; j < cbd.vtbl.dim; j++)
3427 FuncDeclaration f2 = cbd.vtbl[j].isFuncDeclaration();
3441 * cannot find index of base class's vtbl[] to override.
3446 /* Find index of existing function in base class's vtbl[] to override
3447 * (the index will be the same as in cd's current vtbl[])
3449 int vi = cd.baseClass ? funcdecl.findVtblIndex(&cd.baseClass.vtbl, cast(int)cd.baseClass.vtbl.dim) : -1;
3458 * slot in the vtbl[]
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c807 // if static function, do not put in vtbl[]
824 for (size_t j = 0; j < cbd->vtbl.dim; j++)
826 FuncDeclaration *f2 = cbd->vtbl[j]->isFuncDeclaration();
840 * cannot find index of base class's vtbl[] to override.
845 /* Find index of existing function in base class's vtbl[] to override
846 * (the index will be the same as in cd's current vtbl[])
848 int vi = cd->baseClass ? findVtblIndex((Dsymbols*)&cd->baseClass->vtbl, (int)cd->baseClass->vtbl.dim)
858 * slot in the vtbl[].
880 cd->baseClass && cd->baseClass->vtbl
2810 findVtblIndex(Dsymbols *vtbl, int dim, bool fix17349) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/
H A Daesv8-armx.pl126 vtbl.8 $key,{$in0},$mask
144 vtbl.8 $key,{$in0},$mask
158 vtbl.8 $key,{$in0},$mask
184 vtbl.8 $key,{$in1},$mask
224 vtbl.8 $key,{$in1},$mask
1039 sprintf "vtbl.8 d%d,{q%d},d%d\n\t".
1040 "vtbl.8 d%d,{q%d},d%d", 2*$1,$2,2*$3, 2*$1+1,$2,2*$3+1;
1070 s/vtbl\.8\s+(.*)/unvtbl($1)/geo or
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc424 /* Finish semantic analysis of functions in vtbl for class CD. */
430 /* Finish semantic analysis of functions in vtbl[]. */
431 for (size_t i = d->vtblOffset (); i < d->vtbl.dim; i++)
433 FuncDeclaration *fd = d->vtbl[i]->isFuncDeclaration ();
447 If it overlaps with any function in the vtbl[], then
449 for (size_t j = 1; j < d->vtbl.dim; j++)
454 FuncDeclaration *fd2 = d->vtbl[j]->isFuncDeclaration ();
542 /* Put out the vtbl[]. */
549 for (size_t i = d->vtblOffset (); i < d->vtbl.dim; i++)
551 FuncDeclaration *fd = d->vtbl[
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc526 /* Finish semantic analysis of functions in vtbl for class CD. */
532 /* Finish semantic analysis of functions in vtbl[]. */
533 for (size_t i = d->vtblOffset (); i < d->vtbl.length; i++)
535 FuncDeclaration *fd = d->vtbl[i]->isFuncDeclaration ();
549 If it overlaps with any function in the vtbl[], then
551 for (size_t j = 1; j < d->vtbl.length; j++)
556 FuncDeclaration *fd2 = d->vtbl[j]->isFuncDeclaration ();
629 /* Put out the vtbl[]. */
636 for (size_t i = d->vtblOffset (); i < d->vtbl.length; i++)
638 FuncDeclaration *fd = d->vtbl[
[all...]

Completed in 241 milliseconds

1234