Home
last modified time | relevance | path

Searched refs:isCPPStdLibraryFunction (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1998 static bool isCPPStdLibraryFunction(const FunctionDecl *FD, StringRef Name) { in isCPPStdLibraryFunction() function
2059 else if (isCPPStdLibraryFunction(FDecl, "copy")) in evalCall()
2061 else if (isCPPStdLibraryFunction(FDecl, "copy_backward")) in evalCall()