Home | History | Annotate | Download | only in fortran

Lines Matching defs:images

866   /* Short cut: For single images without STAT= or LOCK_ACQUIRED
1215 tree images = NULL_TREE, stat = NULL_TREE,
1218 /* Short cut: For single images without bound checking or without STAT=,
1231 images = argse.expr;
1262 /* Check SYNC IMAGES(imageset) for valid image index.
1267 tree images2 = fold_convert (integer_type_node, images);
1271 images, build_int_cst (TREE_TYPE (images), 1));
1281 images,
1282 build_int_cst (TREE_TYPE (images), 1));
1288 "%d in SYNC IMAGES", images2);
1292 image control statements SYNC IMAGES and SYNC ALL. */
1352 images = null_pointer_node;
1357 images = gfc_build_addr_expr (NULL_TREE, images);
1368 images = se.expr;
1381 /* SYNC IMAGES(imgs) => stat == null_pointer_node
1382 SYNC IMAGES(imgs,stat=s) => stat has an integer type
1393 images, stat, errmsg, errmsglen);
1402 images, gfc_build_addr_expr (NULL, tmp_stat),