Home
last modified time | relevance | path

Searched refs:normalizeGoDeferCall (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Dstmt.go203 call := normalizeGoDeferCall(n.Pos(), n.Op(), n.Call, n.PtrInit())
220 func normalizeGoDeferCall(pos src.XPos, op ir.Op, call ir.Node, init *ir.Nodes) *ir.CallExpr { func