Home
last modified time | relevance | path

Searched refs:omp_check_context_selector (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-general.h108 extern tree omp_check_context_selector (location_t loc, tree ctx);
Domp-general.cc1103 omp_check_context_selector (location_t loc, tree ctx) in omp_check_context_selector() function
DChangeLog-20219749 * omp-general.c (omp_check_context_selector): Move from c-omp.c.
9752 * omp-general.h (omp_check_context_selector): New prototype.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-2021968 c_omp_check_context_selector to omp_check_context_selector.
Dparser.cc45604 ctx = omp_check_context_selector (match_loc, ctx); in cp_finish_omp_declare_variant()