Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimplify.h79 int omp_construct_selector_matches (enum tree_code *, int, int *);
Domp-general.cc1092 if (omp_construct_selector_matches (&construct, 1, NULL)) in omp_maybe_offloaded()
1309 int r = omp_construct_selector_matches (constructs, nconstructs, in omp_context_selector_matches()
1999 if (omp_construct_selector_matches (constructs, nconstructs, scores) in omp_context_compute_score()
Dgimplify.cc11947 omp_construct_selector_matches (enum tree_code *constructs, int nconstructs, in omp_construct_selector_matches() function
DChangeLog-20197411 * gimplify.h (omp_construct_selector_matches): Change return
7413 * gimplify.c (omp_construct_selector_matches): Likewise. If
7417 Adjust omp_construct_selector_matches callers.
8909 * gimplify.h (omp_construct_selector_matches): Declare.
8914 (omp_construct_selector_matches): New function.
DChangeLog13782 (omp_construct_selector_matches): Likewise.