Home | History | Annotate | Download | only in Utils

Lines Matching refs:StrCat

380     // Verify the "strcat" function prototype.
397 // Handle the simple, do-nothing case: strcat(x, "") -> x
467 // strncat(x, s, c) -> strcat(x, s)
468 // s is constant so the strcat can be optimized further
2060 static StrCatOpt StrCat;
2126 case LibFunc::strcat:
2127 return &StrCat;