Searched refs:isGNUish (Results 1 – 1 of 1) sorted by relevance
758 def checkCxxDialect(self, language, isGNUish=False): argument946 isGNUish = bool(isGNUish)958 …({compiler}) {isgnuish} gnu-ish'.format(compiler=compiler,isgnuish='IS' if isGNUish else 'is NOT'))991 allowedBaseFlags = [BaseFlags.gnu,BaseFlags.standard] if isGNUish else [BaseFlags.standard]2777 isGNUish = self.isGNU(compiler,self.log) or self.isClang(compiler,self.log)2779 self.executeTest(self.checkCxxDialect,args=[LANG],kargs={'isGNUish':isGNUish})