Searched refs:UBSAN_FLAG (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_flags.inc | 13 #ifndef UBSAN_FLAG 14 # error "Define UBSAN_FLAG prior to including this file!" 17 // UBSAN_FLAG(Type, Name, DefaultValue, Description) 20 UBSAN_FLAG(bool, halt_on_error, false, 22 UBSAN_FLAG(bool, print_stacktrace, false, 24 UBSAN_FLAG(const char *, suppressions, "", "Suppressions file name.") 25 UBSAN_FLAG(bool, report_error_type, false,
|
D | ubsan_flags.cc | 30 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro 32 #undef UBSAN_FLAG in SetDefaults() 36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() macro 39 #undef UBSAN_FLAG in RegisterUbsanFlags()
|
D | ubsan_flags.h | 25 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 27 #undef UBSAN_FLAG
|