Searched refs:callee_alloc (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c4527 bool callee_alloc; local
5704 callee_alloc = comp->attr.allocatable || comp->attr.pointer;
5707 !comp->attr.pointer, callee_alloc,
5739 callee_alloc = sym->attr.allocatable || sym->attr.pointer;
5742 !sym->attr.pointer, callee_alloc,
H A Dtrans-array.c1001 allocated array if 'callee_alloc' is true, or if loop->to[n] is
1017 bool dealloc, bool callee_alloc, locus * where)
1186 if (size && !callee_alloc)
1015 gfc_trans_create_temp_array(stmtblock_t * pre, stmtblock_t * post, gfc_ss * ss, tree eltype, tree initial, bool dynamic, bool dealloc, bool callee_alloc, locus * where) argument

Completed in 362 milliseconds