Searched refs:nflags (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.c5650 unsigned int nflags;
5670 nflags = n->value | flags;
5671 gcc_assert ((nflags & GOVD_DATA_SHARE_CLASS)
5674 n->value = nflags;
5690 nflags = GOVD_MAP | GOVD_MAP_TO_ONLY | GOVD_EXPLICIT;
5692 nflags = GOVD_PRIVATE;
5694 nflags = GOVD_FIRSTPRIVATE;
5695 nflags |= flags & GOVD_SEEN;
5700 omp_add_variable (ctx, t, nflags);
5647 unsigned int nflags; local

Completed in 54 milliseconds