Home | History | Annotate | Download | only in Utils

Lines Matching full:strcat

352     // Verify the "strcat" function prototype.
369 // Handle the simple, do-nothing case: strcat(x, "") -> x
438 // strncat(x, s, c) -> strcat(x, s)
439 // s is constant so the strcat can be optimized further
1719 static StrCatOpt StrCat;
1780 case LibFunc::strcat:
1781 return &StrCat;