Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCStringSyntaxChecker.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()
HDVforkChecker.cpp86 if (!FD || !C.isCLibraryFunction(FD)) in isVforkCall()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCallDescription.cpp129 if (CheckerContext::isCLibraryFunction(FD) && in matchesImpl()
145 return CheckerContext::isCLibraryFunction(FD, getFunctionName()); in matchesImpl()
HDCheckerContext.cpp49 bool CheckerContext::isCLibraryFunction(const FunctionDecl *FD, in isCLibraryFunction() function in CheckerContext
HDCallEvent.cpp149 return CheckerContext::isCLibraryFunction(FD, FunctionName); in isGlobalCFunction()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h378 static bool isCLibraryFunction(const FunctionDecl *FD,