Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object-ptr-ref.cpp123 class HeapPointerTest1 { class
138 HeapPointerTest1() : ptr(new int), recPtr(new RecordType) { // no-note in HeapPointerTest1() function in HeapPointerTest1
143 HeapPointerTest1(); in fHeapPointerTest1()