Searched refs:GOVD_EXPLICIT (Results 1 – 1 of 1) sorted by relevance
56 GOVD_EXPLICIT = 2, enumerator4470 | (flags & (GOVD_SEEN | GOVD_EXPLICIT)); in omp_add_variable()4614 else if ((n->value & GOVD_EXPLICIT) != 0 in omp_is_private()4687 flags = GOVD_PRIVATE | GOVD_EXPLICIT; in gimplify_scan_omp_clauses()4691 flags = GOVD_SHARED | GOVD_EXPLICIT; in gimplify_scan_omp_clauses()4694 flags = GOVD_FIRSTPRIVATE | GOVD_EXPLICIT; in gimplify_scan_omp_clauses()4698 flags = GOVD_LASTPRIVATE | GOVD_SEEN | GOVD_EXPLICIT; in gimplify_scan_omp_clauses()4702 flags = GOVD_REDUCTION | GOVD_SEEN | GOVD_EXPLICIT; in gimplify_scan_omp_clauses()4800 if (flags & (GOVD_EXPLICIT | GOVD_LOCAL)) in gimplify_adjust_omp_clauses_1()