Home
last modified time | relevance | path

Searched defs:IsComparable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dalg.go66 func IsComparable(t *Type) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dinterface.go100 func (t *Interface) IsComparable() bool { return t.typeSet().IsComparable(nil) } func
Dtypeset.go42 func (s *_TypeSet) IsComparable(seen map[Type]bool) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dtypeset.go45 func (s *_TypeSet) IsComparable(seen map[Type]bool) bool { func
Dinterface.go123 func (t *Interface) IsComparable() bool { return t.typeSet().IsComparable(nil) } func