Searched defs:FDecl (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1100 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 310 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 64 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) in isBuiltinUnreachable() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5684 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 D | SemaExpr.cpp | 1020 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 D | SemaCodeComplete.cpp | 3726 auto FDecl = Result.getFunction(); in getParameterComment() local 3925 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
|
H A D | SemaLookup.cpp | 3280 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
|
H A D | SemaOverload.cpp | 13401 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local 13462 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 936 const FunctionDecl *FDecl = CallDecl->getAsFunction(); in getPrintfFormatArgumentNum() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1055 Function *FDecl; in importFunction() local
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 211 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 D | CGCall.cpp | 1815 if (const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(TargetDecl)) { in HasStrictReturn() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Expr.cpp | 1566 auto *FDecl = getDirectCallee(); in getBuiltinCallee() local
|