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

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
  250   CHECK(thr);
  251   *is_stack = (addr >= thr->stk_addr && addr < thr->stk_addr + thr->stk_size);
  251   *is_stack = (addr >= thr->stk_addr && addr < thr->stk_addr + thr->stk_size);
  251   *is_stack = (addr >= thr->stk_addr && addr < thr->stk_addr + thr->stk_size);