Searched refs:checkTypeKind (Results 1 – 2 of 2) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | check.go | 634 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
|
D | compiler.go | 236 if unexpected, _, ok := checkTypeKind(sz, kindInt); !ok {
|