Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/diagnostics/
H A Dno-store-func-path-notes.cpp207 struct HasRefToItself { struct
208 HasRefToItself &Ref; // no infinite loop argument
210 HasRefToItself(int &z) : Ref(*this), z(z) {} in HasRefToItself() function
213 void maybeInitialize(const HasRefToItself &&pA) { in maybeInitialize()
221 maybeInitialize(HasRefToItself(z)); // expected-note{{Calling constructor for 'HasRefToItself'}} in useMaybeInitializerWritingIntoFieldWithRefToItself()