Searched refs:staticConstant (Results 1 – 2 of 2) sorted by relevance
20 static const int staticConstant = 3; in testCapturedConstants() local25 clang_analyzer_eval(staticConstant == 3); // expected-warning{{TRUE}} in testCapturedConstants()33 static constInt staticConstant = 3; in testCapturedConstantsTypedef() local38 clang_analyzer_eval(staticConstant == 3); // expected-warning{{TRUE}} in testCapturedConstantsTypedef()