Home
last modified time | relevance | path

Searched defs:closure_kind (Results 1 – 20 of 20) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/clauses/builtin_traits/
H A Dfn_family.rs113 let closure_kind = db.closure_kind(*closure_id, &substitution); in add_fn_trait_program_clauses() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/clauses/builtin_traits/
H A Dfn_family.rs113 let closure_kind = db.closure_kind(*closure_id, &substitution); in add_fn_trait_program_clauses() localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/clauses/builtin_traits/
H A Dfn_family.rs113 let closure_kind = db.closure_kind(*closure_id, &substitution); in add_fn_trait_program_clauses() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dmove_errors.rs338 let closure_kind = match closure_kind_ty.to_opt_closure_kind() { in report_cannot_move_from_borrowed_content() localVariable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/
H A Dlib.rs132 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind; in closure_kind() method
H A Dlogging_db.rs258 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind { in closure_kind() function
508 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind { in closure_kind() function
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/
H A Dlib.rs132 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind; in closure_kind() method
H A Dlogging_db.rs258 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind { in closure_kind() function
508 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind { in closure_kind() function
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/
H A Dlib.rs132 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind; in closure_kind() method
H A Dlogging_db.rs258 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind { in closure_kind() function
508 fn closure_kind(&self, closure_id: ClosureId<I>, substs: &Substitution<I>) -> ClosureKind { in closure_kind() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/display/
H A Dstub.rs194 fn closure_kind( in closure_kind() method
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/display/
H A Dstub.rs194 fn closure_kind( in closure_kind() method
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve-0.55.0/src/display/
H A Dstub.rs194 fn closure_kind( in closure_kind() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/build/expr/
H A Das_place.rs601 let closure_kind = if let ty::Closure(_, closure_substs) = closure_ty.kind() { in lower_captured_upvar() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_traits/src/chalk/
H A Ddb.rs590 fn closure_kind( in closure_kind() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_ty/src/
H A Dchalk_db.rs294 fn closure_kind( in closure_kind() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dutil.rs490 let closure_kind = closure_kind_ty.to_opt_closure_kind()?; in closure_env_ty() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_ty/src/
H A Dchalk_db.rs293 fn closure_kind( in closure_kind() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dupvar.rs392 let mut closure_kind = ty::ClosureKind::LATTICE_BOTTOM; in process_collected_capture_information() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dmod.rs1542 pub fn closure_kind(&self, closure_substs: SubstsRef<'tcx>) -> Option<ty::ClosureKind> { in closure_kind() method