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

References

projects/compiler-rt/lib/msan/msan.cpp
  135   parser->RegisterHandler("keep_going", fh_keep_going,
projects/compiler-rt/lib/msan/msan_flags.inc
   19 MSAN_FLAG(int, exit_code, -1,
   21 MSAN_FLAG(int, origin_history_size, Origin::kMaxDepth, "")
   22 MSAN_FLAG(int, origin_history_per_stack_limit, 20000, "")
   23 MSAN_FLAG(bool, poison_heap_with_zeroes, false, "")
   24 MSAN_FLAG(bool, poison_stack_with_zeroes, false, "")
   25 MSAN_FLAG(bool, poison_in_malloc, true, "")
   26 MSAN_FLAG(bool, poison_in_free, true, "")
   27 MSAN_FLAG(bool, poison_in_dtor, false, "")
   28 MSAN_FLAG(bool, report_umrs, true, "")
   29 MSAN_FLAG(bool, wrap_signals, true, "")
   30 MSAN_FLAG(bool, print_stats, false, "")
   31 MSAN_FLAG(bool, halt_on_error, !&__msan_keep_going, "")
   32 MSAN_FLAG(bool, atexit, false, "")
   33 MSAN_FLAG(int, store_context_size, 20,