Home
last modified time | relevance | path

Searched defs:IntRange (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check/
Ddeconstruct_pat.rs101 pub(super) struct IntRange { struct
105 impl IntRange { implementation
123 fn from_bool(value: bool) -> IntRange { in from_bool()
129 fn from_range(lo: u128, hi: u128, scalar_ty: Scalar) -> IntRange { in from_range()
309 IntRange(IntRange), enumerator
342 fn as_int_range(&self) -> Option<&IntRange> { in as_int_range()
/third_party/rust/rust/compiler/rustc_mir_build/src/thir/pattern/
Ddeconstruct_pat.rs100 pub(crate) struct IntRange { struct
104 /// compare `IntRange`s with different types/architectures. argument
108 impl IntRange { argument
141 ) -> Option<IntRange> { in from_constant()
163 ) -> Option<IntRange> { in from_range()
304 impl fmt::Debug for IntRange { implementation
620 IntRange(IntRange), enumerator
653 fn as_int_range(&self) -> Option<&IntRange> { in as_int_range()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp52 struct IntRange { struct
53 int64_t Low, High;