Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dosobject-retain-release.cpp670 using OSObjectPtr = os::smart_ptr<OSObject>; typedef
675 OSObjectPtr p(obj); // expected-note{{Calling constructor for 'smart_ptr<OSObject>'}} in test_smart_ptr_uaf()
697 OSObjectPtr p(obj); // expected-note{{Calling constructor for 'smart_ptr<OSObject>'}} in test_smart_ptr_leak()
718 OSObjectPtr p(obj); in test_smart_ptr_no_leak()