Home
last modified time | relevance | path

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

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