Searched refs:DFSAN_FLAG (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/dfsan/ |
D | dfsan_flags.inc | 13 #ifndef DFSAN_FLAG 14 # error "Define DFSAN_FLAG prior to including this file!" 17 // DFSAN_FLAG(Type, Name, DefaultValue, Description) 20 DFSAN_FLAG(bool, warn_unimplemented, true, 22 DFSAN_FLAG(bool, warn_nonzero_labels, false, 24 DFSAN_FLAG( 30 DFSAN_FLAG(const char *, dump_labels_at_exit, "", "The path of the file where "
|
D | dfsan.h | 56 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 58 #undef DFSAN_FLAG
|
D | dfsan.cc | 345 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro 347 #undef DFSAN_FLAG in SetDefaults() 351 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterDfsanFlags() macro 354 #undef DFSAN_FLAG in RegisterDfsanFlags()
|