Home
last modified time | relevance | path

Searched refs:DefaultValue (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dflags.cpp23 #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 Dflags.h17 #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 Doptions.h40 #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 Dxray_profiling_flags.cpp26 #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 Dxray_basic_flags.cpp28 #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 Dxray_fdr_flags.cpp27 #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 Dxray_flags.cpp27 #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 Dsancov_flags.cpp28 #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 Dsanitizer_flags.cpp26 #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 Dubsan_flags.cpp36 #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 Dmemprof_flags.cpp34 #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 Dmemprof_flags.h31 #define MEMPROF_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_flags.cpp25 #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 Dscudo_flags.h19 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.cpp34 #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 Dtsan_flags.cpp34 #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 DGICHelper.cpp89 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 Dasan_flags.cpp38 #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 DArchiveYAML.h29 : DefaultValue(Default), MaxLength(Length) {} in Field()
31 StringRef DefaultValue; member
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dalias-templates.cpp170 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 Dmsan_flags.h18 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_flags.h20 #define HWASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DOptParserEmitter.cpp69 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 DGICHelper.h155 std::string DefaultValue = "") { \
156 return stringFromIslObj(Obj.get(), DefaultValue); \
161 std::string DefaultValue = ""); \
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_flags.h20 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument

123