Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dcxx-uninitialized-object-ptr-ref.cpp918 struct IntReferenceWrapper2 { struct
923 IntReferenceWrapper2(int &a) : a(a) {} // no-warning in IntReferenceWrapper2() function
930 IntReferenceWrapper2 T2(a); in fMultipleObjectsReferencingTheSameObjectTest()