Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NoCapture

709           (!CS.paramHasAttr(ArgNo+1, Attribute::NoCapture) &&
1163 // variety of complications. A call with a nocapture argument may still
1164 // temporary store the nocapture argument's value in a temporary memory
1166 // nocapture value to other functions as long as they don't capture it.