Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp119 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 DTargetLibraryInfo.cpp1583 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h282 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp1440 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 DSemaExpr.cpp962 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 DSemaCodeComplete.cpp3684 auto FDecl = Result.getFunction(); in getParameterComment() local
3774 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
H A DSemaLookup.cpp3013 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
H A DSemaOverload.cpp13059 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 DReachableCode.cpp63 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) in isBuiltinUnreachable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1079 Function *FDecl; in importFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp210 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 DCGCall.cpp2229 if (const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(TargetDecl)) in ConstructAttributeList() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1445 auto *FDecl = in getBuiltinCallee() local