Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13078 void checkFortifiedBuiltinMemoryFunction(FunctionDecl *FD, CallExpr *TheCall);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp997 void Sema::checkFortifiedBuiltinMemoryFunction(FunctionDecl *FD, in checkFortifiedBuiltinMemoryFunction() function in Sema
H A DSemaExpr.cpp7191 checkFortifiedBuiltinMemoryFunction(FDecl, TheCall); in BuildResolvedCallExpr()