Searched defs:callSiteTableBuilder (Results 1 – 1 of 1) sorted by relevance
21 type callSiteTableBuilder struct { struct22 fn *ir.Func23 *nameFinder24 cstab CallSiteTab25 ptab map[ir.Node]pstate26 nstack []ir.Node27 loopNest int28 isInit bool71 func (cstb *callSiteTableBuilder) flagsForNode(call *ir.CallExpr) CSPropBits {105 func (cstb *callSiteTableBuilder) determinePanicPathBits(call ir.Node, r CSPropBits) CSPropBits {[all …]