Searched refs:isCPPStdLibraryFunction (Results 1 – 1 of 1) sorted by relevance
1998 static bool isCPPStdLibraryFunction(const FunctionDecl *FD, StringRef Name) { in isCPPStdLibraryFunction() function2059 else if (isCPPStdLibraryFunction(FDecl, "copy")) in evalCall()2061 else if (isCPPStdLibraryFunction(FDecl, "copy_backward")) in evalCall()