Searched defs:VarAndLoop (Results 1 – 1 of 1) sorted by relevance
19 type VarAndLoop struct { struct20 Name *ir.Name21 Loop ir.Node // the *ir.RangeStmt or *ir.ForStmt. Used for identity and position22 LastPos src.XPos // the last position observed within Loop519 func LogTransformations(transformed []VarAndLoop) {