HomeSort by relevance Sort by last modified time
    Searched refs:addWarningFlagIfSupported (Results 1 - 5 of 5) sorted by null

  /external/libcxx/utils/libcxx/test/
config.py     [all...]
format.py 126 test_cxx.addWarningFlagIfSupported('-Wno-macro-redefined')
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
config.py 541 self.cxx.addWarningFlagIfSupported('-Wno-attributes')
542 self.cxx.addWarningFlagIfSupported('-Wno-pessimizing-move')
543 self.cxx.addWarningFlagIfSupported('-Wno-c++11-extensions')
544 self.cxx.addWarningFlagIfSupported('-Wno-user-defined-literals')
547 self.cxx.addWarningFlagIfSupported('-Wno-unused-local-typedef')
548 self.cxx.addWarningFlagIfSupported('-Wno-unused-variable')
549 self.cxx.addWarningFlagIfSupported('-Wno-unused-parameter')
550 self.cxx.addWarningFlagIfSupported('-Wno-sign-compare')
555 self.cxx.addWarningFlagIfSupported('-Wno-unused-local-typedef')
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/
compiler.py 174 def addWarningFlagIfSupported(self, flag):
176 addWarningFlagIfSupported - Add a warning flag if the compiler
  /external/libcxx/utils/libcxx/
compiler.py 285 def addWarningFlagIfSupported(self, flag):

Completed in 63 milliseconds