Home | History | Annotate | Download | only in gcc

Lines Matching defs:by_ref

627 build_receiver_ref (tree var, bool by_ref, omp_context *ctx)
640 if (by_ref)
679 bool by_ref = use_pointer_for_field (var, NULL);
680 x = build_receiver_ref (var, by_ref, ctx);
780 install_var_field (tree var, bool by_ref, int mask, omp_context *ctx)
818 else if (by_ref)
1169 bool by_ref;
1210 by_ref = use_pointer_for_field (decl, NULL);
1213 || by_ref
1216 by_ref = use_pointer_for_field (decl, ctx);
1217 install_var_field (decl, by_ref, 3, ctx);
1297 by_ref = use_pointer_for_field (t, NULL);
1303 install_var_field (t, by_ref, 2, ctx);
1306 install_var_field (t, by_ref, 3, ctx);
1334 by_ref = use_pointer_for_field (decl, ctx);
1336 install_var_field (decl, by_ref, 3, ctx);
1367 by_ref = !omp_privatize_by_reference (decl);
1368 install_var_field (decl, by_ref, 3, ctx);
1400 by_ref = use_pointer_for_field (decl, NULL);
1403 && (global || by_ref || omp_privatize_by_reference (decl)))
1407 install_var_field (decl, by_ref, 32 | 1, ctx);
1411 install_var_field (decl, by_ref, 2, ctx);
1414 install_var_field (decl, by_ref, 3, ctx);
1467 by_ref = use_pointer_for_field (decl, NULL);
1468 install_var_field (decl, by_ref, 3, ctx);
1838 bool by_ref = use_pointer_for_field (decl, ctx);
1839 install_var_field (decl, by_ref, 11, ctx);
5027 bool by_ref;
5254 bool by_ref = use_pointer_for_field (var, NULL);
5255 x = build_receiver_ref (var, by_ref, ctx);
5671 bool by_ref = use_pointer_for_field (var, ctx);
5672 x = build_receiver_ref (var, by_ref, ctx);
5877 by_ref = use_pointer_for_field (var, ctx);
5878 x = build_receiver_ref (var, by_ref, ctx);
5887 if (!by_ref)
6293 by_ref = use_pointer_for_field (var, NULL);
6294 x = build_receiver_ref (var, by_ref, ctx);
6297 copyin_by_ref |= by_ref;
7969 bool by_ref;
7976 by_ref = use_pointer_for_field (var, NULL);
7980 if (by_ref)
7988 if (by_ref)
8029 bool by_ref, do_in = false, do_out = false;
8128 by_ref = use_pointer_for_field (val, NULL);
8134 && !by_ref
8148 if (by_ref || omp_privatize_by_reference (val))
8168 by_ref = use_pointer_for_field (val, ctx);
8170 do_out = !(by_ref || omp_privatize_by_reference (val));
8173 by_ref = TREE_CODE (TREE_TYPE (val)) == ARRAY_TYPE;
8183 x = by_ref ? build_fold_addr_expr_loc (clause_loc, var) : var;
13602 bool by_ref = !omp_privatize_by_reference (var);
13603 x = build_receiver_ref (var, by_ref, ctx);