Home
last modified time | relevance | path

Searched defs:arg_ty (Results 1 – 25 of 97) sorted by relevance

1234

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/methods/
H A Dflat_map_option.rs16 let arg_ty = cx.typeck_results().expr_ty_adjusted(arg); in check() localVariable
H A Dinefficient_to_string.rs21 let arg_ty = cx.typeck_results().expr_ty_adjusted(&args[0]); in check() localVariable
H A Dclone_on_copy.rs32 let arg_ty = arg_adjustments in check() localVariable
H A Dfrom_iter_instead_of_collect.rs18 let arg_ty = cx.typeck_results().expr_ty(&args[0]); in check() localVariable
H A Dexpect_fun_call.rs48 let arg_ty = cx.typeck_results().expr_ty(arg); in check() localVariable
H A Dor_fun_call.rs42 let arg_ty = cx.typeck_results().expr_ty(arg); in check() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Ddrop_forget_ref.rs124 let arg_ty = cx.typeck_results().expr_ty(arg); in check_expr() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/mir/
H A Dmod.rs283 let arg_ty = fx.monomorphize(arg_decl.ty); in arg_local_refs() localVariable
309 let arg_ty = fx.monomorphize(arg_decl.ty); in arg_local_refs() localVariable
H A Ddebuginfo.rs183 let arg_ty = self.monomorphize(decl.ty); in debug_introduce_local() localVariable
/dports/lang/ghc/ghc-8.10.7/compiler/stranal/
H A DWwLib.hs417 ; let arg_ty' = substTy subst arg_ty function
608 arg_ty = idType arg function
1177 arg_ty = idType arg function
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsCCall.hs198 arg_ty = exprType arg function
H A DDsArrows.hs375 (_a_ty, arg_ty) = tcSplitAppTy a_arg_ty function
400 (_a_ty, arg_ty) = tcSplitAppTy a_arg_ty function
427 arg_ty = exprType core_arg function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dabi.rs135 let arg_ty = match arg.mode { in gcc_type() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/test/ui-fulldeps/
H A Dregions-mock-tcx.rs119 let arg_ty = tcx.add_type(TypeInt); in compute_types() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/
H A Dfunction_item_references.rs51 let arg_ty = args[0].ty(self.body, self.tcx); in visit_terminator() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/fn_ctxt/
H A Dchecks.rs413 let arg_ty = self.check_expr(&arg); in check_argument_types() localVariable
417 let arg_ty = self.structurally_resolved_type(arg.span, arg_ty); in check_argument_types() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_builtin_macros/src/
H A Dglobal_allocator.rs120 fn arg_ty( in arg_ty() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dplace_op.rs385 let arg_ty = match op { in convert_place_op_to_mutable() localVariable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/infer/
H A Dexpr.rs90 let arg_ty = TyBuilder::tuple(num_args) in callable_sig_from_fn_trait() localVariable
267 let arg_ty = match arg_type { in infer_expr_inner() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/infer/
H A Dexpr.rs90 let arg_ty = TyBuilder::tuple(num_args) in callable_sig_from_fn_trait() localVariable
267 let arg_ty = match arg_type { in infer_expr_inner() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/valid/
H A Dexpression.rs806 let arg_ty = resolver.resolve(arg)?; in validate_expression() localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/valid/
H A Dexpression.rs806 let arg_ty = resolver.resolve(arg)?; in validate_expression() localVariable
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/valid/
H A Dexpression.rs914 let arg_ty = resolver.resolve(arg)?; in validate_expression() localVariable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/diagnostics/
H A Dexpr.rs513 let arg_ty = infer.type_of_expr.get(arg)?; in check_missing_refs() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dregion_name.rs379 let arg_ty = self.regioncx.universal_regions().unnormalized_input_tys in give_name_if_anonymous_region_appears_in_arguments() localVariable

1234