Home
last modified time | relevance | path

Searched defs:weak_ptr (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp233 template<typename T> struct weak_ptr { struct
234 constexpr weak_ptr() : p(0) {} in weak_ptr() function
238 weak_ptr<T> weak_this; argument
/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h133 class _LIBCPP_TEMPLATE_VIS weak_ptr; global() variable
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunhandled-self-assignment.cpp22 class weak_ptr { global() class
H A Duse-after-move.cpp31 struct weak_ptr { struct