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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc 140 OMP_CRITICAL_CLAUSES (stmt) = clauses;
  /src/external/gpl3/gcc/dist/gcc/
tree-pretty-print.cc 3976 dump_omp_clauses (pp, OMP_CRITICAL_CLAUSES (node), spc, flags);
gimplify.cc 18506 gimplify_scan_omp_clauses (&OMP_CRITICAL_CLAUSES (*expr_p),
18509 &OMP_CRITICAL_CLAUSES (*expr_p),
18513 OMP_CRITICAL_CLAUSES (*expr_p));
tree.h 1576 #define OMP_CRITICAL_CLAUSES(NODE) TREE_OPERAND (OMP_CRITICAL_CHECK (NODE), 1)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc 140 OMP_CRITICAL_CLAUSES (stmt) = clauses;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-pretty-print.cc 3705 dump_omp_clauses (pp, OMP_CRITICAL_CLAUSES (node), spc, flags);
tree.h 1462 #define OMP_CRITICAL_CLAUSES(NODE) TREE_OPERAND (OMP_CRITICAL_CHECK (NODE), 1)
gimplify.cc 15700 gimplify_scan_omp_clauses (&OMP_CRITICAL_CLAUSES (*expr_p),
15703 &OMP_CRITICAL_CLAUSES (*expr_p),
15707 OMP_CRITICAL_CLAUSES (*expr_p));
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 5580 OMP_CRITICAL_CLAUSES (stmt) = gfc_trans_omp_clauses (&block,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 5022 OMP_CRITICAL_CLAUSES (stmt) = gfc_trans_omp_clauses (&block,

Completed in 119 milliseconds