• Home
  • Raw
  • Download

Lines Matching refs:AttributeWithIndex

43   AttributeWithIndex AWI[2];  in EmitStrLen()
44 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitStrLen()
45 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly | in EmitStrLen()
69 AttributeWithIndex AWI[2]; in EmitStrNLen()
70 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitStrNLen()
71 AWI[1] = AttributeWithIndex::get(~0u, Attribute::ReadOnly | in EmitStrNLen()
96 AttributeWithIndex AWI = in EmitStrChr()
97 AttributeWithIndex::get(~0u, Attribute::ReadOnly | Attribute::NoUnwind); in EmitStrChr()
118 AttributeWithIndex AWI[3]; in EmitStrNCmp()
119 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitStrNCmp()
120 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitStrNCmp()
121 AWI[2] = AttributeWithIndex::get(~0u, Attribute::ReadOnly | in EmitStrNCmp()
148 AttributeWithIndex AWI[2]; in EmitStrCpy()
149 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitStrCpy()
150 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind); in EmitStrCpy()
170 AttributeWithIndex AWI[2]; in EmitStrNCpy()
171 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitStrNCpy()
172 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind); in EmitStrNCpy()
194 AttributeWithIndex AWI; in EmitMemCpyChk()
195 AWI = AttributeWithIndex::get(~0u, Attribute::NoUnwind); in EmitMemCpyChk()
221 AttributeWithIndex AWI; in EmitMemChr()
222 AWI = AttributeWithIndex::get(~0u, Attribute::ReadOnly | Attribute::NoUnwind); in EmitMemChr()
246 AttributeWithIndex AWI[3]; in EmitMemCmp()
247 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitMemCmp()
248 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitMemCmp()
249 AWI[2] = AttributeWithIndex::get(~0u, Attribute::ReadOnly | in EmitMemCmp()
325 AttributeWithIndex AWI[2]; in EmitPutS()
326 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitPutS()
327 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind); in EmitPutS()
347 AttributeWithIndex AWI[2]; in EmitFPutC()
348 AWI[0] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitFPutC()
349 AWI[1] = AttributeWithIndex::get(~0u, Attribute::NoUnwind); in EmitFPutC()
378 AttributeWithIndex AWI[3]; in EmitFPutS()
379 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitFPutS()
380 AWI[1] = AttributeWithIndex::get(2, Attribute::NoCapture); in EmitFPutS()
381 AWI[2] = AttributeWithIndex::get(~0u, Attribute::NoUnwind); in EmitFPutS()
409 AttributeWithIndex AWI[3]; in EmitFWrite()
410 AWI[0] = AttributeWithIndex::get(1, Attribute::NoCapture); in EmitFWrite()
411 AWI[1] = AttributeWithIndex::get(4, Attribute::NoCapture); in EmitFWrite()
412 AWI[2] = AttributeWithIndex::get(~0u, Attribute::NoUnwind); in EmitFWrite()