Home
last modified time | relevance | path

Searched refs:SwitchValue (Results 1 – 25 of 90) sorted by relevance

1234

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Conversion/
H A DAdditionalOptionsParser.cs85 internal object SwitchValue; field in Microsoft.Build.Conversion.CompSwitchInfo
107 this.SwitchValue = switchValue; in CompSwitchInfo()
331 compSwitchInfo.SwitchValue = switchVal; in ExtractSwitchInfo()
346 compSwitchInfo.SwitchValue = switchVal; in ExtractSwitchInfo()
356 null != compSwitchInfo.SwitchValue, in ExtractSwitchInfo()
367 ((StringBuilder)(compSwitchInfo.SwitchValue)).Append(";"); in ExtractSwitchInfo()
402 if (null != compSwitchInfo.SwitchValue) in PopulatePropertyGroup()
412 if (null != compSwitchInfo.SwitchValue) in PopulatePropertyGroup()
416 compSwitchInfo.SwitchValue.ToString() in PopulatePropertyGroup()
423 if (0 != ((StringBuilder)(compSwitchInfo.SwitchValue)).Length) in PopulatePropertyGroup()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Tasks/XamlTaskFactory/
H A DCommandLineGenerator.cs88 switchToAdd.SwitchValue = property.Prefix + property.SwitchName; in CommandLineGenerator()
152 … switchToAdd.SwitchValue = enumValue.Prefix + enumValue.SwitchName; in CommandLineGenerator()
381 clb.AppendSwitchIfNotNull(commandLineToolSwitch.SwitchValue, itemName.ItemSpec); in EmitTaskItemArraySwitch()
430 clb.AppendSwitchIfNotNull(commandLineToolSwitch.SwitchValue, fileName); in EmitStringArraySwitch()
449 Match match = regex.Match(commandLineToolSwitch.SwitchValue); in PerformSwitchValueSubstition()
452 …ixToAppend = commandLineToolSwitch.SwitchValue.Substring(match.Index + match.Length, commandLineTo… in PerformSwitchValueSubstition()
493 clb.AppendSwitch(commandLineToolSwitch.SwitchValue + numberAsString); in EmitIntegerSwitch()
513 strSwitch += commandLineToolSwitch.SwitchValue + commandLineToolSwitch.Separator; in EmitStringSwitch()
538 str = commandLineToolSwitch.SwitchValue; in EmitStringSwitch()
591 if (!String.IsNullOrEmpty(commandLineToolSwitch.SwitchValue)) in EmitBooleanSwitch()
[all …]
H A DRelationsParser.cs64 public string SwitchValue property in Microsoft.Build.Tasks.Xaml.SwitchRelations
715 … if (switchRelationsToAdd.SwitchValue == null || switchRelationsToAdd.SwitchValue == String.Empty) in ParseSwitch()
721 if (!switchRelationsList.ContainsKey(switchRelationsToAdd.SwitchValue)) in ParseSwitch()
723 switchRelationsList.Remove(switchRelationsToAdd.SwitchValue); in ParseSwitch()
828 switchRelationsList.Add(switchRelationsToAdd.SwitchValue, switchRelationsToAdd); in ParseSwitch()
856 switchRelations.SwitchValue = attribute.InnerText; in ObtainAttributes()
H A DXamlDataDrivenToolTask.cs229 if ((switchToAdd.SwitchValue != String.Empty)) in AddActiveSwitchToolValue()
231 ActiveToolSwitchesValues.Add(switchToAdd.SwitchValue, switchToAdd); in AddActiveSwitchToolValue()
338 …witch.Value.ReverseSwitchValue.TrimStart('/') : overriddenSwitch.Value.SwitchValue.TrimStart('/'),… in ValidateOverrides()
344 …if (String.Equals(overrideTarget.Value.SwitchValue.TrimStart('/'), overridePair.Value, StringCompa… in ValidateOverrides()
/dports/devel/msbuild/msbuild-0.06/src/Tasks/DataDriven/
H A DDataDrivenToolTask.cs372 clb.AppendSwitchIfNotNull(toolSwitch.SwitchValue, itemName.ItemSpec); in EmitTaskItemArraySwitch()
377 … clb.AppendSwitchIfNotNull(toolSwitch.SwitchValue, toolSwitch.TaskItemArray, toolSwitch.Separator); in EmitTaskItemArraySwitch()
489 if (!String.IsNullOrEmpty(toolSwitch.SwitchValue)) in EmitDirectorySwitch()
492 clb.AppendSwitch(toolSwitch.SwitchValue + toolSwitch.Separator); in EmitDirectorySwitch()
521 … clb.AppendSwitchUnquotedIfNotNull(toolSwitch.SwitchValue + toolSwitch.Separator, str); in EmitFileSwitch()
543 …clb.AppendSwitch(toolSwitch.SwitchValue + toolSwitch.Number.ToString() + GetEffectiveArgumentsValu… in EmitIntegerSwitch()
580 clb.AppendSwitchIfNotNull(toolSwitch.SwitchValue, fileName); in EmitStringArraySwitch()
585 … clb.AppendSwitchIfNotNull(toolSwitch.SwitchValue, ArrTrimStringList, toolSwitch.Separator); in EmitStringArraySwitch()
601 strSwitch += toolSwitch.SwitchValue + toolSwitch.Separator; in EmitStringSwitch()
640 if (!String.IsNullOrEmpty(toolSwitch.SwitchValue)) in EmitBooleanSwitch()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.TraceSource/tests/
H A DSwitchClassTests.cs15 public String SwitchValue property in System.Diagnostics.TraceSourceTests.SwitchClassTests.TestSwitch
26 item.SwitchValue = "1"; in ValueTest()
27 item.SwitchValue = "0"; in ValueTest()
28 item.SwitchValue = "-1"; in ValueTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp169 Value *SwitchValue; in runOnFunction() local
190 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
199 SwitchValue = SwitchPN; in runOnFunction()
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp168 Value *SwitchValue; in runOnFunction() local
189 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
198 SwitchValue = SwitchPN; in runOnFunction()
211 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp171 Value *SwitchValue;
192 SwitchValue = GetSwitchValue(IndirectBrs[0]);
201 SwitchValue = SwitchPN;
214 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB);
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp171 Value *SwitchValue; in runOnFunction() local
192 SwitchValue = GetSwitchValue(IndirectBrs[0]); in runOnFunction()
201 SwitchValue = SwitchPN; in runOnFunction()
214 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DXamlTaskFactory_Tests.cs685 toolSwitchValue = switchList["BasicReversible"].SwitchValue; in TestBasicReversibleTrue()
689 …toolSwitchValue = switchList["BasicReversible"].SwitchValue + switchList["BasicReversible"].FalseS… in TestBasicReversibleTrue()
706 toolSwitchValue = switchList["BasicReversible"].SwitchValue; in TestBasicReversibleFalse()
725 string toolSwitchValue = switchList["BasicNonreversible"].SwitchValue; in TestBasicNonreversible()
737 string CommandLineToolSwitchOutput = switchList["BasicString"].SwitchValue; in TestBasicString()
743 CommandLineToolSwitchOutput = switchList["BasicString"].SwitchValue; in TestBasicString()
755 string toolSwitchValue = switchList["BasicStringArray"].SwitchValue; in TestBasicStringArray()
767 string toolSwitchValue = switchList["BasicFileWSwitch"].SwitchValue; in TestBasicFileWSwitch()
779 string toolSwitchValue = switchList["BasicFileWOSwitch"].SwitchValue; in TestBasicFileWOSwitch()
791 string toolSwitchValue = switchList["BasicDynamicEnum"].SwitchValue; in TestBasicDynamicEnum()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DSwitchExpression.cs22 SwitchValue = switchValue; in SwitchExpression()
44 public Expression SwitchValue { get; } property in System.Linq.Expressions.SwitchExpression
73 if (SwitchValue.Type.IsNullableType())
76 …!TypeUtils.AreEquivalent(SwitchValue.Type, Comparison.GetParametersCached()[0].ParameterType.GetNo…
93 if (switchValue == SwitchValue & defaultBody == DefaultBody & cases != null) in Update()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp194 Value *SwitchValue; in runOnFunction() local
218 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
234 SwitchValue = SwitchPN; in runOnFunction()
254 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DIndirectBrExpandPass.cpp194 Value *SwitchValue; in runOnFunction() local
218 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
234 SwitchValue = SwitchPN; in runOnFunction()
254 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp194 Value *SwitchValue; in runOnFunction() local
218 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
234 SwitchValue = SwitchPN; in runOnFunction()
254 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp194 Value *SwitchValue; in runOnFunction() local
218 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
234 SwitchValue = SwitchPN; in runOnFunction()
254 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp194 Value *SwitchValue; in runOnFunction() local
218 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
234 SwitchValue = SwitchPN; in runOnFunction()
254 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp194 Value *SwitchValue; in runOnFunction() local
218 SwitchValue = GetSwitchValue(IBr); in runOnFunction()
234 SwitchValue = SwitchPN; in runOnFunction()
254 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB); in runOnFunction()

1234