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

  /src/external/gpl3/gcc/dist/gcc/
tree-pretty-print.cc 718 if (OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER (clause))
737 if (OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER (clause)
741 if (!OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER (clause)
759 if (!OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER (clause)
tree.h 1947 #define OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER(NODE) \
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 7315 if (OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER (c))
parser.cc     [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 2893 OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER (node)
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 15358 && OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER (c))
c-parser.cc 18210 OMP_CLAUSE_LINEAR_OLD_LINEAR_MODIFIER (c) = old_linear_modifier;

Completed in 63 milliseconds