reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_thread.cpp
  125   next_stack_top_ = bottom + size;
  156   stack_top_ = next_stack_top_;
  158   next_stack_top_ = 0;
  173   if (cur_stack >= next_stack_bottom_ && cur_stack < next_stack_top_)
  174     return {next_stack_bottom_, next_stack_top_};
  221   next_stack_top_ = next_stack_bottom_ = 0;