Searched refs:CheckConsts (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | types.go | 29 CheckConsts func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) member 46 CheckConsts func(comp *compiler, t *ast.Type) member 133 CheckConsts: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) { 363 CheckConsts: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) { 466 CheckConsts: func(comp *compiler, t *ast.Type, args []*ast.Type, base prog.IntTypeCommon) { 771 CheckConsts: func(comp *compiler, t *ast.Type) { 786 CheckConsts: func(comp *compiler, t *ast.Type) {
|
D | check.go | 250 if desc.CheckConsts != nil { 251 desc.CheckConsts(comp, t, args, base) 254 if check := desc.Args[i].Type.CheckConsts; check != nil {
|