Home
last modified time | relevance | path

Searched defs:exprClause (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dswitch.go134 type exprClause struct { struct
135 pos src.XPos
136 lo, hi ir.Node
137 rtype ir.Node // *runtime._type for OEQ node
138 jmp ir.Node
334 func (c *exprClause) test(exprname ir.Node) ir.Node {
881 func stringSearch(expr ir.Node, cc []exprClause, out *ir.Nodes) {