Searched refs:PRAGMA_OMP_SECTION (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.h62 PRAGMA_OMP_SECTION, enumerator in enum:pragma_kind
H A Dc-pragma.c1308 { "section", PRAGMA_OMP_SECTION },
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.h69 PRAGMA_OMP_SECTION, enumerator in enum:pragma_kind
H A Dc-pragma.cc1375 { "section", PRAGMA_OMP_SECTION },
H A Dc-omp.cc3170 { "section", nullptr, nullptr, PRAGMA_OMP_SECTION,
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc12531 case PRAGMA_OMP_SECTION:
20062 if (c_parser_peek_token (parser)->pragma_kind != PRAGMA_OMP_SECTION)
20065 PRAGMA_OMP_SECTION);
20079 if (c_parser_peek_token (parser)->pragma_kind == PRAGMA_OMP_SECTION)
20092 PRAGMA_OMP_SECTION);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c12468 case PRAGMA_OMP_SECTION:
18796 if (c_parser_peek_token (parser)->pragma_kind != PRAGMA_OMP_SECTION)
18812 if (c_parser_peek_token (parser)->pragma_kind == PRAGMA_OMP_SECTION)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c[all...]

Completed in 297 milliseconds