Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/Checkers/WebKit/
H A Dref-allowing-partially-destroyed.cpp6 template <typename T> struct RefAllowingPartiallyDestroyed { struct
9 RefAllowingPartiallyDestroyed() : t{} {}; in RefAllowingPartiallyDestroyed() argument
10 RefAllowingPartiallyDestroyed(T &) {} in RefAllowingPartiallyDestroyed() argument
38 RefAllowingPartiallyDestroyed<RefCounted> object1(); argument