Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dblocks-no-inline.c20 static const int staticConstant = 3; in testCapturedConstants() local
25 clang_analyzer_eval(staticConstant == 3); // expected-warning{{TRUE}} in testCapturedConstants()
33 static constInt staticConstant = 3; in testCapturedConstantsTypedef() local
38 clang_analyzer_eval(staticConstant == 3); // expected-warning{{TRUE}} in testCapturedConstantsTypedef()