Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dreinterpret-cast.cpp51 struct IntWrapperSubclass : public IntWrapper {}; struct
58 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()