Home | History | Annotate | Download | only in AST

Lines Matching full:isstr

2517   return II && II->isStr(Str);
3413 if (FnInfo->isStr("memset"))
3415 else if (FnInfo->isStr("memcpy"))
3417 else if (FnInfo->isStr("memmove"))
3419 else if (FnInfo->isStr("memcmp"))
3421 else if (FnInfo->isStr("strncpy"))
3423 else if (FnInfo->isStr("strncmp"))
3425 else if (FnInfo->isStr("strncasecmp"))
3427 else if (FnInfo->isStr("strncat"))
3429 else if (FnInfo->isStr("strndup"))
3431 else if (FnInfo->isStr("strlen"))