Home
last modified time | relevance | path

Searched refs:CheckConsts (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/pkg/compiler/
Dtypes.go29 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) {
Dcheck.go250 if desc.CheckConsts != nil {
251 desc.CheckConsts(comp, t, args, base)
254 if check := desc.Args[i].Type.CheckConsts; check != nil {