Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dfmt.go41 type fmtMode int type
78 func sconv(s *Sym, verb rune, mode fmtMode) string {
102 func sconv2(b *bytes.Buffer, s *Sym, verb rune, mode fmtMode) {
114 func symfmt(b *bytes.Buffer, s *Sym, verb rune, mode fmtMode) {
126 func pkgqual(pkg *Pkg, verb rune, mode fmtMode) string {
243 func tconv(t *Type, verb rune, mode fmtMode) string {
256 func tconv2(b *bytes.Buffer, t *Type, verb rune, mode fmtMode, visited map[*Type]int) {
524 func formatParams(b *bytes.Buffer, params []*Field, mode fmtMode, visited map[*Type]int) {
541 func fldconv(b *bytes.Buffer, f *Field, verb rune, mode fmtMode, visited map[*Type]int, isParam boo…