Home
last modified time | relevance | path

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

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