Home
last modified time | relevance | path

Searched refs:has_warnings (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Modules/
Dserialized-diags.m15 // 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 *'
/external/clang/test/Modules/Inputs/ModuleDiags/
Dmodule.map2 header "has_warnings.h"
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations_unittest.py410 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)
Dtest_expectations.py1018 def has_warnings(self): member in TestExpectations