Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/ubsan/
Dubsan_flags.inc12 #ifndef UBSAN_FLAG
13 # error "Define UBSAN_FLAG prior to including this file!"
16 // UBSAN_FLAG(Type, Name, DefaultValue, Description)
19 UBSAN_FLAG(bool, halt_on_error, false,
21 UBSAN_FLAG(bool, print_stacktrace, false,
23 UBSAN_FLAG(const char *, suppressions, "", "Suppressions file name.")
24 UBSAN_FLAG(bool, report_error_type, false,
26 UBSAN_FLAG(bool, silence_unsigned_overflow, false,
Dubsan_flags.cpp36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
38 #undef UBSAN_FLAG in SetDefaults()
42 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() macro
45 #undef UBSAN_FLAG in RegisterUbsanFlags()
Dubsan_flags.h24 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
26 #undef UBSAN_FLAG
/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