Searched refs:CommonFlags (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h26 struct CommonFlags { struct in namespace:__sanitizer
32 void CopyFrom(const CommonFlags &other);
35 // Functions to get/set global CommonFlags shared by all sanitizer runtimes:
36 extern CommonFlags common_flags_dont_use;
37 inline const CommonFlags *common_flags() {
46 // CommonFlags defaults. Generally, it should only be used right after
50 inline void OverrideCommonFlags(const CommonFlags &cf) {
58 CommonFlags *cf = &common_flags_dont_use);
59 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
64 void InitializeCommonFlags(CommonFlags *c
[all...]
H A Dsanitizer_common_nolibc.cpp33 void InitializePlatformCommonFlags(CommonFlags *cf) {}
H A Dsanitizer_flags.cpp23 CommonFlags common_flags_dont_use;
25 void CommonFlags::SetDefaults() {
31 void CommonFlags::CopyFrom(const CommonFlags &other) {
110 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf) {
122 void RegisterCommonFlags(FlagParser *parser, CommonFlags *cf) {
131 void InitializeCommonFlags(CommonFlags *cf) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flags.h27 struct CommonFlags { struct in namespace:__sanitizer
33 void CopyFrom(const CommonFlags &other);
36 // Functions to get/set global CommonFlags shared by all sanitizer runtimes:
37 extern CommonFlags common_flags_dont_use;
38 inline const CommonFlags *common_flags() {
47 // CommonFlags defaults. Generally, it should only be used right after
51 inline void OverrideCommonFlags(const CommonFlags &cf) {
59 CommonFlags *cf = &common_flags_dont_use);
60 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
65 void InitializeCommonFlags(CommonFlags *c
[all...]
H A Dsanitizer_flags.cc23 CommonFlags common_flags_dont_use;
25 void CommonFlags::SetDefaults() {
31 void CommonFlags::CopyFrom(const CommonFlags &other) {
95 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf) {
107 void RegisterCommonFlags(FlagParser *parser, CommonFlags *cf) {
116 void InitializeCommonFlags(CommonFlags *cf) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.h25 struct CommonFlags { struct in namespace:__sanitizer
31 void CopyFrom(const CommonFlags &other);
34 // Functions to get/set global CommonFlags shared by all sanitizer runtimes:
35 extern CommonFlags common_flags_dont_use;
36 inline const CommonFlags *common_flags() {
45 // CommonFlags defaults. Generally, it should only be used right after
49 inline void OverrideCommonFlags(const CommonFlags &cf) {
57 CommonFlags *cf = &common_flags_dont_use);
58 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf);
63 void InitializeCommonFlags(CommonFlags *c
[all...]
H A Dsanitizer_flags.cc21 CommonFlags common_flags_dont_use;
23 void CommonFlags::SetDefaults() {
29 void CommonFlags::CopyFrom(const CommonFlags &other) {
93 void RegisterIncludeFlags(FlagParser *parser, CommonFlags *cf) {
105 void RegisterCommonFlags(FlagParser *parser, CommonFlags *cf) {
114 void InitializeCommonFlags(CommonFlags *cf) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_activation.cc34 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) {
48 CommonFlags cf;
H A Dasan_allocator.h43 void SetFrom(const Flags *f, const CommonFlags *cf);
44 void CopyTo(Flags *f, CommonFlags *cf);
H A Dasan_flags.cc59 CommonFlags cf;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cc159 TEST(SanitizerCommon, CommonFlags) {
160 CommonFlags cf;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_activation.cc32 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) {
46 CommonFlags cf;
H A Dasan_allocator.h41 void SetFrom(const Flags *f, const CommonFlags *cf);
42 void CopyTo(Flags *f, CommonFlags *cf);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_activation.cpp33 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) {
47 CommonFlags cf;
H A Dasan_allocator.h43 void SetFrom(const Flags *f, const CommonFlags *cf);
44 void CopyTo(Flags *f, CommonFlags *cf);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_flags.cc56 CommonFlags cf;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_flags.cc54 CommonFlags cf;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_flags.cpp51 CommonFlags cf;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan.cc42 CommonFlags cf;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_flags.cc57 CommonFlags cf;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_flags.cc55 CommonFlags cf;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan.cc40 CommonFlags cf;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_flags.cpp56 CommonFlags cf;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan.cpp54 CommonFlags cf;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_rtl.cc77 CommonFlags cf;

Completed in 192 milliseconds

12