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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 3684 #define OMP_MASKED_CLAUSES \
5161 OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES);
5168 (OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES
5177 (OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES
5739 return match_omp (EXEC_OMP_MASKED, OMP_MASKED_CLAUSES);
5746 OMP_MASKED_CLAUSES | OMP_TASKLOOP_CLAUSES);
5753 (OMP_MASKED_CLAUSES | OMP_TASKLOOP_CLAUSES
trans-openmp.cc 5679 OMP_MASKED_CLAUSES (stmt) = omp_clauses;
7064 OMP_MASKED_CLAUSES (msk) = clauses;
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 4525 #define OMP_MASKED_CLAUSES \
6226 OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES);
6233 (OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES
6242 (OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES
6807 return match_omp (EXEC_OMP_MASKED, OMP_MASKED_CLAUSES);
6814 OMP_MASKED_CLAUSES | OMP_TASKLOOP_CLAUSES);
6821 (OMP_MASKED_CLAUSES | OMP_TASKLOOP_CLAUSES
trans-openmp.cc 6398 OMP_MASKED_CLAUSES (stmt) = omp_clauses;
7830 OMP_MASKED_CLAUSES (msk) = clauses;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-omp.cc 99 OMP_MASKED_CLAUSES (stmt) = clauses;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-pretty-print.cc 3682 dump_omp_clauses (pp, OMP_MASKED_CLAUSES (node), spc, flags);
tree.h 1452 #define OMP_MASKED_CLAUSES(NODE) TREE_OPERAND (OMP_MASKED_CHECK (NODE), 1)
gimplify.cc 15691 gimplify_scan_omp_clauses (&OMP_MASKED_CLAUSES (*expr_p),
15694 &OMP_MASKED_CLAUSES (*expr_p),
15697 OMP_MASKED_CLAUSES (*expr_p));
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-omp.cc 99 OMP_MASKED_CLAUSES (stmt) = clauses;
  /src/external/gpl3/gcc/dist/gcc/
tree-pretty-print.cc 3953 dump_omp_clauses (pp, OMP_MASKED_CLAUSES (node), spc, flags);
gimplify.cc 18497 gimplify_scan_omp_clauses (&OMP_MASKED_CLAUSES (*expr_p),
18500 &OMP_MASKED_CLAUSES (*expr_p),
18503 OMP_MASKED_CLAUSES (*expr_p));
tree.h 1566 #define OMP_MASKED_CLAUSES(NODE) TREE_OPERAND (OMP_MASKED_CHECK (NODE), 1)

Completed in 101 milliseconds