Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object-ptr-ref.cpp785 struct RingListTest { struct
786 RingListTest *next; // no-crash argument
787 RingListTest() : next(this) {} in RingListTest() argument
791 RingListTest(); in fRingListTest()