Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
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()
/external/clang/test/Analysis/
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()