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

  /src/external/gpl3/gcc/dist/gcc/
omp-oacc-kernels-decompose.cc 1523 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SELF)
tree-core.h 393 OMP_CLAUSE_SELF,
tree-nested.cc 1395 case OMP_CLAUSE_SELF:
2174 case OMP_CLAUSE_SELF:
tree-pretty-print.cc 591 case OMP_CLAUSE_SELF:
tree.h 1734 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_SELF), 0)
gimplify.cc 13037 case OMP_CLAUSE_SELF:
14539 case OMP_CLAUSE_SELF:
omp-low.cc 1496 case OMP_CLAUSE_SELF:
1927 case OMP_CLAUSE_SELF:
omp-expand.cc 10336 if ((c = omp_find_clause (clauses, OMP_CLAUSE_SELF)) != NULL_TREE)
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 1085 OMP_CLAUSE_SELF,
3565 if ((mask & OMP_CLAUSE_SELF)
3586 if ((mask & OMP_CLAUSE_SELF)
3860 | OMP_CLAUSE_SELF)
3867 | OMP_CLAUSE_SELF)
3874 | OMP_CLAUSE_SELF)
3903 | OMP_CLAUSE_SELF)
trans-openmp.cc 4216 c = build_omp_clause (gfc_get_location (&where), OMP_CLAUSE_SELF);
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 7698 case OMP_CLAUSE_SELF:
parser.cc     [all...]
pt.cc 17745 case OMP_CLAUSE_SELF:
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 17110 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_SELF)
17116 tree c = build_omp_clause (location, OMP_CLAUSE_SELF);
c-typeck.cc 16290 case OMP_CLAUSE_SELF:

Completed in 160 milliseconds