Home
last modified time | relevance | path

Searched defs:FnDecl (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRetainPtrCtorAdoptChecker.cpp233 auto *FnDecl = CalleeDecl ? CalleeDecl->getAsFunction() : nullptr; in checkCreateOrCopyFunction() local
375 if (auto *FnDecl = dyn_cast<FunctionDecl>(DeclWithIssue)) in visitReturnStmt() local
H A DPtrTypesSemantics.cpp554 if (auto *FnDecl = dyn_cast<FunctionDecl>(D)) { in IsFunctionTrivial() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7315 const FunctionDecl *FnDecl = D->getAsFunction(); in CheckCompletedCXXClass() local
16403 FunctionDecl *FnDecl = FnTemplateDecl->getTemplatedDecl(); in BuildTypeAwareUsualDelete() local
16453 const FunctionDecl *FnDecl) { in CheckOperatorNewDeleteDeclarationScope()
16521 Sema &SemaRef, FunctionDecl *FnDecl, AllocationOperatorKind OperatorKind, in CheckOperatorNewDeleteTypes()
16653 static bool CheckOperatorNewDeclaration(Sema &SemaRef, FunctionDecl *FnDecl) { in CheckOperatorNewDeclaration()
16674 CheckOperatorDeleteDeclaration(Sema &SemaRef, FunctionDecl *FnDecl) { in CheckOperatorDeleteDeclaration()
16752 bool Sema::CheckOverloadedOperatorDeclaration(FunctionDecl *FnDecl) { in CheckOverloadedOperatorDeclaration()
16976 bool Sema::CheckLiteralOperatorDeclaration(FunctionDecl *FnDecl) { in CheckLiteralOperatorDeclaration()
H A DSemaExprCXX.cpp2708 FunctionDecl *FnDecl = Best->Function; in resolveAllocationOverloadInterior() local
4238 FunctionDecl *FnDecl = Best->Function; in resolveBuiltinNewDeleteOverload() local
H A DSemaOverload.cpp15049 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedUnaryOp() local
15333 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedBinOp() local
15896 FunctionDecl *FnDecl = Best->Function; in CreateOverloadedArraySubscriptExpr() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp320 if (const auto *FnDecl = CE->getDirectCallee(); in findStmtsInUnspecifiedPointerContext() local
532 auto *FnDecl = CE->getDirectCallee(); in isPtrBufferSafe() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DARM.cpp8012 llvm::Function *FnDecl; in EmitBPFBuiltinExpr() local