Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringSyntaxChecker.cpp59 return (CheckerContext::isCLibraryFunction(FD, "strlen") && in isStrlen()
218 if (CheckerContext::isCLibraryFunction(FD, "strncat")) { in VisitCallExpr()
242 } else if (CheckerContext::isCLibraryFunction(FD, "strlcpy") || in VisitCallExpr()
243 CheckerContext::isCLibraryFunction(FD, "strlcat")) { in VisitCallExpr()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallDescription.cpp128 if (CheckerContext::isCLibraryFunction(FD) && in matchesImpl()
144 return CheckerContext::isCLibraryFunction(FD, getFunctionName()); in matchesImpl()
H A DCheckerContext.cpp49 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, in isCLibraryFunction() function in CheckerContext
H A DCallEvent.cpp148 return CheckerContext::isCLibraryFunction(FD, FunctionName); in isGlobalCFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h389 static bool isCLibraryFunction(const FunctionDecl *FD,