Searched refs:DFSAN_FLAG (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_flags.inc | 12 #ifndef DFSAN_FLAG 16 // DFSAN_FLAG(Type, Name, DefaultValue, Description) 19 DFSAN_FLAG(bool, warn_unimplemented, false, 21 DFSAN_FLAG(bool, warn_nonzero_labels, false, 23 DFSAN_FLAG( 29 DFSAN_FLAG( 32 DFSAN_FLAG( 36 DFSAN_FLAG(int, store_context_size, 20, 38 DFSAN_FLAG(bool, check_origin_invariant, false, 40 DFSAN_FLAG(bool, zero_in_malloc, true, [all …]
|
H A D | dfsan_flags.h | 20 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 22 #undef DFSAN_FLAG
|
H A D | dfsan.cpp | 1012 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro 1014 #undef DFSAN_FLAG in SetDefaults() 1018 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterDfsanFlags() macro 1021 #undef DFSAN_FLAG in RegisterDfsanFlags()
|