Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.cc101 int darwin_running_cxx; variable
3555 darwin_running_cxx = (strstr (lang_hooks.name, "C++") != 0); in darwin_override_options()
3869 if (darwin_running_cxx) in darwin_build_constant_cfstring()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.c98 int darwin_running_cxx; variable
3454 darwin_running_cxx = (strstr (lang_hooks.name, "C++") != 0); in darwin_override_options()
3765 if (darwin_running_cxx) in darwin_build_constant_cfstring()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20108843 * config/darwin.c (darwin_running_cxx): New var.
8845 (darwin_override_options): Set darwin_running_cxx.