Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dexpr.go354 type StructKeyExpr struct { struct
355 miniExpr
356 Field *types.Field
357 Value Node
367 func (n *StructKeyExpr) Sym() *types.Sym { return n.Field.Sym }