Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp477 if ((BId = FDecl->getMemoryFunctionKind())) { in getTaintPropagationRule()
891 if ((BId = FDecl->getMemoryFunctionKind())) { in checkTaintedBufferSize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2772 unsigned getMemoryFunctionKind() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3997 unsigned FunctionDecl::getMemoryFunctionKind() const { in getMemoryFunctionKind() function in FunctionDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp4763 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall()
10360 if (!FD || FD->getMemoryFunctionKind() != Builtin::BIstrlen) in getStrlenExprArg()