Searched defs:FDecl (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp1480 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h271 bool getLibFunc(const Function &FDecl, LibFunc &F) const { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp746 AddOpenCLExtensions(Sema &S, const OpenCLBuiltinStruct &BIDecl, FunctionDecl *FDecl) argument
H A DSemaCodeComplete.cpp3597 auto FDecl = Result.getFunction(); local
3687 FunctionDecl *FDecl = getFunction(); local
[all...]
H A DSemaChecking.cpp1156 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID, argument
4278 DiagnoseCStringFormatDirectiveInCFAPI(Sema &S, const NamedDecl *FDecl, Expr **Args, unsigned NumArgs) argument
4325 CheckNonNullArguments(Sema &S, const NamedDecl *FDecl, const FunctionProtoType *Proto, ArrayRef<const Expr *> Args, SourceLocation CallSiteLoc) argument
4425 checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, const Expr *ThisArg, ArrayRef<const Expr *> Args, bool IsMemberFunction, SourceLocation Loc, SourceRange Range, VariadicCallType CallType) argument
4482 CheckConstructorCall(FunctionDecl *FDecl, ArrayRef<const Expr *> Args, const FunctionProtoType *Proto, SourceLocation Loc) argument
4494 CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, const FunctionProtoType *Proto) argument
5140 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); local
5507 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); local
6301 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); local
9155 getAbsoluteValueFunctionKind(const FunctionDecl *FDecl) argument
9210 const FunctionDecl *FDecl = nullptr; local
9271 IsStdFunction(const FunctionDecl *FDecl, const char (&Str)[StrLen]) argument
9284 CheckAbsoluteValueFunction(const CallExpr *Call, const FunctionDecl *FDecl) argument
9364 CheckMaxUnsignedZero(const CallExpr *Call, const FunctionDecl *FDecl) argument
[all...]
H A DSemaExpr.cpp2986 FunctionDecl *FDecl = cast<FunctionDecl>(D); local
5057 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, argument
923 DefaultVariadicArgumentPromotion(Expr *E, VariadicCallType CT, FunctionDecl *FDecl) argument
5101 TryTypoCorrectionForCall(Sema &S, Expr *Fn, FunctionDecl *FDecl, ArrayRef<Expr *> Args) argument
5146 ConvertArgumentsForCall(CallExpr *Call, Expr *Fn, FunctionDecl *FDecl, const FunctionProtoType *Proto, ArrayRef<Expr *> Args, SourceLocation RParenLoc, bool IsExecConfig) argument
5262 GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, const FunctionProtoType *Proto, unsigned FirstParam, ArrayRef<Expr *> Args, SmallVectorImpl<Expr *> &AllArgs, VariadicCallType CallType, bool AllowExplicit, bool IsListInitialization) argument
5525 rewriteBuiltinFunctionDecl(Sema *Sema, ASTContext &Context, FunctionDecl *FDecl, MultiExprArg ArgExprs) argument
5838 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); local
5914 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp111 const FunctionDecl *FDecl = C.getCalleeDecl(CE); local
128 const FunctionDecl *const FDecl; member in struct:__anon3347::GenericTaintChecker::FunctionData
464 const FunctionDecl *FDecl local
793 const FunctionDecl *FDecl = C.getCalleeDecl(CE); local
877 checkTaintedBufferSize(const CallExpr *CE, const FunctionDecl *FDecl, CheckerContext &C) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1067 Function *FDecl; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1483 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp5834 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; local

Completed in 228 milliseconds