Home
last modified time | relevance | path

Searched refs:pretty_print_type (Results 1 – 5 of 5) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/interpret/intrinsics/
H A Dtype_name.rs50 | ty::Dynamic(_, _) => self.pretty_print_type(ty), in print_type()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_symbol_mangling/src/
H A Dlegacy.rs227 _ => self.pretty_print_type(ty), in print_type()
/dports/devel/liteide/gocode-cfcb188102ae/
H A Dautocompletecontext.go84 decl.pretty_print_type(b.tmpbuf, b.canonical_aliases)
H A Ddecl.go433 func (d *decl) pretty_print_type(out io.Writer, canonical_aliases map[string]string) { func
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/print/
H A Dpretty.rs544 fn pretty_print_type(mut self, ty: Ty<'tcx>) -> Result<Self::Type, Self::Error> { in pretty_print_type() method
1668 self.pretty_print_type(ty) in print_type()