| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/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_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_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_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
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| 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
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | GICHelper.cpp | 89 std::string DefaultValue) { in stringFromIslObjInternal() argument 91 return DefaultValue; in stringFromIslObjInternal() 100 string = DefaultValue; in stringFromIslObjInternal() 108 std::string DefaultValue) { \ 110 isl_printer_print_##name, DefaultValue); \
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ArchiveYAML.h | 29 : DefaultValue(Default), MaxLength(Length) {} in Field() 31 StringRef DefaultValue; member
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | alias-templates.cpp | 170 template <typename T> struct DefaultValue { const T value=0;}; struct 172 template <typename ... Args> using Zero = tuple<DefaultValue<Args> ...>; 181 template <template<int x> class temp> struct DefaultValue { const temp<0> value; }; argument 183 template <template<int x> class... Args> using Zero = tuple<DefaultValue<Args> ...>;
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_flags.h | 18 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_flags.h | 20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | OptParserEmitter.cpp | 69 StringRef DefaultValue; member in MarshallingInfo 115 emitScopedNormalizedValue(OS, DefaultValue); in emit() 171 Ret.DefaultValue = R.getValueAsString("DefaultValue"); in createMarshallingInfo() 175 R.getValueAsOptionalString("ImpliedValue").value_or(Ret.DefaultValue); in createMarshallingInfo()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | GICHelper.h | 155 std::string DefaultValue = "") { \ 156 return stringFromIslObj(Obj.get(), DefaultValue); \ 161 std::string DefaultValue = ""); \
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | dfsan_flags.h | 20 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|