/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 356 getLibFunc(const Function & FDecl,LibFunc & F) getLibFunc() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 1128 getLibFunc(const Function & FDecl,LibFunc & F) const getLibFunc() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 65 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) isBuiltinUnreachable() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 2147 CheckBuiltinFunctionCall(FunctionDecl * FDecl,unsigned BuiltinID,CallExpr * TheCall) CheckBuiltinFunctionCall() argument 7235 DiagnoseCStringFormatDirectiveInCFAPI(Sema & S,const NamedDecl * FDecl,Expr ** Args,unsigned NumArgs) DiagnoseCStringFormatDirectiveInCFAPI() argument 7282 CheckNonNullArguments(Sema & S,const NamedDecl * FDecl,const FunctionProtoType * Proto,ArrayRef<const Expr * > Args,SourceLocation CallSiteLoc) CheckNonNullArguments() argument 7415 CheckArgAlignment(SourceLocation Loc,NamedDecl * FDecl,StringRef ParamName,QualType ArgTy,QualType ParamTy) CheckArgAlignment() argument 7453 checkCall(NamedDecl * FDecl,const FunctionProtoType * Proto,const Expr * ThisArg,ArrayRef<const Expr * > Args,bool IsMemberFunction,SourceLocation Loc,SourceRange Range,VariadicCallType CallType) checkCall() argument 7612 CheckConstructorCall(FunctionDecl * FDecl,QualType ThisType,ArrayRef<const Expr * > Args,const FunctionProtoType * Proto,SourceLocation Loc) CheckConstructorCall() argument 7630 CheckFunctionCall(FunctionDecl * FDecl,CallExpr * TheCall,const FunctionProtoType * Proto) CheckFunctionCall() argument 8443 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); SemaBuiltinAtomicOverloaded() local 8820 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); SemaBuiltinNontemporalOverloaded() local 9732 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); SemaBuiltinConstantArg() local 12834 getAbsoluteValueFunctionKind(const FunctionDecl * FDecl) getAbsoluteValueFunctionKind() argument 12889 const FunctionDecl *FDecl = nullptr; emitReplacement() local 12950 IsStdFunction(const FunctionDecl * FDecl,const char (& Str)[StrLen]) IsStdFunction() argument 12963 CheckInfNaNFunction(const CallExpr * Call,const FunctionDecl * FDecl) CheckInfNaNFunction() argument 12980 CheckAbsoluteValueFunction(const CallExpr * Call,const FunctionDecl * FDecl) CheckAbsoluteValueFunction() argument 13060 CheckMaxUnsignedZero(const CallExpr * Call,const FunctionDecl * FDecl) CheckMaxUnsignedZero() argument [all...] |
H A D | SemaExpr.cpp | 1040 DefaultVariadicArgumentPromotion(Expr * E,VariadicCallType CT,FunctionDecl * FDecl) DefaultVariadicArgumentPromotion() argument 3375 if (const auto *FDecl = dyn_cast<FunctionDecl>(D)) { UseArgumentDependentLookup() local 6443 getVariadicCallType(FunctionDecl * FDecl,const FunctionProtoType * Proto,Expr * Fn) getVariadicCallType() argument 6488 TryTypoCorrectionForCall(Sema & S,Expr * Fn,FunctionDecl * FDecl,ArrayRef<Expr * > Args) TryTypoCorrectionForCall() argument 6533 ConvertArgumentsForCall(CallExpr * Call,Expr * Fn,FunctionDecl * FDecl,const FunctionProtoType * Proto,ArrayRef<Expr * > Args,SourceLocation RParenLoc,bool IsExecConfig) ConvertArgumentsForCall() argument 6670 GatherArgumentsForCall(SourceLocation CallLoc,FunctionDecl * FDecl,const FunctionProtoType * Proto,unsigned FirstParam,ArrayRef<Expr * > Args,SmallVectorImpl<Expr * > & AllArgs,VariadicCallType CallType,bool AllowExplicit,bool IsListInitialization) GatherArgumentsForCall() argument 6939 rewriteBuiltinFunctionDecl(Sema * Sema,ASTContext & Context,FunctionDecl * FDecl,MultiExprArg ArgExprs) rewriteBuiltinFunctionDecl() argument 7294 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); BuildCallExpr() local 7457 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); BuildResolvedCallExpr() local [all...] |
H A D | SemaOverload.cpp | 13905 FunctionDecl *FDecl = (*Best)->Function; FinishOverloadedCallExpr() local 13969 FunctionDecl *FDecl = (*Best)->Function; FinishOverloadedCallExpr() local 14033 const FunctionDecl *FDecl = Best->Function; BuildOverloadedCallExpr() local [all...] |
H A D | SemaCodeComplete.cpp | 3803 auto FDecl = Result.getFunction(); getParameterComment() local 4002 FunctionDecl *FDecl = getFunction(); CreateSignatureString() local
|
H A D | SemaLookup.cpp | 3297 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); FindAssociatedClassesAndNamespaces() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 1057 const FunctionDecl *FDecl = CallDecl->getAsFunction(); getPrintfFormatArgumentNum() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 1076 Function *FDecl; in importFunction() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 211 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local 5833 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; HandleTranslationUnit() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1550 const auto *FDecl = getDirectCallee(); getBuiltinCallee() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 1843 if (const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(TargetDecl)) { HasStrictReturn() local
|