Home | History | Annotate | Download | only in fix

Lines Matching refs:isType

51 // isType tests for it.
58 if !isType(t) {
64 func isType(t string) bool {
154 if !isType(rcvr) {
167 if isType(t) {
348 if !isType(t) {
373 if !isType(t) {
406 if isType(tt) {
458 if t := typeof[n.Type]; isType(t) {
484 if isType(t) {
557 if tt := typeof[cas.List[0]]; isType(tt) {