Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13881 void checkFortifiedBuiltinMemoryFunction(FunctionDecl *FD, CallExpr *TheCall);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1109 void Sema::checkFortifiedBuiltinMemoryFunction(FunctionDecl *FD, in checkFortifiedBuiltinMemoryFunction() function in Sema
H A DSemaExpr.cpp7746 checkFortifiedBuiltinMemoryFunction(FDecl, TheCall); in BuildResolvedCallExpr()