Home | History | Annotate | Download | only in Analysis

Lines Matching full:nocapture

62       // Note even if the argument is marked nocapture we still need to check
63 // for copies made inside the function. The nocapture attribute only
1235 // variety of complications. A call with a nocapture argument may still
1236 nocapture argument's value in a temporary memory
1238 // nocapture value to other functions as long as they don't capture it.