Searched refs:fake_stack_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.h94 if (!fake_stack_) return;
95 FakeStack *t = fake_stack_;
96 fake_stack_ = nullptr;
108 if (reinterpret_cast<uptr>(fake_stack_) <= 1)
110 return fake_stack_;
116 if (reinterpret_cast<uptr>(fake_stack_) <= 1)
118 return fake_stack_;
165 FakeStack *fake_stack_; member in class:__asan::AsanThread
H A Dasan_thread.cpp137 FakeStack *current_fake_stack = fake_stack_;
139 *fake_stack_save = fake_stack_;
140 fake_stack_ = nullptr;
157 fake_stack_ = fake_stack_save;
207 // fake_stack_ has 3 states:
214 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
222 fake_stack_ = FakeStack::Create(stack_size_log);
224 SetTLSFakeStack(fake_stack_);
225 return fake_stack_;
242 fake_stack_
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_thread.h99 if (!fake_stack_) return;
100 FakeStack *t = fake_stack_;
101 fake_stack_ = nullptr;
112 (reinterpret_cast<uptr>(fake_stack_) > 1);
122 return fake_stack_;
165 FakeStack *fake_stack_; member in class:__asan::AsanThread
H A Dasan_thread.cc129 FakeStack *current_fake_stack = fake_stack_;
131 *fake_stack_save = fake_stack_;
132 fake_stack_ = nullptr;
149 fake_stack_ = fake_stack_save;
199 // fake_stack_ has 3 states:
206 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
214 fake_stack_ = FakeStack::Create(stack_size_log);
215 SetTLSFakeStack(fake_stack_);
216 return fake_stack_;
232 fake_stack_
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.h97 if (!fake_stack_) return;
98 FakeStack *t = fake_stack_;
99 fake_stack_ = nullptr;
110 (reinterpret_cast<uptr>(fake_stack_) > 1);
120 return fake_stack_;
163 FakeStack *fake_stack_; member in class:__asan::AsanThread
H A Dasan_thread.cc131 FakeStack *current_fake_stack = fake_stack_;
133 *fake_stack_save = fake_stack_;
134 fake_stack_ = nullptr;
151 fake_stack_ = fake_stack_save;
201 // fake_stack_ has 3 states:
208 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL,
216 fake_stack_ = FakeStack::Create(stack_size_log);
217 SetTLSFakeStack(fake_stack_);
218 return fake_stack_;
232 fake_stack_
[all...]

Completed in 104 milliseconds