Home | History | Annotate | Download | only in Utils

Lines Matching refs:StrCpy

271     // fit then just lower to a plain strcpy. Otherwise we'll keep our
660 // Verify the "strcpy" function prototype.
669 if (Dst == Src) // strcpy(x,x) -> x
2066 static StrCpyOpt StrCpy;
2138 case LibFunc::strcpy:
2139 return &StrCpy;