Home
last modified time | relevance | path

Searched refs:DFSAN_FLAG (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc12 #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 Ddfsan_flags.h20 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
22 #undef DFSAN_FLAG
H A Ddfsan.cpp1012 #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()