reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
49 ~Pointer();
186 E->~T();
tools/clang/lib/AST/Interp/Descriptor.cpp23 reinterpret_cast<T *>(Ptr)->~T(); 43 reinterpret_cast<T *>(Ptr)[I].~T();tools/clang/lib/AST/Interp/InterpStack.h
38 Ptr->~T(); 46 Ptr->~T();usr/include/c++/7.4.0/bits/stl_construct.h
98 { __pointer->~_Tp(); }