Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_flags.inc12 #ifndef TYSAN_FLAG
13 #error "Define TYSAN_FLAG prior to including this file!"
16 // TYSAN_FLAG(Type, Name, DefaultValue, Description)
19 TYSAN_FLAG(bool, print_stacktrace, false,
H A Dtysan.h66 #define TYSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro
68 #undef TYSAN_FLAG
H A Dtysan.cpp314 #define TYSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() macro
316 #undef TYSAN_FLAG in SetDefaults()
320 #define TYSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTySanFlags() macro
323 #undef TYSAN_FLAG in RegisterTySanFlags()