Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object-ptr-ref.cpp509 class MultiPointerTest2 { class
525 MultiPointerTest2::RecordType i; in fMultiPointerTest2()
526 MultiPointerTest2::RecordType *p1 = &i; in fMultiPointerTest2()
527 MultiPointerTest2::RecordType **mptr = &p1; in fMultiPointerTest2()
528 MultiPointerTest2(mptr, int()); // '**mptr' uninitialized in fMultiPointerTest2()
531 class MultiPointerTest2 { class
542 MultiPointerTest2(RecordType **p, int) : mptr(p) { in MultiPointerTest2() function in MultiPointerTest2
547 MultiPointerTest2::RecordType i; in fMultiPointerTest2()
548 MultiPointerTest2::RecordType *p1 = &i; in fMultiPointerTest2()
549 MultiPointerTest2::RecordType **mptr = &p1; in fMultiPointerTest2()
[all …]