|
LLVM
8.0.1
|
#include "llvm/ADT/STLExtras.h"

Go to the source code of this file.
Classes | |
| class | llvm::CrashRecoveryContext |
| Crash recovery helper object. More... | |
| class | llvm::CrashRecoveryContextCleanup |
| Abstract base class of cleanup handlers. More... | |
| class | llvm::CrashRecoveryContextCleanupBase< Derived, T > |
| Base class of cleanup handler that controls recovery of resources of the given type. More... | |
| class | llvm::CrashRecoveryContextDestructorCleanup< T > |
| Cleanup handler that reclaims resource by calling destructor on it. More... | |
| class | llvm::CrashRecoveryContextDeleteCleanup< T > |
| Cleanup handler that reclaims resource by calling 'delete' on it. More... | |
| class | llvm::CrashRecoveryContextReleaseRefCleanup< T > |
| Cleanup handler that reclaims resource by calling its method 'Release'. More... | |
| class | llvm::CrashRecoveryContextCleanupRegistrar< T, Cleanup > |
| Helper class for managing resource cleanups. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13