reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/AST/Interp/Pointer.h
   49   ~Pointer();

References

include/llvm/ADT/SmallVector.h
  186       E->~T();
tools/clang/lib/AST/Interp/Descriptor.cpp
   23   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(); }