Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dsmart-ptr.cpp73 A *InnerPtr = nullptr; in derefAfterCtrWithNullVariable() local
74 std::unique_ptr<A> P(InnerPtr); in derefAfterCtrWithNullVariable()