Searched refs:IntWrapperSubclass (Results 1 – 1 of 1) sorted by relevance
51 struct IntWrapperSubclass : public IntWrapper {}; struct58 reinterpret_cast<IntWrapperSubclass *>(ww)->x = 42; in test()59 …clang_analyzer_eval(reinterpret_cast<IntWrapperSubclass *>(ww)->x == 42); // expected-warning{{TRU… in test()64 …clang_analyzer_eval(reinterpret_cast<IntWrapperSubclass *>(ww)->x == 42); // expected-warning{{FAL… in test()