Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_const_eval/src/interpret/
Dvalidity.rs942 pub fn validate_operand(&self, op: &OpTy<'tcx, M::Provenance>) -> InterpResult<'tcx> { in validate_operand() method
/third_party/rust/rust/compiler/rustc_const_eval/src/transform/
Dpromote_consts.rs423 fn validate_operand(&mut self, operand: &Operand<'tcx>) -> Result<(), Unpromotable> { in validate_operand() method