Home
last modified time | relevance | path

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

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