Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dexplain-svals.cpp33 static int stat_glob; variable
83 …clang_analyzer_explain(stat_glob); // expected-warning-re{{{{^initial value of global variable 'st… in test_4()
84 …clang_analyzer_explain(&stat_glob); // expected-warning-re{{{{^pointer to global variable 'stat_gl… in test_4()