Home
last modified time | relevance | path

Searched refs:e3_has_nodescriptor (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c5581 tree expr3_desc, bool e3_has_nodescriptor, gfc_expr *expr, in gfc_array_init_size() argument
5660 if (e3_has_nodescriptor) in gfc_array_init_size()
5700 if (e3_has_nodescriptor) in gfc_array_init_size()
5934 bool e3_has_nodescriptor) in gfc_array_allocate() argument
6065 e3_has_nodescriptor, expr, &element_size); in gfc_array_allocate()
H A Dtrans-stmt.c6177 bool e3_has_nodescriptor = false; in gfc_trans_allocate() local
6622 e3_has_nodescriptor = true; in gfc_trans_allocate()
6712 e3_has_nodescriptor)) in gfc_trans_allocate()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc5691 tree expr3_desc, bool e3_has_nodescriptor, gfc_expr *expr, in gfc_array_init_size() argument
5770 if (e3_has_nodescriptor) in gfc_array_init_size()
5810 if (e3_has_nodescriptor) in gfc_array_init_size()
6044 bool e3_has_nodescriptor) in gfc_array_allocate() argument
6175 e3_has_nodescriptor, expr, &element_size); in gfc_array_allocate()
H A Dtrans-stmt.cc6213 bool e3_has_nodescriptor = false; in gfc_trans_allocate() local
6656 e3_has_nodescriptor = true; in gfc_trans_allocate()
6745 e3_has_nodescriptor)) in gfc_trans_allocate()
H A DChangeLog-2021152 * trans-stmt.c (gfc_trans_allocate): Set e3_has_nodescriptor to true
H A DChangeLog-2018552 Rename argument e3_is_array_constr to e3_has_nodescriptor