Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3097 unsigned getMemoryFunctionKind() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4486 unsigned FunctionDecl::getMemoryFunctionKind() const { in getMemoryFunctionKind() function in FunctionDecl
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3800 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall()
10102 if (!FD || FD->getMemoryFunctionKind() != Builtin::BIstrlen) in getStrlenExprArg()