Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h2919 unsigned getMemoryFunctionKind() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDecl.cpp4150 unsigned FunctionDecl::getMemoryFunctionKind() const { in getMemoryFunctionKind() function in FunctionDecl
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp6084 unsigned CMId = FDecl->getMemoryFunctionKind(); in CheckFunctionCall()
11963 if (!FD || FD->getMemoryFunctionKind() != Builtin::BIstrlen) in getStrlenExprArg()