Home
last modified time | relevance | path

Searched refs:TDDDFIELD (Results 1 – 6 of 6) sorted by last modified time

/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dtypes.go60 TDDDFIELD = types.TDDDFIELD // wrapper: contained type is a ... field const
H A Dbexport.go739 case TDDDFIELD:
H A Dbimport.go553 t = p.newtyp(TDDDFIELD)
740 if f.Type.Etype == TDDDFIELD {
H A Dfmt.go892 case TDDDFIELD:
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/types/
H A Dtype.go69 TDDDFIELD // wrapper: contained type is a ... field const
433 case TDDDFIELD:
542 t := New(TDDDFIELD)
762 t.wantEtype(TDDDFIELD)
H A Dutils.go116 TDDDFIELD: "TDDDFIELD",