Searched refs:predicate_shorthands (Results 1 – 3 of 3) sorted by relevance
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_query_impl/src/ |
H A D | on_disk_cache.rs | 255 predicate_shorthands: Default::default(), in serialize() 810 predicate_shorthands: FxHashMap<ty::PredicateKind<'tcx>, usize>, field 923 fn predicate_shorthands(&mut self) -> &mut FxHashMap<ty::PredicateKind<'tcx>, usize> { in predicate_shorthands() function 924 &mut self.predicate_shorthands in predicate_shorthands()
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/ |
H A D | codec.rs | 60 fn predicate_shorthands(&mut self) -> &mut FxHashMap<ty::PredicateKind<'tcx>, usize>; in predicate_shorthands() method 127 encode_with_shorthand(e, &self.skip_binder(), TyEncoder::predicate_shorthands) in encode()
|
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_metadata/src/rmeta/ |
H A D | encoder.rs | 54 predicate_shorthands: FxHashMap<ty::PredicateKind<'tcx>, usize>, field 335 fn predicate_shorthands(&mut self) -> &mut FxHashMap<ty::PredicateKind<'tcx>, usize> { in predicate_shorthands() method 336 &mut self.predicate_shorthands in predicate_shorthands() 2171 predicate_shorthands: Default::default(), in encode_metadata_impl()
|