HomeSort by: relevance | last modified time | path
    Searched defs:vtbl (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/dev/ic/
ac97var.h 92 struct ac97_codec_if_vtbl *vtbl; member in struct:ac97_codec_if
99 !((codec)->vtbl->get_extcaps(codec) & AC97_EXT_AUDIO_VRA)
101 ((codec)->vtbl->get_extcaps(codec) & AC97_EXT_AUDIO_SDAC)
103 (((codec)->vtbl->get_extcaps(codec) \
107 ((codec)->vtbl->get_extcaps(codec) & AC97_EXT_AUDIO_SPDIF)
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-ubsan.cc 324 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr)); local
326 vtbl, tf_warning_or_error);
vtable-class-hierarchy.cc 636 tree vtbl; local
645 for (vtbl = CLASSTYPE_VTABLES (class_type); vtbl;
646 vtbl = DECL_CHAIN (vtbl))
732 /* Now copy the string representation of the vtbl map name... */
decl2.cc 2561 tree vtbl;
2582 for (vtbl = CLASSTYPE_VTABLES (ctype); vtbl; vtbl = DECL_CHAIN (vtbl))
2584 import_export_decl (vtbl);
2585 if (DECL_NOT_REALLY_EXTERN (vtbl) && decl_needed_p (vtbl))
2601 for (vtbl = CLASSTYPE_VTABLES (ctype); vtbl; vtbl = DECL_CHAIN (vtbl)
2556 tree vtbl; local
    [all...]
init.cc 129 bases for a class until we've initialized the vtbl for that
1643 tree vtbl; local
1656 vtbl = get_vtbl_decl_for_binfo (binfo_for);
1657 TREE_USED (vtbl) = true;
1660 vtbl = unshare_expr (BINFO_VTABLE (binfo_for));
1661 if (VAR_P (vtbl))
1662 vtbl = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (vtbl)), vtbl);
1664 return vtbl;
1676 tree vtbl, vtbl_ptr; local
    [all...]
class.cc 739 tree vtbl = NULL_TREE;
754 vtbl = unshare_expr (BINFO_VTABLE (binfo));
757 if (!vtbl)
758 vtbl = build_vfield_ref (instance, basetype);
760 aref = build_array_ref (input_location, vtbl, idx);
761 TREE_CONSTANT (aref) |= TREE_CONSTANT (vtbl) && TREE_CONSTANT (idx);
10038 tree vtbl;
10049 /* Build a version of VTBL (with the wrong type) for use in
10052 vtbl = build_vtable (t, id, ptr_type_node);
10058 DECL_VISIBILITY (vtbl) = VISIBILITY_HIDDEN
738 tree vtbl = NULL_TREE; local
10030 tree vtbl; local
10151 tree vtbl = NULL_TREE; local
    [all...]
typeck.cc 4149 tree idx, delta, e1, e2, e3, vtbl;
4279 vtbl = build1 (NOP_EXPR, build_pointer_type (vtbl_ptr_type_node),
4281 vtbl = cp_build_fold_indirect_ref (vtbl);
4282 if (vtbl == error_mark_node)
4286 e2 = fold_build_pointer_plus_loc (input_location, vtbl, idx);
4143 tree idx, delta, e1, e2, e3, vtbl; local
decl.cc 18405 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr));
18407 NOP_EXPR, vtbl,
18383 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr)); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-ubsan.cc 324 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr)); local
326 vtbl, tf_warning_or_error);
vtable-class-hierarchy.cc 649 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... */
decl2.cc 2437 tree vtbl;
2458 for (vtbl = CLASSTYPE_VTABLES (ctype); vtbl; vtbl = DECL_CHAIN (vtbl))
2460 import_export_decl (vtbl);
2461 if (DECL_NOT_REALLY_EXTERN (vtbl) && decl_needed_p (vtbl))
2477 for (vtbl = CLASSTYPE_VTABLES (ctype); vtbl; vtbl = DECL_CHAIN (vtbl)
2432 tree vtbl; local
    [all...]
init.cc 129 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...]
class.cc 738 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;
9658 /* Build a version of VTBL (with the wrong type) for use in
9661 vtbl = build_vtable (t, id, ptr_type_node);
9667 DECL_VISIBILITY (vtbl) = VISIBILITY_HIDDEN
737 tree vtbl = NULL_TREE; local
9639 tree vtbl; local
9760 tree vtbl = NULL_TREE; local
    [all...]
typeck.cc 3993 tree idx, delta, e1, e2, e3, vtbl;
4123 vtbl = build1 (NOP_EXPR, build_pointer_type (vtbl_ptr_type_node),
4125 vtbl = cp_build_fold_indirect_ref (vtbl);
4126 if (vtbl == error_mark_node)
4130 e2 = fold_build_pointer_plus_loc (input_location, vtbl, idx);
3987 tree idx, delta, e1, e2, e3, vtbl; local
decl.cc 17647 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr));
17649 NOP_EXPR, vtbl,
17625 tree vtbl = build_zero_cst (TREE_TYPE (vtbl_ptr)); local
  /src/external/gpl3/gdb/dist/gdb/
gnu-v2-abi.c 96 struct value *vtbl;
105 g++ version 1). Try to get the vtbl from the TYPE_VPTR_BASETYPE.
110 /* Now context is a pointer to the basetype containing the vtbl. */
120 /* Now context is the basetype containing the vtbl. */
130 vtbl = arg1->primitive_field (0, context_vptr_fieldno,
133 /* With older versions of g++, the vtbl field pointed to an array
135 if (vtbl->type ()->code () == TYPE_CODE_PTR
136 && vtbl->type ()->target_type ()->code () == TYPE_CODE_ARRAY)
138 /* Handle the case where the vtbl field points to an
140 vtbl = value_ind (vtbl)
95 struct value *vtbl; local
188 CORE_ADDR vtbl; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v2-abi.c 96 struct value *vtbl;
105 g++ version 1). Try to get the vtbl from the TYPE_VPTR_BASETYPE.
110 /* Now context is a pointer to the basetype containing the vtbl. */
120 /* Now context is the basetype containing the vtbl. */
130 vtbl = arg1->primitive_field (0, context_vptr_fieldno,
133 /* With older versions of g++, the vtbl field pointed to an array
135 if (vtbl->type ()->code () == TYPE_CODE_PTR
136 && vtbl->type ()->target_type ()->code () == TYPE_CODE_ARRAY)
138 /* Handle the case where the vtbl field points to an
140 vtbl = value_ind (vtbl)
95 struct value *vtbl; local
188 CORE_ADDR vtbl; local
    [all...]
  /src/sys/dev/pci/
unichromefb.c 624 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++) {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
aggregate.h 220 // making up the vtbl[]
221 FuncDeclarations vtbl; member in struct:BaseClass
226 bool fillVtbl(ClassDeclaration *cd, FuncDeclarations *vtbl, int newinstance);
258 Dsymbols vtbl; // Array of FuncDeclaration's making up the vtbl[] member in class:ClassDeclaration
259 Dsymbols vtblFinal; // More FuncDeclaration's that aren't in vtbl[]
268 // their own vtbl[]

Completed in 129 milliseconds