HomeSort by: relevance | last modified time | path
    Searched refs:OMP_BODY (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 19075 RECUR (OMP_BODY (t));
19216 RECUR (OMP_BODY (t));
19222 RECUR (OMP_BODY (t));
19236 OMP_BODY (t) = stmt;
19280 RECUR (OMP_BODY (t));
19284 OMP_BODY (t) = stmt;
19288 finish_omp_target_clauses (EXPR_LOCATION (t), OMP_BODY (t),
19357 if (OMP_BODY (t))
19360 RECUR (OMP_BODY (t));
19367 OMP_BODY (t) = stmt
    [all...]
cp-gimplify.cc 2002 cp_walk_tree (&OMP_BODY (stmt), cp_genericize_r, data, NULL);
semantics.cc 9883 OMP_BODY (stmt) = body;
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 15138 if (i < 2 && data[i + 1] == &OMP_BODY (t))
15140 *data[i] = OMP_BODY (t);
15143 OMP_BODY (t) = body;
16777 tree body = OMP_BODY (target);
16931 gimple *g = gimplify_and_return_first (OMP_BODY (expr), &body);
16961 gimplify_and_add (OMP_BODY (expr), &body);
17533 is the OMP_BODY of the original EXPR (which has already been
18477 gimplify_and_add (OMP_BODY (*expr_p), &body);
18492 if (OMP_BODY (*expr_p) == NULL_TREE
18542 gimplify_and_add (OMP_BODY (*expr_p), &body)
    [all...]
tree-pretty-print.cc 3771 if (!(flags & TDF_SLIM) && OMP_BODY (node))
3776 dump_generic_node (pp, OMP_BODY (node), spc + 4, flags, false);
tree.h 1496 #define OMP_BODY(NODE) \
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 19190 RECUR (OMP_BODY (t));
19332 RECUR (OMP_BODY (t));
19338 RECUR (OMP_BODY (t));
19352 OMP_BODY (t) = stmt;
19396 RECUR (OMP_BODY (t));
19400 OMP_BODY (t) = stmt;
19404 finish_omp_target_clauses (EXPR_LOCATION (t), OMP_BODY (t),
19474 RECUR (OMP_BODY (t));
19478 OMP_BODY (t) = stmt;
19488 RECUR (OMP_BODY (t))
    [all...]
cp-gimplify.cc 1533 cp_walk_tree (&OMP_BODY (stmt), cp_genericize_r, data, NULL);
semantics.cc 9415 OMP_BODY (stmt) = body;
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 12383 if (i < 2 && data[i + 1] == &OMP_BODY (t))
12385 *data[i] = OMP_BODY (t);
12388 OMP_BODY (t) = body;
13997 tree body = OMP_BODY (target);
14151 gimple *g = gimplify_and_return_first (OMP_BODY (expr), &body);
14181 gimplify_and_add (OMP_BODY (expr), &body);
14752 is the OMP_BODY of the original EXPR (which has already been
15677 gimplify_and_add (OMP_BODY (*expr_p), &body);
15736 gimplify_and_add (OMP_BODY (*expr_p), &body);
tree-pretty-print.cc 3504 if (!(flags & TDF_SLIM) && OMP_BODY (node))
3509 dump_generic_node (pp, OMP_BODY (node), spc + 4, flags, false);
tree.h 1385 #define OMP_BODY(NODE) \
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc 1768 return find_binding_in_body (decl, OMP_BODY (body));
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 13040 OMP_BODY (stmt) = body;
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 13930 OMP_BODY (stmt) = body;

Completed in 155 milliseconds