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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.h 72 PRAGMA_OMP_SECTION,
c-pragma.cc 1535 { "section", PRAGMA_OMP_SECTION },
c-omp.cc 4243 { "section", nullptr, nullptr, PRAGMA_OMP_SECTION,
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.h 69 PRAGMA_OMP_SECTION,
c-pragma.cc 1375 { "section", PRAGMA_OMP_SECTION },
c-omp.cc 3170 { "section", nullptr, nullptr, PRAGMA_OMP_SECTION,
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 12529 case PRAGMA_OMP_SECTION:
20058 if (c_parser_peek_token (parser)->pragma_kind != PRAGMA_OMP_SECTION)
20061 PRAGMA_OMP_SECTION);
20075 if (c_parser_peek_token (parser)->pragma_kind == PRAGMA_OMP_SECTION)
20088 PRAGMA_OMP_SECTION);
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 14630 case PRAGMA_OMP_SECTION:
23116 if (c_parser_peek_token (parser)->pragma_kind != PRAGMA_OMP_SECTION
23120 PRAGMA_OMP_SECTION);
23135 if (c_parser_peek_token (parser)->pragma_kind == PRAGMA_OMP_SECTION)
23148 PRAGMA_OMP_SECTION);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc     [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc     [all...]

Completed in 96 milliseconds