Home
last modified time | relevance | path

Searched refs:vptr_decl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c9331 tree vptr_decl; in structure_alloc_comps() local
9337 vptr_decl = gfc_class_vptr_get (comp); in structure_alloc_comps()
9362 tmp = build_int_cst (TREE_TYPE (vptr_decl), 0); in structure_alloc_comps()
9365 void_type_node, vptr_decl, tmp); in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc9523 tree vptr_decl; in structure_alloc_comps() local
9529 vptr_decl = gfc_class_vptr_get (comp); in structure_alloc_comps()
9554 tmp = build_int_cst (TREE_TYPE (vptr_decl), 0); in structure_alloc_comps()
9557 void_type_node, vptr_decl, tmp); in structure_alloc_comps()