/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 350 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 2060 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID, in CheckBuiltinFunctionCall() 3021 const NamedDecl *FDecl, in CheckNonNullArguments() 3116 void Sema::CheckArgAlignment(SourceLocation Loc, NamedDecl *FDecl, in CheckArgAlignment() 3151 void Sema::checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, in checkCall() 3342 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall() 3358 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() 4128 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in BuiltinAtomicOverloaded() local 4499 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in BuiltinNontemporalOverloaded() local 5308 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in BuiltinConstantArg() local 8077 static unsigned getAbsoluteValueFunctionKind(const FunctionDecl *FDecl) { in getAbsoluteValueFunctionKind() [all …]
|
H A D | SemaExpr.cpp | 1025 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion() 3115 if (const auto *FDecl = dyn_cast<FunctionDecl>(D)) { in UseArgumentDependentLookup() local 5651 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType() 5696 FunctionDecl *FDecl, in TryTypoCorrectionForCall() 5755 FunctionDecl *FDecl, in ConvertArgumentsForCall() 5894 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() 6157 FunctionDecl *FDecl, in rewriteBuiltinFunctionDecl() 6517 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); in BuildCallExpr() local 6663 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
|
H A D | SemaObjC.cpp | 2270 void SemaObjC::DiagnoseCStringFormatDirectiveInCFAPI(const NamedDecl *FDecl, in DiagnoseCStringFormatDirectiveInCFAPI()
|
H A D | SemaOverload.cpp | 13927 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local 13998 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local 14064 const FunctionDecl *FDecl = Best->Function; in BuildOverloadedCallExpr() local
|
H A D | SemaCodeComplete.cpp | 3809 auto FDecl = Result.getFunction(); in getParameterComment() local 4008 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
|
H A D | SemaLookup.cpp | 3257 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 66 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) in isBuiltinUnreachable() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1152 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 1076 const FunctionDecl *FDecl = CallDecl->getAsFunction(); in getPrintfFormatArgumentNum() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1076 Function *FDecl; in importFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 211 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local 5831 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1580 const auto *FDecl = getDirectCallee(); in getBuiltinCallee() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1821 if (const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(TargetDecl)) { in HasStrictReturn() local
|