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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.h 84 /* PRAGMA_OMP__LAST_ should be equal to the last PRAGMA_OMP_* code. */
85 PRAGMA_OMP__LAST_ = PRAGMA_OMP_TEAMS,
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.h 81 /* PRAGMA_OMP__LAST_ should be equal to the last PRAGMA_OMP_* code. */
82 PRAGMA_OMP__LAST_ = PRAGMA_OMP_TEAMS,
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 6790 if (kind >= PRAGMA_OMP__START_ && kind <= PRAGMA_OMP__LAST_)
14489 && id <= PRAGMA_OMP__LAST_)
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc 12415 if (kind >= PRAGMA_OMP__START_ && kind <= PRAGMA_OMP__LAST_)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc 11997 if (kind >= PRAGMA_OMP__START_ && kind <= PRAGMA_OMP__LAST_)
    [all...]

Completed in 75 milliseconds