Lines Matching refs:decl2
7419 in untied tasks. If DECL2 is non-NULL, prevent this warning
7424 tree decl2)
7450 if (decl2)
7451 splay_tree_insert (octx->variables, (splay_tree_key)decl2, 0);
7464 if (decl2)
7465 splay_tree_insert (ctx->variables, (splay_tree_key)decl2, 0);
8971 tree decl2 = OMP_CLAUSE_DECL (*cp2);
8973 decl2 = OMP_CLAUSE_DECL (*cp2);
8974 if (is_or_contains_p (decl2, base_ptr))
9030 tree decl2 = OMP_CLAUSE_DECL (*cp2);
9033 && is_or_contains_p (decl2, ptr))
9042 /* If decl2 is of the form '*decl2_opnd0', and followed by an
9047 && (TREE_CODE (decl2) == INDIRECT_REF
9048 || TREE_CODE (decl2) == MEM_REF))
9052 tree decl2_opnd0 = TREE_OPERAND (decl2, 0);
11283 tree decl2 = DECL_VALUE_EXPR (decl);
11284 gcc_assert (TREE_CODE (decl2) == INDIRECT_REF);
11285 decl2 = TREE_OPERAND (decl2, 0);
11286 gcc_assert (DECL_P (decl2));
11287 tree mem = build_simple_mem_ref (decl2);
11293 omp_notice_variable (ctx, decl2, true);
11683 tree decl2 = DECL_VALUE_EXPR (decl);
11684 gcc_assert (TREE_CODE (decl2) == INDIRECT_REF);
11685 decl2 = TREE_OPERAND (decl2, 0);
11686 gcc_assert (DECL_P (decl2));
11687 tree mem = build_simple_mem_ref (decl2);
11692 omp_notice_variable (ctx->outer_context, decl2, true);
11734 tree decl2 = DECL_VALUE_EXPR (decl);
11735 gcc_assert (TREE_CODE (decl2) == INDIRECT_REF);
11736 decl2 = TREE_OPERAND (decl2, 0);
11737 gcc_assert (DECL_P (decl2));
11738 tree mem = build_simple_mem_ref (decl2);
11743 omp_notice_variable (ctx->outer_context, decl2, true);