Lines Matching defs:caf_decl
1670 tree caf_decl, token, offset, image_index, tmp;
1772 caf_decl = gfc_get_tree_for_caf_expr (array_expr);
1773 if (TREE_CODE (TREE_TYPE (caf_decl)) == REFERENCE_TYPE)
1774 caf_decl = build_fold_indirect_ref_loc (input_location, caf_decl);
1776 caf_decl);
1777 gfc_get_caf_token_offset (se, &token, NULL, caf_decl, NULL,
1894 caf_decl = gfc_get_tree_for_caf_expr (array_expr);
1895 if (TREE_CODE (TREE_TYPE (caf_decl)) == REFERENCE_TYPE)
1896 caf_decl = build_fold_indirect_ref_loc (input_location, caf_decl);
1897 image_index = gfc_caf_get_image_index (&se->pre, array_expr, caf_decl);
1898 gfc_get_caf_token_offset (se, &token, &offset, caf_decl, argse.expr,
1935 tree caf_decl, token, offset, image_index, tmp, lhs_kind, rhs_kind;
2161 caf_decl = gfc_get_tree_for_caf_expr (lhs_expr);
2162 if (TREE_CODE (TREE_TYPE (caf_decl)) == REFERENCE_TYPE)
2163 caf_decl = build_fold_indirect_ref_loc (input_location, caf_decl);
2164 image_index = gfc_caf_get_image_index (&block, lhs_expr, caf_decl);
2167 gfc_get_caf_token_offset (&lhs_se, &token, NULL, caf_decl, NULL_TREE,
2170 gfc_get_caf_token_offset (&lhs_se, &token, &offset, caf_decl, tmp,
2300 caf_decl = gfc_get_tree_for_caf_expr (rhs_expr);
2301 if (TREE_CODE (TREE_TYPE (caf_decl)) == REFERENCE_TYPE)
2302 caf_decl = build_fold_indirect_ref_loc (input_location, caf_decl);
2303 rhs_image_index = gfc_caf_get_image_index (&block, rhs_expr, caf_decl);
2319 gfc_get_caf_token_offset (&rhs_se, &rhs_token, NULL, caf_decl,
2337 gfc_get_caf_token_offset (&rhs_se, &rhs_token, &rhs_offset, caf_decl,
8753 tree caf_reference, caf_decl, token, image_index;
8759 caf_decl = gfc_get_tree_for_caf_expr (expr);
8760 if (TREE_CODE (TREE_TYPE (caf_decl)) == REFERENCE_TYPE)
8761 caf_decl = build_fold_indirect_ref_loc (input_location, caf_decl);
8762 image_index = gfc_caf_get_image_index (&se->pre, expr, caf_decl);
8763 gfc_get_caf_token_offset (se, &token, NULL, caf_decl, NULL,
11652 tree image_index, caf_decl, offset, token;
11680 caf_decl = gfc_get_tree_for_caf_expr (atom_expr);
11681 if (TREE_CODE (TREE_TYPE (caf_decl)) == REFERENCE_TYPE)
11682 caf_decl = build_fold_indirect_ref_loc (input_location, caf_decl);
11685 image_index = gfc_caf_get_image_index (&block, atom_expr, caf_decl);
11697 gfc_get_caf_token_offset (&argse, &token, &offset, caf_decl, atom,
11833 tree image_index, caf_decl, offset, token;
11836 caf_decl = gfc_get_tree_for_caf_expr (atom_expr);
11837 if (TREE_CODE (TREE_TYPE (caf_decl)) == REFERENCE_TYPE)
11838 caf_decl = build_fold_indirect_ref_loc (input_location, caf_decl);
11841 image_index = gfc_caf_get_image_index (&block, atom_expr, caf_decl);
11846 gfc_get_caf_token_offset (&argse, &token, &offset, caf_decl, atom,
11956 tree image_index, caf_decl, offset, token;
11958 caf_decl = gfc_get_tree_for_caf_expr (atom_expr);
11959 if (TREE_CODE (TREE_TYPE (caf_decl)) == REFERENCE_TYPE)
11960 caf_decl = build_fold_indirect_ref_loc (input_location, caf_decl);
11963 image_index = gfc_caf_get_image_index (&block, atom_expr, caf_decl);
11983 gfc_get_caf_token_offset (&argse, &token, &offset, caf_decl, atom,
12059 tree caf_decl = gfc_get_tree_for_caf_expr (event_expr);
12081 gfc_get_caf_token_offset (&se, &token, NULL, caf_decl, NULL_TREE,