Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Ddb.rs132 fn generic_predicates(&self, def: GenericDefId) -> Arc<[Binders<QuantifiedWhereClause>]>; in generic_predicates() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dexpr.rs1757 let generic_predicates = self.db.generic_predicates(def.into()); in register_obligations_for_call() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs1563 let generic_predicates = self.super_predicates_of(trait_did); in super_traits_of() localVariable