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

  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 4471 #define OMP_TASK_CLAUSES \
6704 return match_omp (EXEC_OMP_TASK, OMP_TASK_CLAUSES);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 3631 #define OMP_TASK_CLAUSES \
5631 return match_omp (EXEC_OMP_TASK, OMP_TASK_CLAUSES);
  /src/external/gpl3/gcc/dist/gcc/
tree.h 1534 #define OMP_TASK_CLAUSES(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 1)
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 1423 #define OMP_TASK_CLAUSES(NODE) TREE_OPERAND (OMP_TASK_CHECK (NODE), 1)

Completed in 38 milliseconds