Home | History | Annotate | Download | only in cgo

Lines Matching defs:hasSideEffects

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