Searched refs:hasCompileFlag (Results 1 – 2 of 2) sorted by relevance
54 self.verify_supported = self.hasCompileFlag(['-Xclang',221 def hasCompileFlag(self, flag): member in CXXCompiler239 if self.hasCompileFlag(flags):250 if self.hasCompileFlag(flags):267 return self.hasCompileFlag(flag)
347 has_thread_safety = self.cxx.hasCompileFlag('-Werror=thread-safety')437 if self.cxx.hasCompileFlag('-fsized-deallocation'):440 if self.cxx.hasCompileFlag('-faligned-allocation'):447 if self.cxx.hasCompileFlag('-fdelayed-template-parsing'):486 self.cxx.hasCompileFlag(["-x", "objective-c++", "-fobjc-arc"]):524 if self.cxx.hasCompileFlag('-std=%s' % s):868 if not self.cxx.hasCompileFlag(color_flag):988 if self.cxx.hasCompileFlag('-fcoroutines-ts'):1002 supports_modules = self.cxx.hasCompileFlag(modules_flags)