Lines Matching refs:isStr
3032 return II && II->isStr(Str); in isNamed()
3181 RD->getIdentifier()->isStr("destroying_delete_t"); in isDestroyingOperatorDelete()
4076 if (FnInfo->isStr("memset")) in getMemoryFunctionKind()
4078 if (FnInfo->isStr("memcpy")) in getMemoryFunctionKind()
4080 if (FnInfo->isStr("mempcpy")) in getMemoryFunctionKind()
4082 if (FnInfo->isStr("memmove")) in getMemoryFunctionKind()
4084 if (FnInfo->isStr("memcmp")) in getMemoryFunctionKind()
4086 if (FnInfo->isStr("bcmp")) in getMemoryFunctionKind()
4088 if (FnInfo->isStr("strncpy")) in getMemoryFunctionKind()
4090 if (FnInfo->isStr("strncmp")) in getMemoryFunctionKind()
4092 if (FnInfo->isStr("strncasecmp")) in getMemoryFunctionKind()
4094 if (FnInfo->isStr("strncat")) in getMemoryFunctionKind()
4096 if (FnInfo->isStr("strndup")) in getMemoryFunctionKind()
4098 if (FnInfo->isStr("strlen")) in getMemoryFunctionKind()
4100 if (FnInfo->isStr("bzero")) in getMemoryFunctionKind()
4103 if (FnInfo->isStr("free")) in getMemoryFunctionKind()