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

/external/libcxx/utils/libcxx/android/
H A Dcompiler.py10 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler):
/external/libcxx/utils/libcxx/test/
H A Dconfig.py20 from libcxx.compiler import CXXCompiler namespace
228 self.cxx = CXXCompiler(cxx) if not self.cxx_is_clang_cl else \
258 return CXXCompiler(clang_path, flags=flags,
/external/libcxx/utils/libcxx/
H A Dcompiler.py15 class CXXCompiler(object): class in inherits:object

Completed in 103 milliseconds