Home | History | Annotate | Download | only in gc

Lines Matching full:callkind

2543 type callKind int8
2546 callNormal callKind = iota
2920 func (s *state) call(n *Node, k callKind) *ssa.Value {