Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Analysis/
Dcxx-uninitialized-object-ptr-ref.cpp565 struct IncompletePointeeTypeTest { struct
569 IncompletePointeeTypeTest(IncompleteType *A) : pImpl(A) {} in IncompletePointeeTypeTest() argument
573 IncompletePointeeTypeTest(reinterpret_cast<IncompleteType *>(ptr)); in fIncompletePointeeTypeTest()