Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCrashRecoveryContext.h121 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
124 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T* resource) in CrashRecoveryContextCleanupBase() function
138 CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T> {
142 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDestructorCleanup()
152 CrashRecoveryContextCleanupBase<CrashRecoveryContextDeleteCleanup<T>, T> {
155 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDeleteCleanup()
165 CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, T>
170 : CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, in CrashRecoveryContextReleaseRefCleanup()
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h119 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
122 CrashRecoveryContextCleanupBase(CrashRecoveryContext *context, T *resource) in CrashRecoveryContextCleanupBase() function
137 CrashRecoveryContextCleanupBase<CrashRecoveryContextDestructorCleanup<T>, T> {
141 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDestructorCleanup()
151 CrashRecoveryContextCleanupBase<CrashRecoveryContextDeleteCleanup<T>, T> {
154 : CrashRecoveryContextCleanupBase< in CrashRecoveryContextDeleteCleanup()
162 CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, T>
167 : CrashRecoveryContextCleanupBase<CrashRecoveryContextReleaseRefCleanup<T>, in CrashRecoveryContextReleaseRefCleanup()
/external/clang/lib/Parse/
DParseAST.cpp36 : public llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup,
40 : llvm::CrashRecoveryContextCleanupBase<ResetStackCleanup, const void>( in ResetStackCleanup()