Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimplify.c86 GOVD_PRIVATE_OUTER_REF = 0x000400, enumerator
7570 flags |= GOVD_PRIVATE_OUTER_REF; in omp_notice_variable()
7631 if ((flags & GOVD_PRIVATE) && !(flags & GOVD_PRIVATE_OUTER_REF)) in omp_notice_variable()
8431 flags |= GOVD_PRIVATE_OUTER_REF; in gimplify_scan_omp_clauses()
10034 else if (code == OMP_CLAUSE_PRIVATE && (flags & GOVD_PRIVATE_OUTER_REF)) in gimplify_adjust_omp_clauses_1()
H A Dgimplify.cc88 GOVD_PRIVATE_OUTER_REF = 0x000400, enumerator
7924 flags |= GOVD_PRIVATE_OUTER_REF; in omp_notice_variable()
7985 if ((flags & GOVD_PRIVATE) && !(flags & GOVD_PRIVATE_OUTER_REF)) in omp_notice_variable()
9202 flags |= GOVD_PRIVATE_OUTER_REF; in gimplify_scan_omp_clauses()
11198 else if (code == OMP_CLAUSE_PRIVATE && (flags & GOVD_PRIVATE_OUTER_REF)) in gimplify_adjust_omp_clauses_1()
H A DChangeLog-200817291 (enum gimplify_omp_var_data): Add GOVD_PRIVATE_OUTER_REF.
17292 (omp_notice_variable): Set GOVD_PRIVATE_OUTER_REF if needed,
17296 (gimplify_scan_omp_clauses): Set GOVD_PRIVATE_OUTER_REF if needed,
17298 OMP_CLAUSE_PRIVATE_OUTER_REF if GOVD_PRIVATE_OUTER_REF is set.
17305 GOVD_PRIVATE_OUTER_REF is set. Call omp_finish_clause langhook.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c86 GOVD_PRIVATE_OUTER_REF = 0x000400, enumerator
7570 flags |= GOVD_PRIVATE_OUTER_REF; in omp_notice_variable()
7631 if ((flags & GOVD_PRIVATE) && !(flags & GOVD_PRIVATE_OUTER_REF)) in omp_notice_variable()
8431 flags |= GOVD_PRIVATE_OUTER_REF; in gimplify_scan_omp_clauses()
10034 else if (code == OMP_CLAUSE_PRIVATE && (flags & GOVD_PRIVATE_OUTER_REF)) in gimplify_adjust_omp_clauses_1()