Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dgimplify.c57 GOVD_SHARED = 4, enumerator
4338 if (n->value & GOVD_SHARED) in omp_firstprivatize_variable()
4468 if (flags & GOVD_SHARED) in omp_add_variable()
4489 if ((flags & GOVD_SHARED) == 0) in omp_add_variable()
4555 flags |= GOVD_SHARED; in omp_notice_variable()
4566 shared = (flags & GOVD_SHARED) != 0; in omp_notice_variable()
4602 if (n->value & GOVD_SHARED) in omp_is_private()
4656 return (n->value & GOVD_SHARED) == 0; in omp_check_private()
4691 flags = GOVD_SHARED | GOVD_EXPLICIT; in gimplify_scan_omp_clauses()
4812 !!(flags & GOVD_SHARED)); in gimplify_adjust_omp_clauses_1()
[all …]