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

References

projects/compiler-rt/lib/asan/asan_thread.cpp
  124   next_stack_bottom_ = bottom;
  155   stack_bottom_ = next_stack_bottom_;
  159   next_stack_bottom_ = 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;