reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Decl.cpp
 3803   if (!FnInfo)
 3871       if (FnInfo->isStr("memset"))
 3873       else if (FnInfo->isStr("memcpy"))
 3875       else if (FnInfo->isStr("memmove"))
 3877       else if (FnInfo->isStr("memcmp"))
 3879       else if (FnInfo->isStr("bcmp"))
 3881       else if (FnInfo->isStr("strncpy"))
 3883       else if (FnInfo->isStr("strncmp"))
 3885       else if (FnInfo->isStr("strncasecmp"))
 3887       else if (FnInfo->isStr("strncat"))
 3889       else if (FnInfo->isStr("strndup"))
 3891       else if (FnInfo->isStr("strlen"))
 3893       else if (FnInfo->isStr("bzero"))