Home
last modified time | relevance | path

Searched refs:PRAGMA_OMP_ORDERED (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.h58 PRAGMA_OMP_ORDERED, enumerator
H A Dc-pragma.c1323 { "ordered", PRAGMA_OMP_ORDERED },
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.h64 PRAGMA_OMP_ORDERED, enumerator
H A Dc-pragma.c1323 { "ordered", PRAGMA_OMP_ORDERED },
H A Dc-pragma.cc1391 { "ordered", PRAGMA_OMP_ORDERED },
H A Dc-omp.cc3160 { "ordered", nullptr, nullptr, PRAGMA_OMP_ORDERED,
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20151418 (cp_parser_omp_construct): Don't handle PRAGMA_OMP_ORDERED here,
1420 (cp_parser_pragma): Handle PRAGMA_OMP_ORDERED here directly,
H A Dparser.cc11893 if (dir->id == PRAGMA_OMP_ORDERED) in cp_parser_handle_statement_omp_attributes()
47945 case PRAGMA_OMP_ORDERED: in cp_parser_pragma()
H A Dparser.c43924 case PRAGMA_OMP_ORDERED: in cp_parser_pragma()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog5746 * c-parser.c (c_parser_pragma): Handle PRAGMA_OMP_ORDERED here.
5808 (c_parser_omp_construct): Don't handle PRAGMA_OMP_ORDERED here,
H A Dc-parser.c12486 case PRAGMA_OMP_ORDERED: in c_parser_pragma()
H A Dc-parser.cc12555 case PRAGMA_OMP_ORDERED: in c_parser_pragma()
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c12486 case PRAGMA_OMP_ORDERED: in c_parser_pragma()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c43924 case PRAGMA_OMP_ORDERED: in cp_parser_pragma()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200622272 PRAGMA_OMP_MASTER, PRAGMA_OMP_ORDERED,