Searched refs:Default (Results 1 - 25 of 414) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp18 #define LANGOPT(Name, Bits, Default, Description) Name = Default;
19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default);
24 #define LANGOPT(Name, Bits, Default, Description)
25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default;
26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
27 Name = Default;
H A DCodeGenOptions.cpp15 #define CODEGENOPT(Name, Bits, Default) Name = Default;
16 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default);
H A DXRayInstr.cpp25 .Default(XRayInstrKind::None);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLinkAllCodegenComponents.h41 llvm::CodeGenOpt::Default);
43 llvm::CodeGenOpt::Default);
45 llvm::CodeGenOpt::Default);
46 (void) llvm::createFastDAGScheduler(nullptr, llvm::CodeGenOpt::Default);
47 (void) llvm::createDefaultScheduler(nullptr, llvm::CodeGenOpt::Default);
48 (void) llvm::createVLIWDAGScheduler(nullptr, llvm::CodeGenOpt::Default);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DOptionUtils.cpp20 IntTy Default, DiagnosticsEngine *Diags,
22 IntTy Res = Default;
36 int getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, argument
38 return getLastArgIntValueImpl<int>(Args, Id, Default, Diags, Base);
42 uint64_t Default, DiagnosticsEngine *Diags,
44 return getLastArgIntValueImpl<uint64_t>(Args, Id, Default, Diags, Base);
19 getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, IntTy Default, DiagnosticsEngine *Diags, unsigned Base) argument
41 getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, uint64_t Default, DiagnosticsEngine *Diags, unsigned Base) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DOptionUtils.h34 llvm::opt::OptSpecifier Id, int Default,
38 llvm::opt::OptSpecifier Id, int Default,
40 return getLastArgIntValue(Args, Id, Default, &Diags, Base);
44 llvm::opt::OptSpecifier Id, uint64_t Default,
50 uint64_t Default,
53 return getLastArgUInt64Value(Args, Id, Default, &Diags, Base);
37 getLastArgIntValue(const llvm::opt::ArgList &Args, llvm::opt::OptSpecifier Id, int Default, DiagnosticsEngine &Diags, unsigned Base = 0) argument
48 getLastArgUInt64Value(const llvm::opt::ArgList &Args, llvm::opt::OptSpecifier Id, uint64_t Default, DiagnosticsEngine &Diags, unsigned Base = 0) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DLaunchFlavor.h16 Default = 0, member in class:lldb_private::process_darwin::LaunchFlavor
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.h67 // Default values.
79 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits;
80 #define ENUM_DIAGOPT(Name, Type, Bits, Default)
86 #define DIAGOPT(Name, Bits, Default)
87 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits;
111 #define DIAGOPT(Name, Bits, Default)
112 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \
118 #define DIAGOPT(Name, Bits, Default) Name = Default;
119 #define ENUM_DIAGOPT(Name, Type, Bits, Default) se
[all...]
H A DCodeGenOptions.h34 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits;
35 #define ENUM_CODEGENOPT(Name, Type, Bits, Default)
39 #define CODEGENOPT(Name, Bits, Default)
40 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits;
316 #define CODEGENOPT(Name, Bits, Default)
317 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DLanai.cpp40 return llvm::StringSwitch<bool>(Name).Case("v11", true).Default(false);
48 CPU = llvm::StringSwitch<CPUKind>(Name).Case("v11", CK_V11).Default(CK_NONE);
54 return llvm::StringSwitch<bool>(Feature).Case("lanai", true).Default(false);
H A DPPC.cpp276 .Default(false);
284 .Default(false);
289 .Default(false);
295 .Default(false);
301 .Default(false);
306 .Default(false);
312 .Default(false);
317 .Default(false);
322 .Default(false);
365 .Default(fals
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DArgs.cpp26 return CodeGenOpt::Default;
30 int64_t Default) {
33 return Default;
52 StringRef key, uint64_t Default) {
56 uint64_t result = Default;
62 return Default;
51 getZOptionValue(opt::InputArgList &args, int id, StringRef key, uint64_t Default) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h25 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator in enum:llvm::FloatABI::ABIType
68 Default, // Default means not specified member in class:llvm::EABI
92 Default, // No specific tuning requested. member in class:llvm::DebuggerKind
192 /// they were generated. Default is true.
266 /// on the command line. This setting may either be Default, Soft, or Hard.
267 /// Default selects the target's default behavior. Soft selects the ABI for
271 FloatABI::ABIType FloatABIType = FloatABI::Default;
296 EABI EABIVersion = EABI::Default;
299 DebuggerKind DebuggerTuning = DebuggerKind::Default;
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp34 #define EXTERNAL_FUNC(Name, Default) \
36 Name) "=" WIN_SYM_PREFIX STRINGIFY(Default)))
42 #define EXTERNAL_FUNC(Name, Default) \
43 __attribute__((weak, alias(STRINGIFY(Default))))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h173 StringRef Default = {}) {
177 return Default;
183 /// \param Default the default value to return in case of failure.
184 /// \returns the string value or Default if the V doesn't have a value or the
187 const char *Default) {
188 return toString(V).getValueOr(Default);
205 /// \param Default the default value to return in case of failure.
206 /// \returns the extracted unsigned value or Default if the V doesn't have a
209 uint64_t Default) {
210 return toUnsigned(V).getValueOr(Default);
186 toString(const Optional<DWARFFormValue> &V, const char *Default) argument
208 toUnsigned(const Optional<DWARFFormValue> &V, uint64_t Default) argument
230 toReference(const Optional<DWARFFormValue> &V, uint64_t Default) argument
252 toSigned(const Optional<DWARFFormValue> &V, int64_t Default) argument
280 toAddress(const Optional<DWARFFormValue> &V, uint64_t Default) argument
301 toSectionOffset(const Optional<DWARFFormValue> &V, uint64_t Default) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DArgs.h29 int64_t Default);
34 uint64_t Default);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkFormat.cpp25 .Default(Format::Unknown);
41 .Default(Format::Unknown);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h37 enum Level { Default=0, Small=1, Large=2 }; enumerator in enum:llvm::PIELevel::Level
55 Default = 2, // -O2, -Os enumerator in enum:llvm::CodeGenOpt::Level
H A DFormatProviders.h93 size_t Default) {
94 Str.consumeInteger(10, Default);
96 Default += 2;
97 return Default;
271 .Default(B ? "1" : "0");
361 StringRef Default) {
363 return Default;
365 return Default;
369 return Default;
378 return Default;
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h28 const char *Default() const { return ansi_ ? "\033[1m\033[0m" : ""; } function in class:__sanitizer::SanitizerCommonDecorator
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFloatingPointMode.h42 .Default(DenormalMode::Invalid);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmInfo.cpp23 enum DefaultOnOff { Default, Enable, Disable }; enumerator in enum:DefaultOnOff
27 cl::values(clEnumVal(Default, "Default for platform"),
29 cl::init(Default));
52 if (DwarfExtendedLoc != Default)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp22 Default = -1, enumerator in enum:AsmWriterVariantTy
28 "aarch64-neon-syntax", cl::init(Default),
36 AssemblerDialect = AsmWriterVariant == Default ? Apple : AsmWriterVariant;
74 AssemblerDialect = AsmWriterVariant == Default ? Generic : AsmWriterVariant;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp48 d.Default());
67 d.Default());
79 d.Origin(), d.Default());
83 d.Origin(), d.Default());
87 d.Default());
91 d.Default());
106 Printf("%s", d.Default());
146 Printf("%s", d.Default());
205 Printf("%s", d.Default());
267 d.Default());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsMachineFlag.cpp28 .Default(COFF::IMAGE_FILE_MACHINE_UNKNOWN);

Completed in 426 milliseconds

1234567891011>>