Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/loopvar/
Dloopvar.go19 type VarAndLoop struct { struct
20 Name *ir.Name
21 Loop ir.Node // the *ir.RangeStmt or *ir.ForStmt. Used for identity and position
22 LastPos src.XPos // the last position observed within Loop
519 func LogTransformations(transformed []VarAndLoop) {