Home | History | Annotate | Download | only in cgo

Lines Matching defs:hasSideEffects

934 	if !p.hasSideEffects(f, index.X) {
942 // hasSideEffects returns whether the expression x has any side
945 func (p *Package) hasSideEffects(f *File, x ast.Expr) bool {