Home
last modified time | relevance | path

Searched defs:FDecl (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h350 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp2060 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 DSemaExpr.cpp1025 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 DSemaObjC.cpp2270 void SemaObjC::DiagnoseCStringFormatDirectiveInCFAPI(const NamedDecl *FDecl, in DiagnoseCStringFormatDirectiveInCFAPI()
H A DSemaOverload.cpp13927 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 DSemaCodeComplete.cpp3809 auto FDecl = Result.getFunction(); in getParameterComment() local
4008 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
H A DSemaLookup.cpp3257 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp66 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) in isBuiltinUnreachable() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1152 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp1076 const FunctionDecl *FDecl = CallDecl->getAsFunction(); in getPrintfFormatArgumentNum() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1076 Function *FDecl; in importFunction() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp211 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 DExpr.cpp1580 const auto *FDecl = getDirectCallee(); in getBuiltinCallee() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1821 if (const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(TargetDecl)) { in HasStrictReturn() local