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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.h195 GF_OMP_SECTION_LAST = 1 << 0, enumerator in enum:gf_mask
2376 /* Return true if OMP section statement G has the GF_OMP_SECTION_LAST
2383 return (gimple_omp_subcode (g) & GF_OMP_SECTION_LAST) != 0;
2387 /* Set the GF_OMP_SECTION_LAST flag on G. */
2393 g->subcode |= GF_OMP_SECTION_LAST;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple.h196 GF_OMP_SECTION_LAST = 1 << 0, enumerator in enum:gf_mask
2383 /* Return true if OMP section statement G has the GF_OMP_SECTION_LAST
2390 return (gimple_omp_subcode (g) & GF_OMP_SECTION_LAST) != 0;
2394 /* Set the GF_OMP_SECTION_LAST flag on G. */
2400 g->subcode |= GF_OMP_SECTION_LAST;

Completed in 196 milliseconds