Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc3366 SE_OPENMP = 1 << 0, enumerator
5046 state->extensions |= SE_OPENMP; in start()
5121 if (!(state->extensions & SE_OPENMP)) in start()
13981 extensions & SE_OPENMP ? "-fopenmp" : ""); in write_readme()
17482 unsigned allowed = (flag_openmp ? SE_OPENMP : 0); in read_config()
17486 if (bad & SE_OPENMP) in read_config()