Home | History | Annotate | Download | only in Checkers

Lines Matching full:mempcpy

929     // If this is mempcpy, get the byte after the last byte copied and 
986 // void *mempcpy(void *restrict dst, const void *restrict src, size_t n);
1828 else if (C.isCLibraryFunction(FDecl, "mempcpy"))