Lines Matching refs:NSAN_FLAG
12 #ifndef NSAN_FLAG
13 #error "Define NSAN_FLAG prior to including this file!"
16 // NSAN_FLAG(Type, Name, DefaultValue, Description)
19 NSAN_FLAG(bool, halt_on_error, true, "If true, halt after the first error.")
20 NSAN_FLAG(bool, resume_after_warning, true,
24 NSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
25 NSAN_FLAG(bool, resume_after_suppression, true,
30 NSAN_FLAG(int, log2_max_relative_error, 19,
33 NSAN_FLAG(int, log2_absolute_error_threshold, 32,
36 NSAN_FLAG(bool, disable_warnings, false,
39 NSAN_FLAG(bool, enable_check_stats, false,
42 NSAN_FLAG(bool, enable_warning_stats, false,
45 NSAN_FLAG(bool, enable_loadtracking_stats, false,
49 NSAN_FLAG(bool, print_stats_on_exit, false, "If true, print stats on exit.")