Home
last modified time | relevance | path

Searched defs:CyclicPointerTest2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object-ptr-ref.cpp302 struct CyclicPointerTest2 { struct
306 …CyclicPointerTest2() : pptr(reinterpret_cast<int **>(&pptr)) {} // expected-warning{{1 uninitializ… in CyclicPointerTest2() function