Home
last modified time | relevance | path

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

/external/libcxx/test/libcxx/test/
Dconfig.py577 self.cxx.addCompileFlagIfSupported('-Wno-attributes')
579 self.cxx.addCompileFlagIfSupported('-Wno-pessimizing-move')
580 self.cxx.addCompileFlagIfSupported('-Wno-c++11-extensions')
581 self.cxx.addCompileFlagIfSupported('-Wno-user-defined-literals')
586 self.cxx.addCompileFlagIfSupported('-Wno-unused-local-typedef')
/external/libcxx/test/libcxx/
Dcompiler.py154 def addCompileFlagIfSupported(self, flag): member in CXXCompiler