Lines Matching refs:isStr
2412 return II && II->isStr(Str); in isNamed()
3274 if (FnInfo->isStr("memset")) in getMemoryFunctionKind()
3276 else if (FnInfo->isStr("memcpy")) in getMemoryFunctionKind()
3278 else if (FnInfo->isStr("memmove")) in getMemoryFunctionKind()
3280 else if (FnInfo->isStr("memcmp")) in getMemoryFunctionKind()
3282 else if (FnInfo->isStr("strncpy")) in getMemoryFunctionKind()
3284 else if (FnInfo->isStr("strncmp")) in getMemoryFunctionKind()
3286 else if (FnInfo->isStr("strncasecmp")) in getMemoryFunctionKind()
3288 else if (FnInfo->isStr("strncat")) in getMemoryFunctionKind()
3290 else if (FnInfo->isStr("strndup")) in getMemoryFunctionKind()
3292 else if (FnInfo->isStr("strlen")) in getMemoryFunctionKind()