Home
last modified time | relevance | path

Searched refs:PRAGMA_OMP_NOTHING (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.h61 PRAGMA_OMP_NOTHING, enumerator
H A Dc-pragma.cc1372 { "nothing", PRAGMA_OMP_NOTHING },
H A Dc-omp.cc3157 { "nothing", nullptr, nullptr, PRAGMA_OMP_NOTHING,
H A DChangeLog846 * c-pragma.h (enum pragma_kind): Add PRAGMA_OMP_NOTHING.
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20211706 (cp_parser_pragma): Handle PRAGMA_OMP_NOTHING.
H A Dparser.cc47938 case PRAGMA_OMP_NOTHING: in cp_parser_pragma()
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog552 (c_parser_pragma): Handle PRAGMA_OMP_NOTHING.
H A Dc-parser.cc12548 case PRAGMA_OMP_NOTHING: in c_parser_pragma()