Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2240 static bool isCPPStdLibraryFunction(const FunctionDecl *FD, StringRef Name) { in isCPPStdLibraryFunction() function
2266 if (isCPPStdLibraryFunction(FDecl, "copy")) { in identifyCall()
2270 } else if (isCPPStdLibraryFunction(FDecl, "copy_backward")) { in identifyCall()