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

Definitions

include/llvm/ADT/APFloat.h
  863   ~APFloat() = default;
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
  841   ~SmallVector() {
include/llvm/ADT/TinyPtrVector.h
   46   ~TinyPtrVector() {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h
   83   ~SymbolStringPtr() {
include/llvm/IR/Metadata.h
 1295   ~DistinctMDOperandPlaceholder() {
include/llvm/IR/TrackingMDRef.h
   55   ~TrackingMDRef() { untrack(); }
include/llvm/Support/Error.h
  227   ~Error() {
  515   ~Expected() {
include/llvm/Support/JSON.h
  370   ~Value() { destroy(); }
include/llvm/Support/Memory.h
  141     ~OwningMemoryBlock() {
include/llvm/Support/StringPool.h
  113     ~PooledStringPtr() { clear(); }
include/llvm/Transforms/IPO/Attributor.h
  140   virtual ~IRPosition() {}
include/llvm/XRay/Profile.h
   86   ~Profile() = default;
lib/MC/StringTableBuilder.cpp
   26 StringTableBuilder::~StringTableBuilder() = default;
lib/ObjectYAML/MachOYAML.cpp
   26 MachOYAML::LoadCommand::~LoadCommand() = default;
lib/Support/Path.cpp
 1132 TempFile::~TempFile() { assert(Done); }
lib/Support/Regex.cpp
   48 Regex::~Regex() {
lib/Support/SourceMgr.cpp
  110 SourceMgr::SrcBuffer::~SrcBuffer() {
tools/clang/include/clang/AST/APValue.h
  340   ~APValue() {
tools/clang/include/clang/Basic/PartialDiagnostic.h
  259   ~PartialDiagnostic() {
tools/clang/include/clang/Parse/RAIIObjectsForParser.h
   81     ~SuppressAccessChecks() {
tools/clang/lib/AST/Interp/Pointer.cpp
   34 Pointer::~Pointer() {
tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp
  273 VariantValue::~VariantValue() { reset(); }
tools/dsymutil/MachOUtils.cpp
   44 ArchAndFile::~ArchAndFile() {
tools/lld/include/lld/Core/Atom.h
   90   ~OwningAtomPtr() {
tools/lldb/include/lldb/Symbol/CompilerDecl.h
   26   ~CompilerDecl() {}
tools/lldb/include/lldb/Symbol/DebugMacros.h
   43   ~DebugMacroEntry() = default;
tools/lldb/include/lldb/Utility/SharingPtr.h
  130   ~SharingPtr();
tools/lldb/include/lldb/Utility/StringExtractorGDBRemote.h
   37   ~StringExtractorGDBRemote() override {}
tools/lldb/include/lldb/Utility/VMRange.h
   38   ~VMRange() {}
tools/lldb/source/API/SBValue.cpp
  242 SBValue::~SBValue() {}
tools/lldb/source/Breakpoint/BreakpointID.cpp
   22 BreakpointID::~BreakpointID() = default;
tools/lldb/source/Core/AddressRange.cpp
   43 AddressRange::~AddressRange() {}
tools/lldb/source/Host/common/SocketAddress.cpp
   96 SocketAddress::~SocketAddress() {}
tools/lldb/source/Host/common/XML.cpp
   97 XMLNode::~XMLNode() {}
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
   35     ~StructElement() = default;
tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
   37   ~UniqueDWARFASTType() {}
tools/lldb/source/Symbol/CompilerType.cpp
   33 CompilerType::~CompilerType() {}
tools/lldb/source/Symbol/SymbolContext.cpp
   56 SymbolContext::~SymbolContext() {}
tools/lldb/source/Target/ExecutionContext.cpp
  174 ExecutionContext::~ExecutionContext() = default;
tools/lldb/source/Utility/ArchSpec.cpp
  565 ArchSpec::~ArchSpec() = default;
tools/lldb/source/Utility/FileSpec.cpp
   85 FileSpec::~FileSpec() {}
tools/lldb/source/Utility/StreamString.cpp
   20 StreamString::~StreamString() {}
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 6255 basic_set::~basic_set() {
 7393 id::~id() {
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/regex_automaton.h
  156       ~_State()
usr/include/c++/7.4.0/bits/stl_construct.h
   95   template<typename _Tp>
usr/include/c++/7.4.0/bits/stl_map.h
  294       ~map() = default;
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
  523       ~unique_ptr()
usr/include/c++/7.4.0/future
 1509       ~packaged_task()
usr/include/c++/7.4.0/thread
  132     ~thread()
utils/TableGen/FixedLenDecoderEmitter.cpp
  294   ~Filter() = default;
utils/unittest/googletest/include/gtest/internal/gtest-linked_ptr.h
  153   ~linked_ptr() { depart(); }