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

  /src/external/gpl3/gcc/dist/gcc/
tree-core.h 529 OMP_CLAUSE_IF_PRESENT,
tree-nested.cc 1516 case OMP_CLAUSE_IF_PRESENT:
2301 case OMP_CLAUSE_IF_PRESENT:
gimplify.cc 13152 case OMP_CLAUSE_IF_PRESENT:
14584 case OMP_CLAUSE_IF_PRESENT:
16973 if (omp_find_clause (OMP_CLAUSES (expr), OMP_CLAUSE_IF_PRESENT))
17087 OMP_CLAUSE_IF_PRESENT))
tree-pretty-print.cc 1465 case OMP_CLAUSE_IF_PRESENT:
omp-low.cc 1758 case OMP_CLAUSE_IF_PRESENT:
1976 case OMP_CLAUSE_IF_PRESENT:
  /src/external/gpl3/gcc.old/dist/gcc/
tree-core.h 518 OMP_CLAUSE_IF_PRESENT,
tree-nested.cc 1506 case OMP_CLAUSE_IF_PRESENT:
2288 case OMP_CLAUSE_IF_PRESENT:
gimplify.cc 10767 case OMP_CLAUSE_IF_PRESENT:
11889 case OMP_CLAUSE_IF_PRESENT:
14193 if (omp_find_clause (OMP_CLAUSES (expr), OMP_CLAUSE_IF_PRESENT))
14307 OMP_CLAUSE_IF_PRESENT))
tree-pretty-print.cc 1362 case OMP_CLAUSE_IF_PRESENT:
omp-low.cc 1723 case OMP_CLAUSE_IF_PRESENT:
1940 case OMP_CLAUSE_IF_PRESENT:
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 1091 OMP_CLAUSE_IF_PRESENT,
2752 if ((mask & OMP_CLAUSE_IF_PRESENT)
3894 | OMP_CLAUSE_IF_PRESENT)
3902 | OMP_CLAUSE_DEVICE | OMP_CLAUSE_WAIT | OMP_CLAUSE_IF_PRESENT \
trans-openmp.cc 4735 c = build_omp_clause (gfc_get_location (&where), OMP_CLAUSE_IF_PRESENT);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
openmp.cc 946 OMP_CLAUSE_IF_PRESENT,
2167 if ((mask & OMP_CLAUSE_IF_PRESENT)
3073 | OMP_CLAUSE_IF_PRESENT)
3081 | OMP_CLAUSE_DEVICE | OMP_CLAUSE_WAIT | OMP_CLAUSE_IF_PRESENT)
trans-openmp.cc 4240 c = build_omp_clause (gfc_get_location (&where), OMP_CLAUSE_IF_PRESENT);
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 9111 case OMP_CLAUSE_IF_PRESENT:
pt.cc 17849 case OMP_CLAUSE_IF_PRESENT:
parser.cc     [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 8656 case OMP_CLAUSE_IF_PRESENT:
pt.cc 17993 case OMP_CLAUSE_IF_PRESENT:
parser.cc     [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 16327 case OMP_CLAUSE_IF_PRESENT:
c-parser.cc 19353 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_IF_PRESENT,
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 16718 clauses = c_parser_oacc_simple_clause (here, OMP_CLAUSE_IF_PRESENT,
c-typeck.cc 15454 case OMP_CLAUSE_IF_PRESENT:

Completed in 311 milliseconds