Home
last modified time | relevance | path

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

/llvm-project/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