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

  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 4536 match_omp (gfc_exec_op op, const omp_mask mask) function
4650 return match_omp (EXEC_OMP_ALLOCATORS, OMP_ALLOCATORS_CLAUSES);
4849 return match_omp (EXEC_OMP_DISTRIBUTE, OMP_DISTRIBUTE_CLAUSES);
4856 return match_omp (EXEC_OMP_DISTRIBUTE_PARALLEL_DO,
4867 return match_omp (EXEC_OMP_DISTRIBUTE_PARALLEL_DO_SIMD,
4877 return match_omp (EXEC_OMP_DISTRIBUTE_SIMD,
4885 return match_omp (EXEC_OMP_DO, OMP_DO_CLAUSES);
4892 return match_omp (EXEC_OMP_DO_SIMD, OMP_DO_CLAUSES | OMP_SIMD_CLAUSES);
4899 return match_omp (EXEC_OMP_LOOP, OMP_LOOP_CLAUSES);
4906 return match_omp (EXEC_OMP_TEAMS_LOOP, OMP_TEAMS_CLAUSES | OMP_LOOP_CLAUSES)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 3692 match_omp (gfc_exec_op op, const omp_mask mask) function
3827 return match_omp (EXEC_OMP_DISTRIBUTE, OMP_DISTRIBUTE_CLAUSES);
3834 return match_omp (EXEC_OMP_DISTRIBUTE_PARALLEL_DO,
3845 return match_omp (EXEC_OMP_DISTRIBUTE_PARALLEL_DO_SIMD,
3855 return match_omp (EXEC_OMP_DISTRIBUTE_SIMD,
3863 return match_omp (EXEC_OMP_DO, OMP_DO_CLAUSES);
3870 return match_omp (EXEC_OMP_DO_SIMD, OMP_DO_CLAUSES | OMP_SIMD_CLAUSES);
3877 return match_omp (EXEC_OMP_LOOP, OMP_LOOP_CLAUSES);
3884 return match_omp (EXEC_OMP_TEAMS_LOOP, OMP_TEAMS_CLAUSES | OMP_LOOP_CLAUSES);
3891 return match_omp (EXEC_OMP_TARGET_TEAMS_LOOP
    [all...]

Completed in 29 milliseconds