Home
last modified time | relevance | path

Searched refs:CrashRecoveryContextCleanupBase (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h158 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
161 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() function
181 CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T> {
185 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDestructorCleanup()
196 CrashRecoveryContextCleanupBase<CrashRecoveryContextDeleteCleanup<T>, T> {
199 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDeleteCleanup()
208 CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, T> {
212 : CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, in CrashRecoveryContextReleaseRefCleanup()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp37 : public llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup,
41 : llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup, const void>( in ResetStackCleanup()