Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/
Dgcc.go524 func (p *Package) loadDWARF(f *File, conv *typeConv, names []*Name) {
2261 type typeConv struct { struct
2263 m map[string]*Type
2266 ptrs map[string][]*Type
2269 ptrKeys []dwarf.Type
2272 getTypeIDs map[string]bool
2275 incompleteStructs map[string]bool
2278 bool ast.Expr
2279 byte ast.Expr // denotes padding
2280 int8, int16, int32, int64 ast.Expr
[all …]
/aosp_15_r20/art/test/623-checker-loop-regressions/src/
H A DMain.java448 private static void typeConv(byte[] a, byte[] b) { in typeConv() method in Main