Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dcast.rs882 let expr_kind = fcx.pointer_kind(m_expr.ty, self.span)?; in check_ptr_ptr_cast() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/late/
Ddiagnostics.rs1166 let mut expr_kind = &args[0].kind; in call_has_self_arg() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dlib.rs2202 let expr_kind = expr_type.kind(); in is_slice_of_primitives() localVariable