Searched refs:TYSAN_FLAG (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/tysan/ |
| H A D | tysan_flags.inc | 12 #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 D | tysan.h | 66 #define TYSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; macro 68 #undef TYSAN_FLAG
|
| H A D | tysan.cpp | 314 #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()
|