Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dconfig.py19 from libcxx.compiler import CXXCompiler
184 self.cxx = CXXCompiler(self, cxx) if not self.cxx_is_clang_cl else \
200 return CXXCompiler(self, clang_path, flags=flags,
/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dcompiler.py14 class CXXCompiler(object): class