Home
last modified time | relevance | path

Searched defs:input_ty (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/matches/
Dmatch_as_ref.rs27 let input_ty = cx.typeck_results().expr_ty(ex); in check() localVariable
31 let input_ty = substs.type_at(0); in check() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/operators/
Derasing_op.rs30 let input_ty = tck.expr_ty(input).peel_refs(); in different_types() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dplace_op.rs150 let input_ty = self.next_ty_var(TypeVariableOrigin { in try_index_step() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dexpr.rs164 let input_ty = self.infer_expr(expr, &Expectation::none()); in infer_expr_inner() localVariable
401 let input_ty = self.infer_expr(*expr, &Expectation::none()); in infer_expr_inner() localVariable
410 let input_ty = self.resolve_ty_shallow(&input_ty); in infer_expr_inner() localVariable
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl.cc927 auto* input_ty = intrinsic->Parameters()[0]->Type(); in EmitIsNormalCall() local
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs605 let input_ty = hir::Ty { in make_async_expr() localVariable
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc1778 auto* input_ty = intrinsic->Parameters()[0]->Type(); in EmitIsNormalCall() local