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

Definitions

include/llvm/ADT/APInt.h
  335   ~APInt() {
include/llvm/ADT/BitVector.h
  163   ~BitVector() { std::free(Bits.data()); }
include/llvm/ADT/CachedHashString.h
  131   ~CachedHashString() {
include/llvm/ADT/DenseMap.h
  723   ~DenseMap() {
include/llvm/ADT/FunctionExtras.h
  176   ~unique_function() {
include/llvm/ADT/IntrusiveRefCntPtr.h
  156   ~IntrusiveRefCntPtr() { release(); }
include/llvm/ADT/SmallVector.h
  178 template <typename T, bool = is_trivially_copyable<T>::value>
  841   ~SmallVector() {
include/llvm/ADT/TinyPtrVector.h
   46   ~TinyPtrVector() {
include/llvm/IR/TrackingMDRef.h
   55   ~TrackingMDRef() { untrack(); }
include/llvm/Transforms/IPO/Attributor.h
  140   virtual ~IRPosition() {}
lib/Support/Regex.cpp
   48 Regex::~Regex() {
tools/clang/include/clang/AST/APValue.h
  340   ~APValue() {
tools/clang/include/clang/Parse/RAIIObjectsForParser.h
   81     ~SuppressAccessChecks() {
tools/clang/lib/AST/Interp/Pointer.cpp
   34 Pointer::~Pointer() {
tools/dsymutil/MachOUtils.cpp
   44 ArchAndFile::~ArchAndFile() {
tools/lldb/include/lldb/Utility/ConstString.h
   92   ~ConstString() = default;
tools/lldb/source/Symbol/CompilerType.cpp
   33 CompilerType::~CompilerType() {}
tools/lldb/source/Symbol/SymbolContext.cpp
   56 SymbolContext::~SymbolContext() {}
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
11420 pw_aff::~pw_aff() {
18438 union_set::~union_set() {
unittests/ADT/SmallVectorTest.cpp
   60   ~Constructable() {
usr/include/c++/7.4.0/bits/basic_string.h
  646       ~basic_string()
usr/include/c++/7.4.0/bits/stl_set.h
  271       ~set() = default;
usr/include/c++/7.4.0/bits/stl_vector.h
  433       ~vector() _GLIBCXX_NOEXCEPT
usr/include/c++/7.4.0/bits/unique_ptr.h
  264       ~unique_ptr() noexcept