Searched refs:common_flags_dont_use (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.h36 extern CommonFlags common_flags_dont_use;
38 return &common_flags_dont_use;
42 common_flags_dont_use.SetDefaults();
51 common_flags_dont_use.CopyFrom(cf);
58 CommonFlags *cf = &common_flags_dont_use);
64 void InitializeCommonFlags(CommonFlags *cf = &common_flags_dont_use);
H A Dsanitizer_flags.cpp23 CommonFlags common_flags_dont_use; member in namespace:__sanitizer

Completed in 106 milliseconds