reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
128 FakeStack *current_fake_stack = fake_stack_; 130 *fake_stack_save = fake_stack_; 131 fake_stack_ = nullptr; 148 fake_stack_ = fake_stack_save; 205 reinterpret_cast<atomic_uintptr_t *>(&fake_stack_), &old_val, 1UL, 213 fake_stack_ = FakeStack::Create(stack_size_log); 214 SetTLSFakeStack(fake_stack_); 215 return fake_stack_; 231 fake_stack_ = nullptr;projects/compiler-rt/lib/asan/asan_thread.h
98 if (!fake_stack_) return; 99 FakeStack *t = fake_stack_; 100 fake_stack_ = nullptr; 111 (reinterpret_cast<uptr>(fake_stack_) > 1); 121 return fake_stack_;