| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-actions_test.cc | 62 using testing::DefaultValue; 270 DefaultValue<int>::Set(1); in TEST() 274 EXPECT_EQ(1, DefaultValue<int>::Get()); in TEST() 280 DefaultValue<int>::Clear(); in TEST() 299 EXPECT_EQ(0, DefaultValue<int>::Get()); in TEST() 321 return DefaultValue<void>::Get(); in TEST() 343 DefaultValue<const int&>::Set(n); in TEST() 353 DefaultValue<const int&>::Clear(); in TEST() 371 DefaultValue<int&>::Get(); in TEST() 768 DefaultValue<int>::Set(1); in TEST() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags.cpp | 23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument 29 GWP_ASAN_##Name = DefaultValue; in setDefaults() 36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument 43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
|
| H A D | flags.h | 17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument 22 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
| H A D | options.h | 40 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument 41 Type Name = DefaultValue; 46 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument 47 Name = DefaultValue; in setDefaults()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_profiling_flags.cpp | 26 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument
|
| H A D | xray_fdr_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument
|
| H A D | xray_basic_flags.cpp | 28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 35 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument
|
| H A D | xray_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sancov_flags.cpp | 28 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 34 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
|
| H A D | sanitizer_flags.cpp | 26 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 123 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() argument
|
| H A D | sancov_flags.h | 21 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_flags.cpp | 36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 42 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_flags.cpp | 34 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 40 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMemprofFlags() argument
|
| H A D | memprof_flags.h | 31 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_flags.cpp | 25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in RegisterScudoFlags() argument
|
| H A D | scudo_flags.h | 19 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.cpp | 34 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 42 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
|
| H A D | tsan_flags.h | 22 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.cpp | 38 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 44 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() argument
|
| H A D | asan_flags.h | 32 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ArchiveYAML.h | 29 : DefaultValue(Default), MaxLength(Length) {} in Field() 31 StringRef DefaultValue; member
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_flags.h | 18 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_flags.h | 20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | OptParserEmitter.cpp | 70 StringRef DefaultValue; member in MarshallingInfo 116 emitScopedNormalizedValue(OS, DefaultValue); in emit() 172 Ret.DefaultValue = R.getValueAsString("DefaultValue"); in createMarshallingInfo() 176 R.getValueAsOptionalString("ImpliedValue").getValueOr(Ret.DefaultValue); in createMarshallingInfo()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | dfsan_flags.h | 20 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|