Searched refs:gfc_nullify_alloc_comp (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-array.h | 52 tree gfc_nullify_alloc_comp (gfc_symbol *, tree, int, int cm = 0);
|
H A D | trans-array.c | 9945 gfc_nullify_alloc_comp (gfc_symbol * der_type, tree decl, int rank, in gfc_nullify_alloc_comp() function 10857 tmp = gfc_nullify_alloc_comp (expr1->ts.u.derived, desc, in gfc_alloc_allocatable_for_assignment() 10917 tmp = gfc_nullify_alloc_comp (expr1->ts.u.derived, desc, in gfc_alloc_allocatable_for_assignment() 11020 tmp = gfc_nullify_alloc_comp (sym->ts.u.derived, in gfc_trans_deferred_array()
|
H A D | trans-decl.c | 5724 tmp = gfc_nullify_alloc_comp (sym->ts.u.derived, decl, sym->as in generate_coarray_sym_init() 6931 tmp = gfc_nullify_alloc_comp (rsym->ts.u.derived, result, in gfc_generate_function_code()
|
H A D | trans-stmt.c | 7071 tmp = gfc_nullify_alloc_comp (type, tmp, rank, in gfc_trans_allocate()
|
H A D | trans-expr.c | 11330 tmp = gfc_nullify_alloc_comp (expr1->ts.u.derived, rse.expr, 0); in gfc_trans_assignment_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-array.h | 54 tree gfc_nullify_alloc_comp (gfc_symbol *, tree, int, int cm = 0);
|
H A D | ChangeLog-2017 | 2230 (gfc_nullify_alloc_comp): Allow setting caf_mode flags. 2231 * trans-array.h: Change prototype of gfc_nullify_alloc_comp ().
|
H A D | trans-array.cc | 10146 gfc_nullify_alloc_comp (gfc_symbol * der_type, tree decl, int rank, in gfc_nullify_alloc_comp() function 11045 tmp = gfc_nullify_alloc_comp (expr1->ts.u.derived, desc, in gfc_alloc_allocatable_for_assignment() 11105 tmp = gfc_nullify_alloc_comp (expr1->ts.u.derived, desc, in gfc_alloc_allocatable_for_assignment() 11254 tmp = gfc_nullify_alloc_comp (sym->ts.u.derived, in gfc_trans_deferred_array()
|
H A D | trans-decl.cc | 5652 tmp = gfc_nullify_alloc_comp (sym->ts.u.derived, decl, sym->as in generate_coarray_sym_init() 7730 tmp = gfc_nullify_alloc_comp (rsym->ts.u.derived, result, in gfc_generate_function_code()
|
H A D | ChangeLog-2006 | 1290 (gfc_nullify_alloc_comp, gfc_deallocate_alloc_comp, 1306 * trans-array.h : Prototypes for gfc_nullify_alloc_comp,
|
H A D | ChangeLog-2016 | 397 (gfc_nullify_alloc_comp): Use the caf_mode of structure_alloc_comps
|
H A D | trans-stmt.cc | 7104 tmp = gfc_nullify_alloc_comp (type, tmp, rank, in gfc_trans_allocate()
|
H A D | trans-expr.cc | 11869 tmp = gfc_nullify_alloc_comp (expr1->ts.u.derived, rse.expr, 0); in gfc_trans_assignment_1()
|