/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 194 StringRef Default = {}) { 196 return Default; 200 return Default; 203 return Default; 214 const char *Default) { in toString() argument 217 return Default; in toString() 239 uint64_t Default) { in toUnsigned() argument 240 return toUnsigned(V).value_or(Default); in toUnsigned() 263 uint64_t Default) { in toRelativeReference() argument 264 return toRelativeReference(V).value_or(Default); in toRelativeReference() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.h | 93 #define DIAGOPT(Name, Bits, Default) unsigned Name : Bits; argument 94 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument 100 #define DIAGOPT(Name, Bits, Default) argument 101 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument 133 #define DIAGOPT(Name, Bits, Default) argument 134 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument 140 #define DIAGOPT(Name, Bits, Default) Name = Default; in DiagnosticOptions() argument 141 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
|
H A D | DebugOptions.def | 20 #define DEBUGOPT(Name, Bits, Default) \ 21 CODEGENOPT(Name, Bits, Default) 25 # define VALUE_DEBUGOPT(Name, Bits, Default) \ 26 VALUE_CODEGENOPT(Name, Bits, Default) 30 # define ENUM_DEBUGOPT(Name, Type, Bits, Default) \ 31 ENUM_CODEGENOPT(Name, Type, Bits, Default) 35 #define BENIGN_DEBUGOPT(Name, Bits, Default) \ 36 DEBUGOPT(Name, Bits, Default) 40 # define BENIGN_VALUE_DEBUGOPT(Name, Bits, Default) \ 41 VALUE_DEBUGOPT(Name, Bits, Default) [all …]
|
H A D | DiagnosticOptions.def | 23 # define VALUE_DIAGOPT(Name, Bits, Default) \ 24 DIAGOPT(Name, Bits, Default) 28 # define ENUM_DIAGOPT(Name, Type, Bits, Default) \ 29 DIAGOPT(Name, Bits, Default) 33 # define SEMANTIC_DIAGOPT(Name, Bits, Default) DIAGOPT(Name, Bits, Default) 37 # define SEMANTIC_VALUE_DIAGOPT(Name, Bits, Default) \ 38 VALUE_DIAGOPT(Name, Bits, Default) 42 # define SEMANTIC_ENUM_DIAGOPT(Name, Type, Bits, Default) \ 43 ENUM_DIAGOPT(Name, Type, Bits, Default)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_report.cpp | 46 d.Origin(), d.Name(), so, d.Origin(), d.Default()); in DescribeStackOrigin() 49 d.Origin(), d.Default()); in DescribeStackOrigin() 64 d.Default()); in DescribeOrigin() 76 d.Origin(), d.Default()); in DescribeOrigin() 80 d.Origin(), d.Default()); in DescribeOrigin() 84 d.Default()); in DescribeOrigin() 87 Printf(" %sMember fields were destroyed%s\n", d.Origin(), d.Default()); in DescribeOrigin() 91 d.Default()); in DescribeOrigin() 95 d.Default()); in DescribeOrigin() 110 Printf("%s", d.Default()); in ReportUMR() [all...] |
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Args.cpp | 27 int64_t Default, unsigned base) { in getInteger() argument 30 return Default; in getInteger() 45 int64_t Default) { in getInteger() argument 46 return ::getInteger(args, key, Default, 10); in getInteger() 50 int64_t Default) { in getHex() argument 51 return ::getInteger(args, key, Default, 16); in getHex() 63 getZOptionValue(opt::InputArgList & args,int id,StringRef key,uint64_t Default) getZOptionValue() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LinkAllCodegenComponents.h | 41 llvm::CodeGenOptLevel::Default); in ForceCodegenLinking() 43 llvm::CodeGenOptLevel::Default); in ForceCodegenLinking() 45 llvm::CodeGenOptLevel::Default); in ForceCodegenLinking() 47 llvm::CodeGenOptLevel::Default); in ForceCodegenLinking() 49 llvm::CodeGenOptLevel::Default); in ForceCodegenLinking() 51 llvm::CodeGenOptLevel::Default);
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | OptionUtils.cpp | 20 IntTy Default, DiagnosticsEngine *Diags, in getLastArgIntValueImpl() argument 22 IntTy Res = Default; in getLastArgIntValueImpl() 36 int getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, in getLastArgIntValue() argument 38 return getLastArgIntValueImpl<int>(Args, Id, Default, Diags, Base); in getLastArgIntValue() 42 uint64_t Default, DiagnosticsEngine *Diags, in getLastArgUInt64Value() argument 44 return getLastArgIntValueImpl<uint64_t>(Args, Id, Default, Diags, Base); in getLastArgUInt64Value()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | OptionUtils.h | 34 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);
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 30 .Default(unsigned(llvm::omp::OMP_DEFAULT_unknown)); in getOpenMPSimpleClauseType() 35 .Default(unsigned(llvm::omp::OMP_PROC_BIND_unknown)); in getOpenMPSimpleClauseType() 43 .Default(OMPC_SCHEDULE_unknown); in getOpenMPSimpleClauseType() 48 .Default(OMPC_DEPEND_unknown); in getOpenMPSimpleClauseType() 57 .Default(OMPC_DOACROSS_unknown); in getOpenMPSimpleClauseType() 62 .Default(OMPC_LINEAR_unknown); in getOpenMPSimpleClauseType() 70 .Default(OMPC_MAP_unknown); in getOpenMPSimpleClauseType() 83 .Default(OMPC_MOTION_MODIFIER_unknown); in getOpenMPSimpleClauseType() 92 .Default(OMPC_DIST_SCHEDULE_unknown); in getOpenMPSimpleClauseType() 100 .Default(OMPC_DEFAULTMAP_unknown); in getOpenMPSimpleClauseType() [all …]
|
H A D | LangOptions.cpp | 20 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 26 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 27 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 28 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument 29 Name = static_cast<unsigned>(Default); in resetNonModularOptions()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPriorityAdvisor.cpp | 25 cl::init(RegAllocPriorityAdvisorAnalysis::AdvisorMode::Default), 28 clEnumValN(RegAllocPriorityAdvisorAnalysis::AdvisorMode::Default, 44 : RegAllocPriorityAdvisorAnalysis(AdvisorMode::Default), in DefaultPriorityAdvisorAnalysis() 49 return R->getAdvisorMode() == AdvisorMode::Default; in classof() 75 case RegAllocPriorityAdvisorAnalysis::AdvisorMode::Default: in callDefaultCtor() 94 case AdvisorMode::Default: in getPassName()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerSwitch.cpp | 158 BasicBlock *Default) { in NewLeafBlock() argument 196 BranchInst::Create(Succ, Default, Comp, NewLeaf); in NewLeafBlock() 199 for (auto &I : Default->phis()) { in NewLeafBlock() 231 BasicBlock *Default, in SwitchConvert() argument 247 Default); in SwitchConvert() 294 NewNode, OrigBlock, Default, UnreachableRanges); in SwitchConvert() 297 NewNode, OrigBlock, Default, UnreachableRanges); in SwitchConvert() 357 BasicBlock *Default = SI->getDefaultDest(); in ProcessSwitchInst() local 382 BranchInst::Create(Default, OrigBlock); in ProcessSwitchInst() 384 FixPhis(Default, OrigBlock, OrigBlock, UnsignedMax); in ProcessSwitchInst() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/devfreq/ |
H A D | rk3399_dmc.txt | 81 the DRAM side driver strength in ohms. Default 85 the DRAM side ODT strength in ohms. Default value 91 Default value is 40. 95 driver strength. Default value is 40. 98 the PHY side ODT strength. Default value is 240. 107 the DRAM side driver strength in ohms. Default 111 the DRAM side ODT strength in ohms. Default value 117 Default value is 40. 121 driver strength. Default value is 40. 133 the DRAM side driver strength in ohms. Default [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FormatProviders.h | 95 size_t Default) { in consumeNumHexDigits() argument 96 Str.consumeInteger(10, Default); in consumeNumHexDigits() 98 Default += 2; in consumeNumHexDigits() 99 return Default; in consumeNumHexDigits() 274 .Default(B ? "1" : "0"); 366 StringRef Default) { 368 return Default; 370 return Default; 374 return Default; 383 return Default; [all …]
|
H A D | CommandLine.h | 765 const GenericOptionValue &Default, 774 const AnyOptionValue &Default, 776 printGenericOptionDiff(O, V, Default, GlobalWidth); 960 void printOptionDiff(const Option &O, bool V, OptVal Default, 985 void printOptionDiff(const Option &O, boolOrDefault V, OptVal Default, 1006 void printOptionDiff(const Option &O, int V, OptVal Default, 1027 void printOptionDiff(const Option &O, long V, OptVal Default, 1048 void printOptionDiff(const Option &O, long long V, OptVal Default, 1069 void printOptionDiff(const Option &O, unsigned V, OptVal Default, 1091 void printOptionDiff(const Option &O, unsigned long V, OptVal Default, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | wm8962.txt | 19 - mic-cfg : Default register value for R48 (Additional Control 4). 36 0x0000 /* 0:Default */ 37 0x0000 /* 1:Default */ 39 0x0000 /* 3:Default */ 41 0x0000 /* 5:Default */
|
H A D | max9892x.txt | 15 MAX98925/MAX98926 slot range : 0 ~ 30, Default : 0 16 MAX98927 slot range : 0 ~ 15, Default : 0 19 MAX98925/MAX98926 slot range : 0 ~ 30, Default : 0 20 MAX98927 slot range : 0 ~ 15, Default : 0 29 Range : 0 (off), 1 (on), Default : 0
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | AVR.cpp | 356 .Default(false); in ArchHasELPM() 363 .Default(false); in ArchHasELPMX() 370 .Default(false); in ArchHasMOVW() 381 .Default(false); in ArchHasMUL() 388 .Default(false); in ArchHasJMPCALL() 401 .Default(false); in ArchHas3BytePC()
|
H A D | PPC.cpp | 532 .Default(false); in initFeatureMap() 539 .Default(false); in initFeatureMap() 544 .Default(false); in initFeatureMap() 550 .Default(false); in initFeatureMap() 556 .Default(false); in initFeatureMap() 561 .Default(false); in initFeatureMap() 566 .Default(false); in initFeatureMap() 572 .Default(false); in initFeatureMap() 577 .Default(false); in initFeatureMap() 595 .Default(false); in initFeatureMap() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | apm-xgene-phy.txt | 15 Default is "ok". 21 127 in unit of one bit period. Default is 10. 26 supported link speed on the host. Default is 0. 30 between 0 to 31 in unit of dB. Default is 3. 34 Default is 199500 uV. 38 uV. Default is 0. 42 Default is 0x0. 45 between 0 to 0x1f in unit of 18.2mV. Default is 0xf.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 29 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator 78 Default, // Default means not specified enumerator 98 Default, ///< No specific tuning requested. enumerator 398 FloatABI::ABIType FloatABIType = FloatABI::Default; 423 EABI EABIVersion = EABI::Default; 426 DebuggerKind DebuggerTuning = DebuggerKind::Default;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerExtFunctionsWindows.cpp | 34 #define EXTERNAL_FUNC(Name, Default) \ argument 36 Name) "=" WIN_SYM_PREFIX STRINGIFY(Default))) 42 #define EXTERNAL_FUNC(Name, Default) \ argument 43 __attribute__((weak, alias(STRINGIFY(Default))))
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | tvp7002.txt | 10 - hsync-active: HSYNC Polarity configuration for the bus. Default value when 13 - vsync-active: VSYNC Polarity configuration for the bus. Default value when 16 - pclk-sample: Clock polarity of the bus. Default value when this property is 21 0 = Normal Operation (Active Low, Default) 27 0 = Normal Operation (Active Low, Default)
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | OptionsBase.td | 6 // Default value: LLDB_OPT_SET_ALL (Option allowed in all groups) 17 // Default value: false (Not required) 23 // Default value: not available (has to be defined in Option) 31 // Default value: not available (has to be defined in Option) 39 // Default value: OptionParser::eNoArgument (No argument allowed) 48 // Default value: 0 (No validator for option) 54 // Default value: {} (No enum associated with this option) 65 // Default value: CommandCompletions::eNoCompletion (no tab completion) 79 // Default value: eArgTypeNone 99 // Default value: ""
|