Home
last modified time | relevance | path

Searched defs:existential_predicates (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_analysis/src/astconv/
Dobject_safety.rs372 let existential_predicates = tcx.mk_poly_existential_predicates(&v); in conv_object_ty_poly_trait_ref() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/select/
Dconfirmation.rs949 let existential_predicates = tcx.mk_poly_existential_predicates_from_iter(iter); in confirm_trait_upcasting_unsize_candidate() localVariable
1042 let existential_predicates = tcx.mk_poly_existential_predicates_from_iter(iter); in confirm_builtin_unsize_candidate() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/
Dobject_safety.rs662 let existential_predicates = tcx.mk_poly_existential_predicates_from_iter( in object_ty_for_trait() localVariable
/third_party/rust/rust/compiler/rustc_symbol_mangling/src/typeid/
Dtypeid_itanium_cxx_abi.rs1113 let existential_predicates = tcx.mk_poly_existential_predicates(&[ty::Binder::dummy( in typeid_for_instance() localVariable