Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c5010 cp->ext.omp_clauses->nowait |= new_st.ext.omp_bool; in parse_omp_do()
5407 cp->ext.omp_clauses->nowait |= new_st.ext.omp_bool; in parse_omp_structured_block()
H A Dgfortran.h2701 bool omp_bool; member
H A Dopenmp.c3840 new_st.ext.omp_bool = nowait; in gfc_match_omp_end_nowait()
3852 new_st.ext.omp_bool = true; in gfc_match_omp_end_single()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc5293 cp->ext.omp_clauses->nowait |= new_st.ext.omp_bool; in parse_omp_do()
5729 cp->ext.omp_clauses->nowait |= new_st.ext.omp_bool; in parse_omp_structured_block()
H A Dgfortran.h2987 bool omp_bool; member
H A Dopenmp.cc6027 new_st.ext.omp_bool = nowait; in gfc_match_omp_end_nowait()
6039 new_st.ext.omp_bool = true; in gfc_match_omp_end_single()
H A DChangeLog-20063825 and omp_bool fields to ext union.