Searched defs:InlinedCallExpr (Results 1 – 3 of 3) sorted by relevance
370 type InlinedCallExpr struct { struct371 miniExpr372 Body Nodes373 ReturnVars Nodes // must be side-effect free385 func (n *InlinedCallExpr) SingleResult() Node {
353 func UpdateCallsiteTable(callerfn *ir.Func, n *ir.CallExpr, ic *ir.InlinedCallExpr) {
493 …gion(fn *ir.Func, region ir.Nodes, cstab CallSiteTab, doCallResults bool, ic *ir.InlinedCallExpr) {