...
Run Format

Package bloop

import "cmd/compile/internal/bloop"
Overview
Index

Overview ▾

Index ▾

Package files

bloop.go

func BloopWalk

func BloopWalk(pkg *ir.Package)

BloopWalk performs a walk on all functions in the package if it imports testing and wrap the results of all qualified statements in a runtime.KeepAlive intrinsic call. See package doc for more details.

for b.Loop() {...}

loop's body.