/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 119 const FunctionDecl *FDecl = Call.getDecl()->getAsFunction(); in create() local 136 const FunctionDecl *const FDecl; member 475 const FunctionDecl *FDecl = FData.FDecl; in getTaintPropagationRule() local 799 const FunctionDecl *FDecl = Call.getDecl()->getAsFunction(); in getPrintfFormatArgumentNum() local 887 const auto *FDecl = Call.getDecl()->getAsFunction(); in checkTaintedBufferSize() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1583 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 282 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1440 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID, in CheckBuiltinFunctionCall() 4408 const NamedDecl *FDecl, in DiagnoseCStringFormatDirectiveInCFAPI() 4455 const NamedDecl *FDecl, in CheckNonNullArguments() 4555 void Sema::CheckArgAlignment(SourceLocation Loc, NamedDecl *FDecl, in CheckArgAlignment() 4592 void Sema::checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, in checkCall() 4689 void Sema::CheckConstructorCall(FunctionDecl *FDecl, QualType ThisType, in CheckConstructorCall() 4706 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall() 5400 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local 5776 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinNontemporalOverloaded() local 6587 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local [all …]
|
H A D | SemaExpr.cpp | 962 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion() 3104 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local 5690 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType() 5735 FunctionDecl *FDecl, in TryTypoCorrectionForCall() 5780 FunctionDecl *FDecl, in ConvertArgumentsForCall() 5895 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall() 6163 FunctionDecl *FDecl, in rewriteBuiltinFunctionDecl() 6483 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); in BuildCallExpr() local 6577 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
|
H A D | SemaCodeComplete.cpp | 3684 auto FDecl = Result.getFunction(); in getParameterComment() local 3774 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
|
H A D | SemaLookup.cpp | 3013 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
|
H A D | SemaOverload.cpp | 13059 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local 13120 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 63 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) in isBuiltinUnreachable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1079 Function *FDecl; in importFunction() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 210 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local 5845 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2229 if (const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(TargetDecl)) in ConstructAttributeList() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 1445 auto *FDecl = in getBuiltinCallee() local
|