HomeSort by: relevance | last modified time | path
    Searched defs:vtable_entry_type (Results 1 - 5 of 5) 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/
d-tree.h 437 #define vtable_entry_type d_global_trees[DTI_VTABLE_ENTRY_TYPE] macro
  /src/external/gpl3/gcc/dist/gcc/cp/
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
  /src/external/gpl3/gcc.old/dist/gcc/cp/
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

Completed in 69 milliseconds