Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Domp-low.c3271 gcc_assert (i < len || OMP_SECTION_LAST (bsi_stmt (si))); in expand_omp_sections()
3633 OMP_SECTION_LAST (sec_start) = 1; in lower_omp_sections()
H A Dtree.h1592 #define OMP_SECTION_LAST(NODE) \ macro