Searched refs:IntWrapperSubclass (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Dreinterpret-cast.cpp51 struct IntWrapperSubclass : public IntWrapper {}; struct in namespace:rdar13249297
58 reinterpret_cast<IntWrapperSubclass *>(ww)->x = 42;
59 clang_analyzer_eval(reinterpret_cast<IntWrapperSubclass *>(ww)->x == 42); // expected-warning{{TRUE}}
64 clang_analyzer_eval(reinterpret_cast<IntWrapperSubclass *>(ww)->x == 42); // expected-warning{{FALSE}}

Completed in 848 milliseconds