Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1100 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h310 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp64 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) in isBuiltinUnreachable() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp5684 const NamedDecl *FDecl, in DiagnoseCStringFormatDirectiveInCFAPI()
5731 const NamedDecl *FDecl, in CheckNonNullArguments()
5864 void Sema::CheckArgAlignment(SourceLocation Loc, NamedDecl *FDecl, in CheckArgAlignment()
6025 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall()
6743 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local
7119 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinNontemporalOverloaded() local
7980 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local
11168 const FunctionDecl *FDecl = nullptr; in emitReplacement() local
11229 static bool IsStdFunction(const FunctionDecl *FDecl, in IsStdFunction()
11243 const FunctionDecl *FDecl) { in CheckAbsoluteValueFunction()
[all …]
H A DSemaExpr.cpp1020 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion()
3176 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local
6160 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType()
6205 FunctionDecl *FDecl, in TryTypoCorrectionForCall()
6250 FunctionDecl *FDecl, in ConvertArgumentsForCall()
6366 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall()
6635 FunctionDecl *FDecl, in rewriteBuiltinFunctionDecl()
6991 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); in BuildCallExpr() local
7159 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
H A DSemaCodeComplete.cpp3726 auto FDecl = Result.getFunction(); in getParameterComment() local
3925 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
H A DSemaLookup.cpp3280 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
H A DSemaOverload.cpp13401 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
13462 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp936 const FunctionDecl *FDecl = CallDecl->getAsFunction(); in getPrintfFormatArgumentNum() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1055 Function *FDecl; in importFunction() local
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp211 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local
5834 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp1815 if (const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(TargetDecl)) { in HasStrictReturn() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DExpr.cpp1566 auto *FDecl = getDirectCallee(); in getBuiltinCallee() local