Searched refs:declf (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-openmp.c | 488 tree declf, destf = NULL_TREE; in gfc_walk_alloc_comps() local 495 declf = fold_build3_loc (input_location, COMPONENT_REF, ftype, in gfc_walk_alloc_comps() 511 unshare_expr (declf)); in gfc_walk_alloc_comps() 513 (destf, declf, ftype, in gfc_walk_alloc_comps() 517 tem = gfc_duplicate_allocatable_nocopy (destf, declf, ftype, 0); in gfc_walk_alloc_comps() 522 tem = gfc_duplicate_allocatable (destf, declf, ftype, in gfc_walk_alloc_comps() 526 tem = gfc_duplicate_allocatable (destf, declf, ftype, 0, in gfc_walk_alloc_comps() 536 gfc_walk_alloc_comps (declf, destf, in gfc_walk_alloc_comps() 541 tem = gfc_conv_descriptor_data_get (unshare_expr (declf)); in gfc_walk_alloc_comps() 543 tem = unshare_expr (declf); in gfc_walk_alloc_comps() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-openmp.cc | 577 tree declf, destf = NULL_TREE; in gfc_walk_alloc_comps() local 584 declf = fold_build3_loc (input_location, COMPONENT_REF, ftype, in gfc_walk_alloc_comps() 600 unshare_expr (declf)); in gfc_walk_alloc_comps() 602 (destf, declf, ftype, in gfc_walk_alloc_comps() 606 tem = gfc_duplicate_allocatable_nocopy (destf, declf, ftype, 0); in gfc_walk_alloc_comps() 611 tem = gfc_duplicate_allocatable (destf, declf, ftype, in gfc_walk_alloc_comps() 615 tem = gfc_duplicate_allocatable (destf, declf, ftype, 0, in gfc_walk_alloc_comps() 625 gfc_walk_alloc_comps (declf, destf, in gfc_walk_alloc_comps() 630 tem = gfc_conv_descriptor_data_get (unshare_expr (declf)); in gfc_walk_alloc_comps() 632 tem = unshare_expr (declf); in gfc_walk_alloc_comps() [all …]
|