Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-spec.cc84 const cl_decoded_option *saw_libcxx = 0; in lang_specific_driver() local
355 if (!saw_libcxx && (args[i] & WITHLIBCXX)) in lang_specific_driver()
358 saw_libcxx = &decoded_options[i]; in lang_specific_driver()
473 if (saw_libcxx || saw_static_libcxx || need_stdcxx) in lang_specific_driver()
482 if (saw_libcxx) in lang_specific_driver()
483 new_decoded_options[j++] = *saw_libcxx; in lang_specific_driver()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-spec.cc84 const cl_decoded_option *saw_libcxx = 0; in lang_specific_driver() local
345 if (!saw_libcxx && (args[i] & WITHLIBCXX)) in lang_specific_driver()
348 saw_libcxx = &decoded_options[i]; in lang_specific_driver()
463 if (saw_libcxx || need_stdcxx) in lang_specific_driver()
478 if (saw_libcxx) in lang_specific_driver()
479 new_decoded_options[j++] = *saw_libcxx; in lang_specific_driver()