Searched defs:typeSwitch (Results 1 – 2 of 2) sorted by relevance
713 type typeSwitch struct { struct715 srcName ir.Node // value being type-switched on716 hashName ir.Node // type hash of the value being type-switched on717 okName ir.Node // boolean used for comma-ok type assertions718 itabName ir.Node // itab value to use for first word of non-empty interface726 func (s *typeSwitch) flush(cc []typeClause, compiled *ir.Nodes) {763 func (s *typeSwitch) tryJumpTable(cc []typeClause, out *ir.Nodes) bool {
104 func typeSwitch(x any) int { func