Searched defs:typeConv (Results 1 – 2 of 2) sorted by relevance
524 func (p *Package) loadDWARF(f *File, conv *typeConv, names []*Name) {2261 type typeConv struct { struct2263 m map[string]*Type2266 ptrs map[string][]*Type2269 ptrKeys []dwarf.Type2272 getTypeIDs map[string]bool2275 incompleteStructs map[string]bool2278 bool ast.Expr2279 byte ast.Expr // denotes padding2280 int8, int16, int32, int64 ast.Expr[all …]
448 private static void typeConv(byte[] a, byte[] b) { in typeConv() method in Main