Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c4091 bool if_without_mod = false; variable
4113 if_without_mod = true;
4124 else if (if_without_mod)
4129 if_without_mod = false;
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc6278 bool if_without_mod = false; in resolve_omp_clauses() local
6307 if_without_mod = true; in resolve_omp_clauses()
6318 else if (if_without_mod) in resolve_omp_clauses()
6323 if_without_mod = false; in resolve_omp_clauses()