Home
last modified time | relevance | path

Searched refs:Demanded (Results 1 – 25 of 440) sorted by relevance

12345678910>>...18

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Security/
H A DSecurityException.cs57 Demanded = (string)info.GetValueNoThrow(DemandedName, typeof(string)); in SecurityException()
70 info.AddValue(DemandedName, Demanded, typeof(string)); in GetObjectData()
78 public object Demanded { get; set; } property in System.Security.SecurityException
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Security/
H A DSecurityException.cs57 Demanded = (string)info.GetValueNoThrow(DemandedName, typeof(string)); in SecurityException()
70 info.AddValue(DemandedName, Demanded, typeof(string)); in GetObjectData()
78 public object Demanded { get; set; } property in System.Security.SecurityException
/dports/devel/p5-Dist-Zilla/Dist-Zilla-6.024/todo/
H A Dexternal-core-attr.mkdn16 traits => [ qw(WORM Demanded) ],
22 Demanded means that the accessor is fatal if the predicate is false.
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security/
H A DSecurityExceptionCas.cs74 object o = se.Demanded; in GetDemanded_Pass()
82 object o = se.Demanded; in GetDemanded_Fail_ControlEvidence()
90 object o = se.Demanded; in GetDemanded_Fail_ControlPolicy()
97 se.Demanded = new PermissionSet (PermissionState.None); in SetDemanded()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp115 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
119 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp118 APInt Demanded = DB.getDemandedBits(SE); in bitTrackingDCE() local
122 if (Demanded.countLeadingZeros() >= (DestBitSize - SrcBitSize)) { in bitTrackingDCE()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security/
H A DSecurityException.cs112 public object Demanded { property in System.Security.SecurityException
273 sb.AppendFormat ("{0}Demanded: {1}", Environment.NewLine, Demanded); in ToString()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A Dadd-sub-nsw-nuw.ll5 ; Demanded bits analysis must disable nsw/nuw when it makes a

12345678910>>...18