Searched refs:has_warnings (Results 1 – 4 of 4) sorted by relevance
15 // CHECK: has_warnings.h:3:8: warning: incompatible pointer types initializing 'float *'25 // CHECK-WITH-ERRORS: has_warnings.h:3:8: warning: incompatible pointer types initializing 'float *'
2 header "has_warnings.h"
410 self.assertFalse(self._exp.has_warnings())421 self.assertTrue(self._exp.has_warnings())424 self.assertTrue(self._exp.has_warnings())427 self.assertTrue(self._exp.has_warnings())453 self.assertTrue(self._exp.has_warnings(), 1)
1018 def has_warnings(self): member in TestExpectations