Home | History | Annotate | Download | only in Checkers

Lines Matching refs:isCLibraryFunction

232   // This check is specialized but faster then calling isCLibraryFunction.
253 if (C.isCLibraryFunction(FDecl, "snprintf") ||
254 C.isCLibraryFunction(FDecl, "sprintf"))
256 else if (C.isCLibraryFunction(FDecl, "strcpy") ||
257 C.isCLibraryFunction(FDecl, "stpcpy") ||
258 C.isCLibraryFunction(FDecl, "strcat"))
260 else if (C.isCLibraryFunction(FDecl, "bcopy"))
262 else if (C.isCLibraryFunction(FDecl, "strdup") ||
263 C.isCLibraryFunction(FDecl, "strdupa"))
265 else if (C.isCLibraryFunction(FDecl, "wcsdup"))
723 if (C.isCLibraryFunction(FDecl, "malloc") ||
724 C.isCLibraryFunction(FDecl, "calloc") ||
725 C.isCLibraryFunction(FDecl, "alloca"))
727 else if (C.isCLibraryFunction(FDecl, "memccpy"))
729 else if (C.isCLibraryFunction(FDecl, "realloc"))
731 else if (C.isCLibraryFunction(FDecl, "bcopy"))