Lines Matching refs:NoCapture
43 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrLen()
92 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitStrNCmp()
93 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrNCmp()
119 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrCpy()
142 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitStrNCpy()
215 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitMemCmp()
216 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitMemCmp()
320 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitPutS()
344 AS[0] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitFPutC()
377 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitFPutS()
378 AS[1] = AttributeSet::get(M->getContext(), 2, Attribute::NoCapture); in EmitFPutS()
409 AS[0] = AttributeSet::get(M->getContext(), 1, Attribute::NoCapture); in EmitFWrite()
410 AS[1] = AttributeSet::get(M->getContext(), 4, Attribute::NoCapture); in EmitFWrite()