Searched refs:SimpleSmartPointer (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/docs/analyzer/checkers/
H A Dmismatched_deallocator_example.cpp29 struct SimpleSmartPointer { struct
32 explicit SimpleSmartPointer(T *p = 0) : ptr(p) {} function in struct:SimpleSmartPointer
33 ~SimpleSmartPointer() {
39 SimpleSmartPointer<int> a((int *)malloc(4));

Completed in 93 milliseconds