Searched refs:NewNilExpr (Results 1 – 5 of 5) sorted by relevance
73 return typed(typ, ir.NewNilExpr(pos))
22 n = ir.NewNilExpr(pos)
132 n := ir.NewNilExpr(base.Pos)
1305 n := ir.NewNilExpr(pos)
420 func NewNilExpr(pos src.XPos) *NilExpr { func