Home
last modified time | relevance | path

Searched refs:Default (Results 1 – 25 of 716) sorted by relevance

12345678910>>...29

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DLangOptions.cpp19 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument
20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument
25 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument
26 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument
27 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
28 Name = Default; in resetNonModularOptions()
H A DCodeGenOptions.cpp16 #define CODEGENOPT(Name, Bits, Default) Name = Default; in CodeGenOptions() argument
17 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) set##Name(Default); in CodeGenOptions() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticOptions.h80 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument
81 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
87 #define DIAGOPT(Name, Bits, Default) argument
88 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
112 #define DIAGOPT(Name, Bits, Default) argument
113 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
119 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument
120 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
H A DDiagnosticOptions.def24 # define VALUE_DIAGOPT(Name, Bits, Default) \
25 DIAGOPT(Name, Bits, Default)
29 # define ENUM_DIAGOPT(Name, Type, Bits, Default) \
30 DIAGOPT(Name, Bits, Default)
34 # define SEMANTIC_DIAGOPT(Name, Bits, Default) DIAGOPT(Name, Bits, Default)
38 # define SEMANTIC_VALUE_DIAGOPT(Name, Bits, Default) \
39 VALUE_DIAGOPT(Name, Bits, Default)
43 # define SEMANTIC_ENUM_DIAGOPT(Name, Type, Bits, Default) \
44 ENUM_DIAGOPT(Name, Type, Bits, Default)
H A DCodeGenOptions.h34 #define CODEGENOPT(Name, Bits, Default) unsigned Name : Bits; argument
35 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument
39 #define CODEGENOPT(Name, Bits, Default) argument
40 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
293 #define CODEGENOPT(Name, Bits, Default) argument
294 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
H A DLangOptions.h35 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument
36 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument
42 #define LANGOPT(Name, Bits, Default, Description) argument
43 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
256 #define LANGOPT(Name, Bits, Default, Description) argument
257 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
H A DLangOptions.def43 # define COMPATIBLE_LANGOPT(Name, Bits, Default, Description) \
44 LANGOPT(Name, Bits, Default, Description)
48 # define BENIGN_LANGOPT(Name, Bits, Default, Description) \
49 COMPATIBLE_LANGOPT(Name, Bits, Default, Description)
53 # define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
54 LANGOPT(Name, Bits, Default, Description)
59 ENUM_LANGOPT(Name, Type, Bits, Default, Description)
68 # define VALUE_LANGOPT(Name, Bits, Default, Description) \
69 LANGOPT(Name, Bits, Default, Description)
74 VALUE_LANGOPT(Name, Bits, Default, Description)
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h165 const char *Default) { in toString() argument
166 return toString(V).getValueOr(Default); in toString()
187 uint64_t Default) { in toUnsigned() argument
188 return toUnsigned(V).getValueOr(Default); in toUnsigned()
209 uint64_t Default) { in toReference() argument
210 return toReference(V).getValueOr(Default); in toReference()
230 inline int64_t toSigned(const Optional<DWARFFormValue> &V, int64_t Default) { in toSigned() argument
231 return toSigned(V).getValueOr(Default); in toSigned()
259 return toAddress(V).getValueOr(Default); in toAddress()
280 uint64_t Default) { in toSectionOffset() argument
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLinkAllCodegenComponents.h42 llvm::CodeGenOpt::Default); in ForceCodegenLinking()
44 llvm::CodeGenOpt::Default); in ForceCodegenLinking()
46 llvm::CodeGenOpt::Default); in ForceCodegenLinking()
47 (void) llvm::createFastDAGScheduler(nullptr, llvm::CodeGenOpt::Default); in ForceCodegenLinking()
48 (void) llvm::createDefaultScheduler(nullptr, llvm::CodeGenOpt::Default); in ForceCodegenLinking()
49 (void) llvm::createVLIWDAGScheduler(nullptr, llvm::CodeGenOpt::Default); in ForceCodegenLinking()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_errors.cc53 Printf("%s", d.Default()); in Print()
110 Printf("%s", d.Default()); in Print()
130 Printf("%s", d.Default()); in Print()
149 Printf("%s", d.Default()); in Print()
162 Printf("%s", d.Default()); in Print()
175 Printf("%s", d.Default()); in Print()
189 Printf("%s", d.Default()); in Print()
202 Printf("%s", d.Default()); in Print()
222 Printf("%s", d.Default()); in Print()
236 Printf("%s", d.Default()); in Print()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_report.cc49 d.Default()); in DescribeStackOrigin()
68 d.Default()); in DescribeOrigin()
80 d.Origin(), d.Default()); in DescribeOrigin()
84 d.Origin(), d.Default()); in DescribeOrigin()
88 d.Default()); in DescribeOrigin()
92 d.Default()); in DescribeOrigin()
107 Printf("%s", d.Default()); in ReportUMR()
147 Printf("%s", d.Default()); in ReportAtExitStatistics()
206 Printf("%s", d.Default()); in DescribeMemoryRange()
268 d.Default()); in ReportUMRInsideAddressRange()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp102 BasicBlock *Default);
223 BasicBlock *Default, in switchConvert() argument
240 return newLeafBlock(*Begin, Val, OrigBlock, Default); in switchConvert()
345 BranchInst::Create(Succ, Default, Comp, NewLeaf); in newLeafBlock()
416 BasicBlock* Default = SI->getDefaultDest(); in processSwitchInst() local
428 BranchInst::Create(Default, CurBlock); in processSwitchInst()
500 Default->removePredecessor(OrigBlock); in processSwitchInst()
505 Default = PopSucc; in processSwitchInst()
513 BranchInst::Create(Default, CurBlock); in processSwitchInst()
525 if (Case.getCaseSuccessor() == Default) in processSwitchInst()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp280 std::pair<unsigned, unsigned> Default = in getFlatWorkGroupSizes() local
285 Default.second = AMDGPU::getIntegerAttribute( in getFlatWorkGroupSizes()
287 Default.first = std::min(Default.first, Default.second); in getFlatWorkGroupSizes()
295 return Default; in getFlatWorkGroupSizes()
299 return Default; in getFlatWorkGroupSizes()
301 return Default; in getFlatWorkGroupSizes()
332 F, "amdgpu-waves-per-eu", Default, true); in getWavesPerEU()
336 return Default; in getWavesPerEU()
341 return Default; in getWavesPerEU()
343 return Default; in getWavesPerEU()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h26 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator
69 Default, // Default means not specified enumerator
93 Default, // No specific tuning requested. enumerator
262 FloatABI::ABIType FloatABIType = FloatABI::Default;
287 EABI EABIVersion = EABI::Default;
290 DebuggerKind DebuggerTuning = DebuggerKind::Default;
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormatProviders.h94 size_t Default) { in consumeNumHexDigits() argument
95 Str.consumeInteger(10, Default); in consumeNumHexDigits()
97 Default += 2; in consumeNumHexDigits()
98 return Default; in consumeNumHexDigits()
272 .Default(B ? "1" : "0");
362 StringRef Default) {
364 return Default;
366 return Default;
370 return Default;
379 return Default;
[all …]
H A DCommandLine.h706 const AnyOptionValue &Default,
708 printGenericOptionDiff(O, V, Default, GlobalWidth);
1101 P.printOptionDiff(O, OV, Default, GlobalWidth);
1118 P.printOptionDiff(O, V, Default, GlobalWidth);
1205 OptionValue<DataType> Default;
1220 Default = L;
1228 Default = V;
1252 OptionValue<DataType> Default;
1257 Default = V;
1273 OptionValue<DataType> Default;
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/Targets/
H A DPPC.cpp266 .Default(false); in initFeatureMap()
274 .Default(false); in initFeatureMap()
279 .Default(false); in initFeatureMap()
285 .Default(false); in initFeatureMap()
291 .Default(false); in initFeatureMap()
296 .Default(false); in initFeatureMap()
302 .Default(false); in initFeatureMap()
307 .Default(false); in initFeatureMap()
337 .Default(false); in hasFeature()
351 .Default(false); in setFeatureEnabled()
/freebsd-12.1/contrib/llvm/tools/lld/Common/
H A DArgs.cpp21 int lld::args::getInteger(opt::InputArgList &Args, unsigned Key, int Default) { in getInteger() argument
24 return Default; in getInteger()
43 StringRef Key, uint64_t Default) { in getZOptionValue() argument
47 uint64_t Result = Default; in getZOptionValue()
53 return Default; in getZOptionValue()
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp35 #define EXTERNAL_FUNC(Name, Default) \ argument
37 Name) "=" WIN_SYM_PREFIX STRINGIFY(Default)))
43 #define EXTERNAL_FUNC(Name, Default) \ argument
44 __attribute__((weak, alias(STRINGIFY(Default))))
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DUtils.h206 llvm::opt::OptSpecifier Id, int Default,
210 llvm::opt::OptSpecifier Id, int Default, in getLastArgIntValue() argument
212 return getLastArgIntValue(Args, Id, Default, &Diags); in getLastArgIntValue()
216 llvm::opt::OptSpecifier Id, uint64_t Default,
221 uint64_t Default, in getLastArgUInt64Value() argument
223 return getLastArgUInt64Value(Args, Id, Default, &Diags); in getLastArgUInt64Value()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp71 .Default(ABIName); in getMipsCPUAndABI()
114 .Default(""); in getMipsCPUAndABI()
127 .Default(""); in getMipsCPUAndABI()
148 .Default(ABI); in getGnuCompatibleMipsABIName()
412 .Default(Std2008); in getIEEE754Standard()
420 .Default(false); in hasCompactBranches()
438 .Default(false); in isNaN2008()
443 .Default(false); in isNaN2008()
455 .Default(false); in isFP64ADefault()
477 .Default(false); in isFPXXDefault()
[all …]
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmInfo.cpp24 enum DefaultOnOff { Default, Enable, Disable }; enumerator
28 cl::values(clEnumVal(Default, "Default for platform"),
30 cl::init(Default));
53 if (DwarfExtendedLoc != Default) in MCAsmInfo()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.cpp23 Default = -1, enumerator
29 "aarch64-neon-syntax", cl::init(Default),
37 AssemblerDialect = AsmWriterVariant == Default ? Apple : AsmWriterVariant; in AArch64MCAsmInfoDarwin()
74 AssemblerDialect = AsmWriterVariant == Default ? Generic : AsmWriterVariant; in AArch64MCAsmInfoELF()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc180 Printf("%s", d.Default()); in PrintMop()
221 Printf("%s", d.Default()); in PrintLocation()
228 Printf("%sM%zd%s%s", d.Mutex(), rm->id, d.Default(), after); in PrintMutexShort()
234 Printf("%sM%zd (%p)%s%s", d.Mutex(), rm->id, rm->addr, d.Default(), after); in PrintMutexShortWithAddress()
242 Printf("%s", d.Default()); in PrintMutex()
246 Printf("%s", d.Default()); in PrintMutex()
264 Printf("%s", d.Default()); in PrintThread()
272 Printf("%s", d.Default()); in PrintThread()
280 Printf("%s", d.Default()); in PrintSleep()
324 Printf("%s", d.Default()); in PrintReport()
[all …]
/freebsd-12.1/contrib/libc++/include/experimental/
H A Dtype_traits51 template <class Default, template<class...> class Op, class... Args>
53 template <class Default, template<class...> class Op, class... Args>
54 using detected_or_t = typename detected_or<Default, Op, Args...>::type;
135 template <class Default, template<class...> class _Op, class... _Args>
136 using detected_or = _DETECTOR<Default, void, _Op, _Args...>;
137 template <class Default, template<class...> class _Op, class... _Args>
138 using detected_or_t = typename detected_or<Default, _Op, _Args...>::type;

12345678910>>...29