Home
last modified time | relevance | path

Searched refs:UserFacing (Results 1 – 10 of 10) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/infinite/
H A Dinfinite-struct.stderr22 … value: ParamEnvAnd { param_env: ParamEnv { caller_bounds: [], reveal: UserFacing }, value: Take }…
H A Dinfinite-tag-type-recursion.stderr21 … value: ParamEnvAnd { param_env: ParamEnv { caller_bounds: [], reveal: UserFacing }, value: MList …
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/users/src/
H A Duser.cpp321 KJob::setError(static_cast<int>(Error::UserFacing)); in start()
329 KJob::setError(static_cast<int>(Error::UserFacing)); in start()
H A Duser.h32 UserFacing, enumerator
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dmod.rs1232 traits::Reveal::UserFacing => 0, in into_usize()
1239 0 => traits::Reveal::UserFacing, in from_usize()
1280 Self::new(List::empty(), Reveal::UserFacing) in empty()
1312 self.packed.set_tag(Reveal::UserFacing); in with_user_facing()
1353 Reveal::UserFacing => ParamEnvAnd { param_env: self, value }, in and()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/query/
H A Dnormalize.rs215 Reveal::UserFacing => ty.super_fold_with(self), in fold_ty()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dcompare_method.rs212 ty::ParamEnv::new(tcx.intern_predicates(&hybrid_preds.predicates), Reveal::UserFacing); in compare_predicate_entailment()
1182 ty::ParamEnv::new(tcx.intern_predicates(&hybrid_preds.predicates), Reveal::UserFacing); in compare_type_predicate_entailment()
1367 ty::ParamEnv::new(tcx.intern_predicates(&predicates), Reveal::UserFacing) in check_type_bounds()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ty_utils/src/
H A Dty.rs289 ty::ParamEnv::new(tcx.intern_predicates(&predicates), traits::Reveal::UserFacing); in param_env()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/traits/
H A Dmod.rs65 UserFacing, enumerator
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/
H A Dproject.rs300 Reveal::UserFacing => value in needs_normalization()
398 Reveal::UserFacing => ty.super_fold_with(self), in fold_ty()