Searched refs:isCPPStdLibraryFunction (Results 1 – 1 of 1) sorted by relevance
2240 static bool isCPPStdLibraryFunction(const FunctionDecl *FD, StringRef Name) { in isCPPStdLibraryFunction() function2266 if (isCPPStdLibraryFunction(FDecl, "copy")) { in identifyCall()2270 } else if (isCPPStdLibraryFunction(FDecl, "copy_backward")) { in identifyCall()