HomeSort by: relevance | last modified time | path
    Searched refs:current_fake_stack (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 129 FakeStack *current_fake_stack = fake_stack_; local
135 if (!fake_stack_save && current_fake_stack)
136 current_fake_stack->Destroy(this->tid());
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp 137 FakeStack *current_fake_stack = fake_stack_; local
143 if (!fake_stack_save && current_fake_stack)
144 current_fake_stack->Destroy(this->tid());
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.cpp 159 FakeStack *current_fake_stack = fake_stack_; local
165 if (!fake_stack_save && current_fake_stack)
166 current_fake_stack->Destroy(this->tid());

Completed in 53 milliseconds