Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h146 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
149 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() function
169 CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T> {
173 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDestructorCleanup()
184 CrashRecoveryContextCleanupBase<CrashRecoveryContextDeleteCleanup<T>, T> {
187 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDeleteCleanup()
196 CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, T> {
200 : CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, in CrashRecoveryContextReleaseRefCleanup()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp37 : public llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup,
41 : llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup, const void>( in ResetStackCleanup()