Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13855 bool CheckPointerCall(NamedDecl *NDecl, CallExpr *TheCall,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7728 bool Sema::CheckPointerCall(NamedDecl *NDecl, CallExpr *TheCall, in CheckPointerCall() function in Sema
H A DSemaExpr.cpp7751 if (CheckPointerCall(NDecl, TheCall, Proto)) in BuildResolvedCallExpr()