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

  /external/libcxx/utils/libcxx/
compiler.py 53 self.verify_supported = self.hasCompileFlag(['-Xclang',
220 def hasCompileFlag(self, flag):
238 if self.hasCompileFlag(flags):
249 if self.hasCompileFlag(flags):
266 return self.hasCompileFlag(flag)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
compiler.py 141 def hasCompileFlag(self, flag):
159 if self.hasCompileFlag(flags):
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/
compiler.py 150 def hasCompileFlag(self, flag):
168 if self.hasCompileFlag(flags):
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
config.py 220 self.use_clang_verify = self.cxx.hasCompileFlag(
227 has_thread_safety = self.cxx.hasCompileFlag('-Werror=thread-safety')
289 if self.cxx.hasCompileFlag('-fsized-deallocation'):
313 if self.cxx.hasCompileFlag('-std=%s' % s):
518 if not self.cxx.hasCompileFlag(color_flag):
  /external/libcxx/utils/libcxx/test/
config.py 315 has_thread_safety = self.cxx.hasCompileFlag('-Werror=thread-safety')
378 if self.cxx.hasCompileFlag('-fsized-deallocation'):
381 if self.cxx.hasCompileFlag('-faligned-allocation'):
446 if self.cxx.hasCompileFlag('-std=%s' % s):
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 206 self.use_clang_verify = self.cxx.hasCompileFlag(
332 if self.cxx.hasCompileFlag('-fsized-deallocation'):
553 if not self.cxx.hasCompileFlag(color_flag):
    [all...]

Completed in 267 milliseconds