Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/fix/
Dtypecheck.go77 type TypeConfig struct { struct
78 Type map[string]*Type
79 Var map[string]string
80 Func map[string]string
85 External map[string]string
90 func (cfg *TypeConfig) typeof(name string) string {
145 func typecheck(cfg *TypeConfig, f *ast.File) (typeof map[any]string, assign map[string][]any) {
316 func typecheck1(cfg *TypeConfig, f any, typeof map[any]string, assign map[string][]any) {