Searched refs:suppress_host_fallback (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-hsa.c228 static bool suppress_host_fallback; variable
240 /* Initialize debug and suppress_host_fallback according to the environment. */
251 suppress_host_fallback = true;
253 suppress_host_fallback = false;
1473 if (suppress_host_fallback)
H A Dplugin-gcn.c591 static bool suppress_host_fallback; variable
1060 /* Initialize debug and suppress_host_fallback according to the environment. */
1071 suppress_host_fallback = true;
1073 suppress_host_fallback = false;
1490 if (suppress_host_fallback)
3775 if (suppress_host_fallback)
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c588 static bool suppress_host_fallback; variable
1057 /* Initialize debug and suppress_host_fallback according to the environment. */
1068 suppress_host_fallback = true;
1070 suppress_host_fallback = false;
1484 if (suppress_host_fallback)
3636 if (suppress_host_fallback)

Completed in 182 milliseconds