Home
last modified time | relevance | path

Searched defs:try_to_scalar_int (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/ty/consts/
Dvaltree.rs74 pub fn try_to_scalar_int(self) -> Option<ScalarInt> { in try_to_scalar_int() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dconsts.rs469 pub fn try_to_scalar_int(self) -> Option<ScalarInt> { in try_to_scalar_int() method
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dvalue.rs66 pub fn try_to_scalar_int(&self) -> Option<ScalarInt> { in try_to_scalar_int() method
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dmod.rs2314 pub fn try_to_scalar_int(self) -> Option<ScalarInt> { in try_to_scalar_int() method