HomeSort by: relevance | last modified time | path
    Searched defs:OMP_PARALLEL_CLAUSES (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 4440 #define OMP_PARALLEL_CLAUSES \
4857 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES
4868 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES
4922 OMP_PARALLEL_CLAUSES | OMP_LOOP_CLAUSES);
4930 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES
6200 return match_omp (EXEC_OMP_PARALLEL, OMP_PARALLEL_CLAUSES);
6208 (OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES)
6217 (OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES | OMP_SIMD_CLAUSES)
6226 OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES);
6233 (OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSE
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 3603 #define OMP_PARALLEL_CLAUSES \
3835 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES
3846 (OMP_DISTRIBUTE_CLAUSES | OMP_PARALLEL_CLAUSES
3900 OMP_PARALLEL_CLAUSES | OMP_LOOP_CLAUSES);
3908 (OMP_TARGET_CLAUSES | OMP_PARALLEL_CLAUSES
5137 return match_omp (EXEC_OMP_PARALLEL, OMP_PARALLEL_CLAUSES);
5145 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES);
5153 OMP_PARALLEL_CLAUSES | OMP_DO_CLAUSES | OMP_SIMD_CLAUSES);
5161 OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSES);
5168 (OMP_PARALLEL_CLAUSES | OMP_MASKED_CLAUSE
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree.h 1531 #define OMP_PARALLEL_CLAUSES(NODE) TREE_OPERAND (OMP_PARALLEL_CHECK (NODE), 1)
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 1420 #define OMP_PARALLEL_CLAUSES(NODE) TREE_OPERAND (OMP_PARALLEL_CHECK (NODE), 1)

Completed in 44 milliseconds