Home
last modified time | relevance | path

Searched refs:gfc_add_vptr_component (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc1317 gfc_add_vptr_component (final_expr); in gfc_add_finalizer_call()
1321 gfc_add_vptr_component (elem_size); in gfc_add_finalizer_call()
1349 gfc_add_vptr_component (vptr_expr); in gfc_add_finalizer_call()
H A Dtrans-io.cc1757 gfc_add_vptr_component (expr); in transfer_namelist_element()
2269 gfc_add_vptr_component (expr); in get_dtio_proc()
H A Dtrans-intrinsic.cc8244 gfc_add_vptr_component (arg); in gfc_conv_intrinsic_storage_size()
9075 gfc_add_vptr_component (a); in gfc_conv_same_type_as()
9079 gfc_add_vptr_component (a); in gfc_conv_same_type_as()
9089 gfc_add_vptr_component (b); in gfc_conv_same_type_as()
9093 gfc_add_vptr_component (b); in gfc_conv_same_type_as()
12421 gfc_add_vptr_component (to_expr); in conv_intrinsic_move_alloc()
12437 gfc_add_vptr_component (from_expr); in conv_intrinsic_move_alloc()
12486 gfc_add_vptr_component (to_expr2); in conv_intrinsic_move_alloc()
12501 gfc_add_vptr_component (from_expr2); in conv_intrinsic_move_alloc()
H A Dtrans-expr.cc1653 gfc_add_vptr_component (ppc); in gfc_trans_class_array_init_assign()
1701 gfc_add_vptr_component (rhs); in gfc_trans_class_init_assign()
1726 gfc_add_vptr_component (sz); in gfc_trans_class_init_assign()
8799 gfc_add_vptr_component (e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()
9691 gfc_add_vptr_component (vptr_expr); in trans_class_vptr_len_assignment()
9723 gfc_add_vptr_component (vptr_expr); in trans_class_vptr_len_assignment()
H A Diresolve.cc1005 gfc_add_vptr_component (a); in gfc_resolve_extends_type_of()
1025 gfc_add_vptr_component (mo); in gfc_resolve_extends_type_of()
H A Dresolve.cc6855 gfc_add_vptr_component (e); in resolve_typebound_function()
6904 gfc_add_vptr_component (e); in resolve_typebound_function()
6988 gfc_add_vptr_component (code->expr1); in resolve_typebound_subroutine()
7030 gfc_add_vptr_component (code->expr1); in resolve_typebound_subroutine()
9615 gfc_add_vptr_component (code->expr1); in resolve_select_type()
9809 gfc_add_vptr_component (new_st->expr1->value.function.actual->expr); in resolve_select_type()
H A Dgfortran.h3866 #define gfc_add_vptr_component(e) gfc_add_component_ref(e,"_vptr") macro
H A Dtrans-stmt.cc6460 gfc_add_vptr_component (rhs); in gfc_trans_allocate()
6681 gfc_add_vptr_component (expr_ref_vptr); in gfc_trans_allocate()
H A Dtrans-decl.cc4959 gfc_add_vptr_component (e); in gfc_trans_deferred_vars()
H A DChangeLog-2010494 * gfortran.h (gfc_add_data_component,gfc_add_vptr_component,
H A Dtrans-array.cc5932 gfc_add_vptr_component (sz); in gfc_array_init_size()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c1244 gfc_add_vptr_component (final_expr); in gfc_add_finalizer_call()
1248 gfc_add_vptr_component (elem_size); in gfc_add_finalizer_call()
1276 gfc_add_vptr_component (vptr_expr); in gfc_add_finalizer_call()
H A Dtrans-io.c1731 gfc_add_vptr_component (expr); in transfer_namelist_element()
2244 gfc_add_vptr_component (expr); in get_dtio_proc()
H A Dtrans-intrinsic.c8160 gfc_add_vptr_component (arg); in gfc_conv_intrinsic_storage_size()
8976 gfc_add_vptr_component (a); in gfc_conv_same_type_as()
8985 gfc_add_vptr_component (b); in gfc_conv_same_type_as()
11889 gfc_add_vptr_component (to_expr); in conv_intrinsic_move_alloc()
11905 gfc_add_vptr_component (from_expr); in conv_intrinsic_move_alloc()
11954 gfc_add_vptr_component (to_expr2); in conv_intrinsic_move_alloc()
11969 gfc_add_vptr_component (from_expr2); in conv_intrinsic_move_alloc()
H A Dtrans-expr.c1559 gfc_add_vptr_component (ppc); in gfc_trans_class_array_init_assign()
1607 gfc_add_vptr_component (rhs); in gfc_trans_class_init_assign()
1632 gfc_add_vptr_component (sz); in gfc_trans_class_init_assign()
8256 gfc_add_vptr_component (e2vtab); in alloc_scalar_allocatable_for_subcomponent_assignment()
9148 gfc_add_vptr_component (vptr_expr); in trans_class_vptr_len_assignment()
9180 gfc_add_vptr_component (vptr_expr); in trans_class_vptr_len_assignment()
H A Diresolve.c984 gfc_add_vptr_component (a); in gfc_resolve_extends_type_of()
1004 gfc_add_vptr_component (mo); in gfc_resolve_extends_type_of()
H A Dgfortran.h3578 #define gfc_add_vptr_component(e) gfc_add_component_ref(e,"_vptr") macro
H A Dresolve.c6733 gfc_add_vptr_component (e); in resolve_typebound_function()
6782 gfc_add_vptr_component (e); in resolve_typebound_function()
6866 gfc_add_vptr_component (code->expr1); in resolve_typebound_subroutine()
6908 gfc_add_vptr_component (code->expr1); in resolve_typebound_subroutine()
9477 gfc_add_vptr_component (code->expr1); in resolve_select_type()
9671 gfc_add_vptr_component (new_st->expr1->value.function.actual->expr); in resolve_select_type()
H A Dtrans-stmt.c6424 gfc_add_vptr_component (rhs); in gfc_trans_allocate()
6648 gfc_add_vptr_component (expr_ref_vptr); in gfc_trans_allocate()
H A Dtrans-decl.c5024 gfc_add_vptr_component (e); in gfc_trans_deferred_vars()
H A Dtrans-array.c5822 gfc_add_vptr_component (sz); in gfc_array_init_size()