Home
last modified time | relevance | path

Searched refs:cxx_under_test (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/libcxx/utils/libcxx/android/
H A Dcompiler.py11 def __init__(self, cxx_under_test, cxx_template, link_template): argument
12 super(AndroidCXXCompiler, self).__init__(cxx_under_test)
/aosp_15_r20/external/libcxx/utils/libcxx/android/test/
H A Dconfig.py49 cxx_under_test = self.lit_config.params.get('cxx_under_test')
54 cxx_under_test, cxx_template, link_template)
/aosp_15_r20/external/libcxxabi/test/
H A Dlit.site.cfg.in2 config.cxx_under_test = "@LIBCXXABI_COMPILER@"
/aosp_15_r20/external/libcxx/test/libcxx/ndk/test/
H A Dconfig.py10 self.cxx_under_test = None
/aosp_15_r20/external/libcxx/test/
H A Dlit.site.cfg.in2 config.cxx_under_test = "@LIBCXX_COMPILER@"
/aosp_15_r20/external/libcxx/docs/
H A DTestingLibcxx.rst78 $ lit -sv --param=cxx_under_test=/opt/bin/g++ test/std
101 .. option:: cxx_under_test=<path/to/compiler>
/aosp_15_r20/external/libcxx/
H A Dlit.site.cfg20 config.cxx_under_test = os.path.join(
/aosp_15_r20/external/libcxx/utils/ci/
H A Dmacos-backdeployment.sh172 --param=cxx_under_test="${CXX}" \