HomeSort by relevance Sort by last modified time
    Searched refs:CrashRecoveryContextCleanup (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 16 class CrashRecoveryContextCleanup;
43 CrashRecoveryContextCleanup *head;
49 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
50 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
97 class CrashRecoveryContextCleanup {
100 CrashRecoveryContextCleanup(CrashRecoveryContext *context)
106 virtual ~CrashRecoveryContextCleanup();
115 CrashRecoveryContextCleanup *prev, *next;
119 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
123 : CrashRecoveryContextCleanup(context), resource(resource) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CrashRecoveryContext.h 18 class CrashRecoveryContextCleanup;
47 CrashRecoveryContextCleanup *head;
53 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
54 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
100 class CrashRecoveryContextCleanup {
103 CrashRecoveryContextCleanup(CrashRecoveryContext *context)
108 virtual ~CrashRecoveryContextCleanup();
117 CrashRecoveryContextCleanup *prev, *next;
121 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
125 : CrashRecoveryContextCleanup(context), resource(resource) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
CrashRecoveryContext.h 16 class CrashRecoveryContextCleanup;
49 CrashRecoveryContextCleanup *head;
58 void registerCleanup(CrashRecoveryContextCleanup *cleanup);
60 void unregisterCleanup(CrashRecoveryContextCleanup *cleanup);
113 class CrashRecoveryContextCleanup {
116 CrashRecoveryContextCleanup(CrashRecoveryContext *context)
122 virtual ~CrashRecoveryContextCleanup();
131 CrashRecoveryContextCleanup *prev, *next;
146 class CrashRecoveryContextCleanupBase : public CrashRecoveryContextCleanup {
150 : CrashRecoveryContextCleanup(context), resource(resource) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
CrashRecoveryTest.cpp 37 struct IncrementGlobalCleanup : CrashRecoveryContextCleanup {
39 : CrashRecoveryContextCleanup(CRC) {}
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 61 static sys::ThreadLocal<const CrashRecoveryContextCleanup>
64 CrashRecoveryContextCleanup::~CrashRecoveryContextCleanup() {}
68 CrashRecoveryContextCleanup *i = head;
71 CrashRecoveryContextCleanup *tmp = i;
98 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup)
109 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) {
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 81 CrashRecoveryContextCleanup::~CrashRecoveryContextCleanup() {}
85 CrashRecoveryContextCleanup *i = head;
89 CrashRecoveryContextCleanup *tmp = i;
116 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup)
127 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
CrashRecoveryContext.cpp 84 CrashRecoveryContextCleanup::~CrashRecoveryContextCleanup() {}
88 CrashRecoveryContextCleanup *i = head;
92 CrashRecoveryContextCleanup *tmp = i;
136 void CrashRecoveryContext::registerCleanup(CrashRecoveryContextCleanup *cleanup)
147 CrashRecoveryContext::unregisterCleanup(CrashRecoveryContextCleanup *cleanup) {

Completed in 1578 milliseconds