Home
last modified time | relevance | path

Searched defs:try_to_int (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/ty/consts/
Dint.rs316 pub fn try_to_int(self, size: Size) -> Result<i128, Size> { in try_to_int() method
/third_party/rust/rust/compiler/rustc_middle/src/mir/interpret/
Dvalue.rs346 pub fn try_to_int(self) -> Result<ScalarInt, Scalar<AllocId>> { in try_to_int() method