Home | History | Annotate | Download | only in fix

Lines Matching defs:isType

56 // isType tests for it.
63 if !isType(t) {
69 func isType(t string) bool {
225 if !isType(rcvr) {
238 if isType(t) {
419 if !isType(t) {
444 if !isType(t) {
477 if isType(tt) {
532 if t := typeof[n.Type]; isType(t) {
558 if isType(t) {
675 if tt := typeof[cas.List[0]]; isType(tt) {