Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2849 unsigned getMemoryFunctionKind() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp4116 unsigned FunctionDecl::getMemoryFunctionKind() const { in getMemoryFunctionKind() function in FunctionDecl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp5887 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall()
11640 if (!FD || FD->getMemoryFunctionKind() != Builtin::BIstrlen) in getStrlenExprArg()