Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dpointer-to-member.cpp305 int Grandfather::*gpf2 = static_cast<int Grandfather::*>(static_cast<int Father::*>(sf)); in test() local
308 clang_analyzer_eval(grandpa.*gpf2 == 10); // expected-warning{{TRUE}} in test()