Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dinstsimplify.rs105 fn try_eval_bool(&self, a: &Operand<'_>) -> Option<bool> { in try_eval_bool() method
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dconsts.rs314 pub fn try_eval_bool(self, tcx: TyCtxt<'tcx>, param_env: ParamEnv<'tcx>) -> Option<bool> { in try_eval_bool() method
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dmod.rs2393 pub fn try_eval_bool(&self, tcx: TyCtxt<'tcx>, param_env: ty::ParamEnv<'tcx>) -> Option<bool> { in try_eval_bool() method