Home
last modified time | relevance | path

Searched refs:with_mc (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dregionck.rs498 fn with_mc<F, R>(&self, f: F) -> R in with_mc() method
518 let mut place = self.with_mc(|mc| mc.cat_expr_unadjusted(expr))?; in constrain_adjustments()
548 place = self.with_mc(|mc| mc.cat_expr_adjusted(expr, place, adjustment))?; in constrain_adjustments()
597 let cmt = ignore_err!(self.with_mc(|mc| mc.cat_expr(base))); in link_addr_of()
615 let discr_cmt = ignore_err!(self.with_mc(|mc| mc.cat_expr(init_expr))); in link_local()
624 let discr_cmt = ignore_err!(self.with_mc(|mc| mc.cat_expr(discr))); in link_match()
638 self.with_mc(|mc| mc.cat_rvalue(param.hir_id, param.pat.span, param_ty)); in link_fn_params()
648 ignore_err!(self.with_mc(|mc| { in link_pattern()