Home
last modified time | relevance | path

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

/external/syzkaller/pkg/compiler/
Dcheck.go634 if unexpected, _, ok := checkTypeKind(attr, kindIdent); !ok {
665 if unexpected, _, ok := checkTypeKind(t, kindIdent); !ok {
890 if unexpected, _, ok := checkTypeKind(arg, kindIdent); !ok {
901 if unexpected, expect, ok := checkTypeKind(arg, desc.Kind); !ok {
953 func checkTypeKind(t *ast.Type, kind int) (unexpected string, expect string, ok bool) { func
Dcompiler.go236 if unexpected, _, ok := checkTypeKind(sz, kindInt); !ok {