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/DenseMap.h
  723   ~DenseMap() {
include/llvm/ADT/IntrusiveRefCntPtr.h
  156   ~IntrusiveRefCntPtr() { release(); }
include/llvm/ADT/Optional.h
   35 template <typename T, bool = is_trivially_copyable<T>::value>
include/llvm/ADT/ScopeExit.h
   43   ~scope_exit() {
include/llvm/ADT/SmallVector.h
  841   ~SmallVector() {
include/llvm/ADT/StringMap.h
  311   ~StringMap() {
include/llvm/Support/Error.h
  227   ~Error() {
  515   ~Expected() {
include/llvm/Support/JSON.h
  370   ~Value() { destroy(); }
include/llvm/Support/raw_ostream.h
  581   ~buffer_ostream() override { OS << str(); }
lib/Analysis/AliasAnalysis.cpp
   69 AAResults::~AAResults() {
lib/Analysis/TargetTransformInfo.cpp
  138 TargetTransformInfo::~TargetTransformInfo() {}
lib/Bitcode/Reader/MetadataLoader.cpp
 2131 MetadataLoader::~MetadataLoader() = default;
lib/ExecutionEngine/Orc/Core.cpp
  366 MaterializationResponsibility::~MaterializationResponsibility() {
lib/Support/Regex.cpp
   48 Regex::~Regex() {
lib/Support/Timer.cpp
  253 TimerGroup::~TimerGroup() {
lib/Support/raw_ostream.cpp
  611 raw_fd_ostream::~raw_fd_ostream() {
lib/Target/AMDGPU/SIMachineFunctionInfo.h
  147   ~SIArgument() {
tools/clang/include/clang/AST/APValue.h
  340   ~APValue() {
tools/clang/include/clang/Parse/Parser.h
 1041     ~ParseScope() {
tools/clang/include/clang/Sema/Sema.h
 1362     ~SemaDiagnosticBuilder() {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  137 ApplyDebugLocation::~ApplyDebugLocation() {
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1582 ConstantEmitter::~ConstantEmitter() {
tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
   64   ~SemaphorePipe() {
tools/clang/lib/Frontend/ASTUnit.cpp
  666   ~CaptureDroppedDiagnostics() {
tools/clang/lib/Frontend/PrecompiledPreamble.cpp
  584 PrecompiledPreamble::TempPCHFile::~TempPCHFile() { RemoveFileIfPresent(); }
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
  157 ClangTidyContext::~ClangTidyContext() = default;
tools/clang/tools/extra/clangd/Context.h
  192   ~WithContext() { Context::swapCurrent(std::move(Restore)); }
tools/clang/tools/extra/clangd/ParsedAST.cpp
  413 ParsedAST::~ParsedAST() {
tools/clang/tools/extra/clangd/Threading.cpp
   62 AsyncTaskRunner::~AsyncTaskRunner() { wait(); }
tools/clang/tools/extra/clangd/Trace.cpp
  198 Session::~Session() { T = nullptr; }
  228 Span::~Span() {
tools/lldb/include/lldb/Symbol/CompilerDecl.h
   26   ~CompilerDecl() {}
tools/lldb/include/lldb/Utility/ConstString.h
   92   ~ConstString() = default;
tools/lldb/include/lldb/Utility/RangeMap.h
  341   ~RangeVector() = default;
  633   ~RangeDataVector() = default;
tools/lldb/source/Breakpoint/BreakpointID.cpp
   22 BreakpointID::~BreakpointID() = default;
tools/lldb/source/Core/AddressRange.cpp
   43 AddressRange::~AddressRange() {}
tools/lldb/source/Core/FileSpecList.cpp
   23 FileSpecList::~FileSpecList() = default;
tools/lldb/source/Expression/DWARFExpression.cpp
   71 DWARFExpression::~DWARFExpression() {}
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  116 DWARFUnit::ScopedExtractDIEs::~ScopedExtractDIEs() {
tools/lldb/source/Symbol/CompilerType.cpp
   33 CompilerType::~CompilerType() {}
tools/lldb/source/Symbol/UnwindTable.cpp
   84 UnwindTable::~UnwindTable() {}
tools/lldb/source/Utility/FileSpec.cpp
   85 FileSpec::~FileSpec() {}
tools/lldb/source/Utility/Reproducer.cpp
  151 Generator::~Generator() {}
tools/lldb/unittests/TestingSupport/TestUtilities.cpp
   58 TestFile::~TestFile() {
unittests/ADT/OptionalTest.cpp
   41   ~NonDefaultConstructible() {
  208   ~MultiArgConstructor() {
  254   ~MoveOnly() {
  357   ~Immovable() {
unittests/Support/Path.cpp
   66   ~FileDescriptorCloser() { ::close(FD); }
usr/include/c++/7.4.0/bits/basic_string.h
  646       ~basic_string()
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