Home
last modified time | relevance | path

Searched defs:expr_ty (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/cook/cook-2.30/cook/
H A Dexpr.h42 typedef struct expr_ty expr_ty; typedef
43 struct expr_ty struct
50 expr_ty *expr_copy(expr_ty *); argument
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Dquestion_mark.rs143 let expr_ty = cx.typeck_results().expr_ty(expression); in moves_by_default() localVariable
149 let expr_ty = cx.typeck_results().expr_ty(expression); in is_option() localVariable
155 let expr_ty = cx.typeck_results().expr_ty(expression); in is_result() localVariable
H A Dasync_yields_async.rs55 let expr_ty = typeck_results.expr_ty(&body.value); in check_body() localVariable
H A Dneedless_question_mark.rs103 let expr_ty = cx.typeck_results().expr_ty(expr); in check() localVariable
H A Ddefault.rs91 let expr_ty = cx.typeck_results().expr_ty(expr); in check_expr() localVariable
H A Ddereference.rs108 let expr_ty = typeck.expr_ty(expr); in check_expr() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/methods/
H A Dget_unwrap.rs24 let expr_ty = cx.typeck_results().expr_ty(recv); in check() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dnoop_method_call.rs83 let expr_ty = cx.typeck_results().expr_ty_adjusted(expr); in check_expr() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/structured_errors/
H A Dsized_unsized_cast.rs10 pub expr_ty: Ty<'tcx>, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/build/expr/
H A Das_temp.rs47 let expr_ty = expr.ty; in as_temp_inner() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dcast.rs57 expr_ty: Ty<'tcx>, field
471 let expr_ty = fcx.resolve_vars_if_possible(self.expr_ty); in report_cast_error() localVariable
472 let expr_ty = fcx.tcx.erase_regions(expr_ty); in report_cast_error() localVariable
H A Dcallee.rs85 let expr_ty = self.structurally_resolved_type(call_expr.span, original_callee_ty); in check_call() localVariable
H A Ddemand.rs149 let expr_ty = self.resolve_vars_with_obligations(checked_ty); in demand_coerce_diag() localVariable
H A Dexpr.rs1052 let expr_ty = self.demand_scrutinee_type(expr, pat.contains_explicit_ref_binding(), false); in check_expr_let() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dmem_categorization.rs169 fn expr_ty(&self, expr: &hir::Expr<'_>) -> McResult<Ty<'tcx>> { in expr_ty() method
304 let expr_ty = self.expr_ty(expr)?; in cat_expr_unadjusted() localVariable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/infer/
H A Dcoerce.rs68 let expr_ty = ctx.resolve_ty_shallow(expr_ty); in coerce() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/infer/
H A Dcoerce.rs67 let expr_ty = ctx.resolve_ty_shallow(expr_ty); in coerce() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/cx/
H A Dexpr.rs160 let expr_ty = self.typeck_results().expr_ty(expr); in make_mirror_unadjusted() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/back/hlsl/
H A Dwriter.rs1274 let expr_ty = &func_ctx.info[expr].ty; in write_stmt() localVariable
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/PmCheck/
H A DOracle.hs1619 expr_ty = exprType e function
/dports/lang/ghc/ghc-8.10.7/compiler/simplCore/
H A DSetLevels.hs677 expr_ty = exprType expr function
H A DSimplify.hs596 expr_ty = exprType expr function
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_ast.h19 typedef struct _expr *expr_ty; typedef
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_ast.h19 typedef struct _expr *expr_ty; typedef
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_ast.h19 typedef struct _expr *expr_ty; typedef

12