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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.h 132 PRAGMA_OMP_CLAUSE_LINK,
201 PRAGMA_OACC_CLAUSE_LINK = PRAGMA_OMP_CLAUSE_LINK,
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.h 125 PRAGMA_OMP_CLAUSE_LINK,
194 PRAGMA_OACC_CLAUSE_LINK = PRAGMA_OMP_CLAUSE_LINK,
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 12817 result = PRAGMA_OMP_CLAUSE_LINK;
17033 case PRAGMA_OMP_CLAUSE_LINK:
17039 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_LINK)) != 0)
21986 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_LINK) \
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 14968 result = PRAGMA_OMP_CLAUSE_LINK;
19682 case PRAGMA_OMP_CLAUSE_LINK:
19688 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_LINK)) != 0)
25148 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_LINK) \
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc     [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc     [all...]

Completed in 65 milliseconds