Searched refs:omp_construct_selector_matches (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimplify.h | 79 int omp_construct_selector_matches (enum tree_code *, int, int *);
|
| D | omp-general.cc | 1092 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()
|
| D | gimplify.cc | 11947 omp_construct_selector_matches (enum tree_code *constructs, int nconstructs, in omp_construct_selector_matches() function
|
| D | ChangeLog-2019 | 7411 * 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.
|
| D | ChangeLog | 13782 (omp_construct_selector_matches): Likewise.
|