Home
last modified time | relevance | path

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

/external/libcxx/utils/libcxx/android/
Dcompiler.py10 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler):
/external/libcxx/utils/libcxx/test/
Dconfig.py20 from libcxx.compiler import CXXCompiler
232 self.cxx = CXXCompiler(cxx) if not self.cxx_is_clang_cl else \
262 return CXXCompiler(clang_path, flags=flags,
/external/libcxx/utils/libcxx/
Dcompiler.py15 class CXXCompiler(object): class