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