Home
last modified time | relevance | path

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

/external/libcxx/utils/libcxx/test/
Dconfig.py899 self.cxx.addWarningFlagIfSupported('-Wshadow')
900 self.cxx.addWarningFlagIfSupported('-Wno-unused-command-line-argument')
901 self.cxx.addWarningFlagIfSupported('-Wno-attributes')
902 self.cxx.addWarningFlagIfSupported('-Wno-pessimizing-move')
903 self.cxx.addWarningFlagIfSupported('-Wno-c++11-extensions')
904 self.cxx.addWarningFlagIfSupported('-Wno-user-defined-literals')
905 self.cxx.addWarningFlagIfSupported('-Wno-noexcept-type')
906 self.cxx.addWarningFlagIfSupported('-Wno-aligned-allocation-unavailable')
910 self.cxx.addWarningFlagIfSupported('-Wsign-compare')
911 self.cxx.addWarningFlagIfSupported('-Wunused-variable')
[all …]
Dformat.py134 test_cxx.addWarningFlagIfSupported('-Wno-macro-redefined')
/external/libcxx/utils/libcxx/
Dcompiler.py286 def addWarningFlagIfSupported(self, flag): member in CXXCompiler