Searched refs:gpf2 (Results 1 – 1 of 1) sorted by relevance
305 int Grandfather::*gpf2 = static_cast<int Grandfather::*>(static_cast<int Father::*>(sf)); in test() local308 clang_analyzer_eval(grandpa.*gpf2 == 10); // expected-warning{{TRUE}} in test()