HomeSort by: relevance | last modified time | path
    Searched defs:suppress_host_fallback (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 578 static bool suppress_host_fallback; variable
1051 /* Initialize debug and suppress_host_fallback according to the environment. */
1062 suppress_host_fallback = true;
1064 suppress_host_fallback = false;
1533 if (suppress_host_fallback)
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 588 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 117 milliseconds