Home
last modified time | relevance | path

Searched defs:SimpleSmartPointer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/docs/analyzer/checkers/
H A Dmismatched_deallocator_example.cpp29 struct SimpleSmartPointer { struct
32 explicit SimpleSmartPointer(T *p = 0) : ptr(p) {} in SimpleSmartPointer() argument
33 ~SimpleSmartPointer() { in ~SimpleSmartPointer() argument
/llvm-project-15.0.7/clang/test/Analysis/
H A DMismatchedDeallocator-checker-test.mm204 struct SimpleSmartPointer { struct
207 explicit SimpleSmartPointer(T *p = 0) : ptr(p) {} argument
215 void testSimpleSmartPointerArrayNew() { argument
225 void testSimpleSmartPointerMalloc() { argument