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

  /src/external/gpl3/gcc/dist/gcc/
tree-pretty-print.cc 3940 if (OMP_SCAN_CLAUSES (node))
3943 dump_omp_clauses (pp, OMP_SCAN_CLAUSES (node), spc, flags);
gimplify.cc 18516 gimplify_scan_omp_clauses (&OMP_SCAN_CLAUSES (*expr_p),
18519 &OMP_SCAN_CLAUSES (*expr_p),
18521 g = gimple_build_omp_scan (body, OMP_SCAN_CLAUSES (*expr_p));
tree.h 1600 #define OMP_SCAN_CLAUSES(NODE) TREE_OPERAND (OMP_SCAN_CHECK (NODE), 1)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-pretty-print.cc 3669 if (OMP_SCAN_CLAUSES (node))
3672 dump_omp_clauses (pp, OMP_SCAN_CLAUSES (node), spc, flags);
tree.h 1486 #define OMP_SCAN_CLAUSES(NODE) TREE_OPERAND (OMP_SCAN_CHECK (NODE), 1)
gimplify.cc 15710 gimplify_scan_omp_clauses (&OMP_SCAN_CLAUSES (*expr_p),
15713 &OMP_SCAN_CLAUSES (*expr_p),
15715 g = gimple_build_omp_scan (body, OMP_SCAN_CLAUSES (*expr_p));

Completed in 105 milliseconds