Lines Matching refs:isStr
3155 return II && II->isStr(Str); in isNamed()
3308 RD->getIdentifier()->isStr("destroying_delete_t"); in isDestroyingOperatorDelete()
4229 if (FnInfo->isStr("memset")) in getMemoryFunctionKind()
4231 if (FnInfo->isStr("memcpy")) in getMemoryFunctionKind()
4233 if (FnInfo->isStr("mempcpy")) in getMemoryFunctionKind()
4235 if (FnInfo->isStr("memmove")) in getMemoryFunctionKind()
4237 if (FnInfo->isStr("memcmp")) in getMemoryFunctionKind()
4239 if (FnInfo->isStr("bcmp")) in getMemoryFunctionKind()
4241 if (FnInfo->isStr("strncpy")) in getMemoryFunctionKind()
4243 if (FnInfo->isStr("strncmp")) in getMemoryFunctionKind()
4245 if (FnInfo->isStr("strncasecmp")) in getMemoryFunctionKind()
4247 if (FnInfo->isStr("strncat")) in getMemoryFunctionKind()
4249 if (FnInfo->isStr("strndup")) in getMemoryFunctionKind()
4251 if (FnInfo->isStr("strlen")) in getMemoryFunctionKind()
4253 if (FnInfo->isStr("bzero")) in getMemoryFunctionKind()
4256 if (FnInfo->isStr("free")) in getMemoryFunctionKind()