Home | History | Annotate | Download | only in gc

Lines Matching refs:IsInterface

611 					if r.Type.IsInterface() && !l.Type.IsInterface() && !l.Type.IsComparable() {
618 if r.Type.IsInterface() == l.Type.IsInterface() || l.Type.Width >= 1<<16 {
633 if l.Type.IsInterface() && !r.Type.IsInterface() && !r.Type.IsComparable() {
640 if r.Type.IsInterface() == l.Type.IsInterface() || r.Type.Width >= 1<<16 {
657 if r.Type.IsInterface() == l.Type.IsInterface() || aop == 0 {
747 if r.Type.IsInterface() == l.Type.IsInterface() {
879 if t.IsPtr() && !t.Elem().IsInterface() {
901 case t.IsPtr() && t.Elem().IsInterface():
945 if !t.IsInterface() {
960 if n.Type != nil && !n.Type.IsInterface() {
1917 if !t.IsInterface() {
2358 if t.IsInterface() {
2418 if t.IsStruct() || t.IsInterface() {
2448 if t.IsInterface() {