Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp477 if ((BId = FDecl->getMemoryFunctionKind())) { in getTaintPropagationRule()
891 if ((BId = FDecl->getMemoryFunctionKind())) { in checkTaintedBufferSize()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2798 unsigned getMemoryFunctionKind() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3990 unsigned FunctionDecl::getMemoryFunctionKind() const { in getMemoryFunctionKind() function in FunctionDecl
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5012 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall()
10632 if (!FD || FD->getMemoryFunctionKind() != Builtin::BIstrlen) in getStrlenExprArg()