Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dstmt.go113 type AssignOpStmt struct { struct
114 miniStmt
115 X Node
116 AsOp Op // OADD etc
117 Y Node
118 IncDec bool // actually ++ or --