Home
last modified time | relevance | path

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

/external/compiler-rt/lib/ubsan/
Dubsan_flags.inc13 #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,
Dubsan_flags.cc30 #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()
Dubsan_flags.h25 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
27 #undef UBSAN_FLAG