Searched refs:saw_libcxx (Results 1 – 2 of 2) sorted by relevance
84 const cl_decoded_option *saw_libcxx = 0; in lang_specific_driver() local355 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()
84 const cl_decoded_option *saw_libcxx = 0; in lang_specific_driver() local345 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()