Lines Matching refs:isStr
2999 return II && II->isStr(Str); in isNamed()
3148 RD->getIdentifier()->isStr("destroying_delete_t"); in isDestroyingOperatorDelete()
4043 if (FnInfo->isStr("memset")) in getMemoryFunctionKind()
4045 else if (FnInfo->isStr("memcpy")) in getMemoryFunctionKind()
4047 else if (FnInfo->isStr("mempcpy")) in getMemoryFunctionKind()
4049 else if (FnInfo->isStr("memmove")) in getMemoryFunctionKind()
4051 else if (FnInfo->isStr("memcmp")) in getMemoryFunctionKind()
4053 else if (FnInfo->isStr("bcmp")) in getMemoryFunctionKind()
4055 else if (FnInfo->isStr("strncpy")) in getMemoryFunctionKind()
4057 else if (FnInfo->isStr("strncmp")) in getMemoryFunctionKind()
4059 else if (FnInfo->isStr("strncasecmp")) in getMemoryFunctionKind()
4061 else if (FnInfo->isStr("strncat")) in getMemoryFunctionKind()
4063 else if (FnInfo->isStr("strndup")) in getMemoryFunctionKind()
4065 else if (FnInfo->isStr("strlen")) in getMemoryFunctionKind()
4067 else if (FnInfo->isStr("bzero")) in getMemoryFunctionKind()
4070 if (FnInfo->isStr("free")) in getMemoryFunctionKind()