HomeSort by: relevance | last modified time | path
    Searched refs:vtable_entry_type (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab-thunks.cc 54 static GTY (()) tree vtable_entry_type; variable
208 if (!vtable_entry_type && (virtual_offset || indirect_offset != 0))
215 vtable_entry_type = build_pointer_type (vfunc_type);
228 (build_pointer_type (vtable_entry_type)), "vptr");
272 (build_pointer_type (vtable_entry_type)),
665 vtable_entry_type = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
symtab-thunks.cc 54 static GTY (()) tree vtable_entry_type; variable
208 if (!vtable_entry_type && (virtual_offset || indirect_offset != 0))
215 vtable_entry_type = build_pointer_type (vfunc_type);
228 (build_pointer_type (vtable_entry_type)), "vptr");
272 (build_pointer_type (vtable_entry_type)),
671 vtable_entry_type = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/d/
typeinfo.cc 536 tree vtbltype = build_array_type (vtable_entry_type, vtbldomain);
1253 tree vtbltype = build_array_type (vtable_entry_type, vtbldomain);
1278 tree vtbltype = build_array_type (vtable_entry_type, vtbldomain);
d-tree.h 437 #define vtable_entry_type d_global_trees[DTI_VTABLE_ENTRY_TYPE] macro
d-builtins.cc 893 vtable_entry_type = build_pointer_type (vfunc_type);
896 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 2579 atype = build_array_of_n_type (vtable_entry_type, n);
6575 `vtable_entry_type*'. It might seem more precise to use
6576 `vtable_entry_type (*)[N]' where N is the number of virtual
10081 type = build_array_of_n_type (vtable_entry_type, v->length ());
10231 TYPE_SIZE_UNIT (vtable_entry_type),
10342 f->value = build1 (NOP_EXPR, vtable_entry_type,
10577 TYPE_SIZE_UNIT (vtable_entry_type)));
10598 vtable_entry_type, delta));
10744 vcall_offset = build_zero_cst (vtable_entry_type);
10757 NOP_EXPR, vtable_entry_type,
    [all...]
rtti.cc 993 TYPE_SIZE_UNIT (vtable_entry_type)));
cp-tree.h 247 #define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE]
5767 #define vfunc_ptr_type_node vtable_entry_type
246 #define vtable_entry_type macro
decl.cc 117 tree vtable_entry_type;
124 Array type `vtable_entry_type[]'
4978 vtable_entry_type = build_pointer_type (vfunc_type);
4980 record_builtin_type (RID_MAX, "__vtbl_ptr_type", vtable_entry_type);
4983 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
4987 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
decl2.cc 2233 elt.value = build_zero_cst (vtable_entry_type);
method.cc 77 TYPE_SIZE_UNIT (vtable_entry_type)));
constexpr.cc 2859 && TREE_TYPE (TREE_TYPE (d)) == vtable_entry_type
2864 TYPE_SIZE_UNIT (vtable_entry_type));
typeck.cc 10219 TYPE_SIZE_UNIT (vtable_entry_type));
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 2353 atype = build_array_of_n_type (vtable_entry_type, n);
6266 `vtable_entry_type*'. It might seem more precise to use
6267 `vtable_entry_type (*)[N]' where N is the number of virtual
9690 type = build_array_of_n_type (vtable_entry_type, v->length ());
9840 TYPE_SIZE_UNIT (vtable_entry_type),
9951 f->value = build1 (NOP_EXPR, vtable_entry_type,
10186 TYPE_SIZE_UNIT (vtable_entry_type)));
10207 vtable_entry_type, delta));
10353 vcall_offset = build_zero_cst (vtable_entry_type);
10366 NOP_EXPR, vtable_entry_type,
    [all...]
rtti.cc 989 TYPE_SIZE_UNIT (vtable_entry_type)));
method.cc 77 TYPE_SIZE_UNIT (vtable_entry_type)));
constexpr.cc 2418 && TREE_TYPE (TREE_TYPE (d)) == vtable_entry_type
2423 TYPE_SIZE_UNIT (vtable_entry_type));
cp-tree.h 237 #define vtable_entry_type cp_global_trees[CPTI_VTABLE_ENTRY_TYPE]
5625 #define vfunc_ptr_type_node vtable_entry_type
236 #define vtable_entry_type macro
decl.cc 115 tree vtable_entry_type;
122 Array type `vtable_entry_type[]'
4645 vtable_entry_type = build_pointer_type (vfunc_type);
4647 record_builtin_type (RID_MAX, "__vtbl_ptr_type", vtable_entry_type);
4650 = build_cplus_array_type (vtable_entry_type, NULL_TREE);
4654 vtbl_ptr_type_node = build_pointer_type (vtable_entry_type);
decl2.cc 2119 elt.value = build_zero_cst (vtable_entry_type);
typeck.cc 9743 TYPE_SIZE_UNIT (vtable_entry_type));

Completed in 151 milliseconds