Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp236 if ((BId = FDecl->getMemoryFunctionKind())) in REGISTER_SET_WITH_PROGRAMSTATE()
715 if ((BId = FDecl->getMemoryFunctionKind())) in checkTaintedBufferSize()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h2555 unsigned getMemoryFunctionKind() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3641 unsigned FunctionDecl::getMemoryFunctionKind() const { in getMemoryFunctionKind() function in FunctionDecl
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp4246 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall()
9344 if (!FD || FD->getMemoryFunctionKind() != Builtin::BIstrlen) in getStrlenExprArg()