Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp295 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPre() local
372 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in addSourcesPost() local
409 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in checkPre() local
612 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in getPrintfFormatArgumentNum() local
693 const FunctionDecl *FDecl, in checkTaintedBufferSize()
DCStringChecker.cpp2016 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp116 const FunctionDecl *FDecl = Call.getDecl()->getAsFunction(); in create() local
133 const FunctionDecl *const FDecl; member
472 const FunctionDecl *FDecl = FData.FDecl; in getTaintPropagationRule() local
796 const FunctionDecl *FDecl = Call.getDecl()->getAsFunction(); in getPrintfFormatArgumentNum() local
884 const auto *FDecl = Call.getDecl()->getAsFunction(); in checkTaintedBufferSize() local
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeVarargCheck.cpp91 const auto *FDecl = dyn_cast<FunctionDecl>(C->getCalleeDecl()); in hasSingleVariadicArgumentWithValue() local
/external/llvm-project/llvm/unittests/Analysis/
DTargetLibraryInfoTest.cpp43 ::testing::AssertionResult isLibFunc(const Function *FDecl, in isLibFunc()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DRedundantStringInitCheck.cpp141 if (const auto *FDecl = Result.Nodes.getNodeAs<FieldDecl>("fieldDecl")) { in check() local
DIdentifierNamingCheck.cpp345 const auto *FDecl = in isParamInMainLikeFunction() local
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h221 bool getLibFunc(const Function &FDecl, LibFunc::Func &F) const { in getLibFunc()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp994 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1480 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
/external/llvm-project/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1512 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
/external/clang/lib/Sema/
DSemaChecking.cpp151 static void SemaBuiltinMemChkCall(Sema &S, FunctionDecl *FDecl, in SemaBuiltinMemChkCall()
718 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID, in CheckBuiltinFunctionCall()
1943 const NamedDecl *FDecl, in DiagnoseCStringFormatDirectiveInCFAPI()
1990 const NamedDecl *FDecl, in CheckNonNullArguments()
2084 void Sema::checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, in checkCall()
2136 void Sema::CheckConstructorCall(FunctionDecl *FDecl, in CheckConstructorCall()
2148 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall()
2653 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local
3019 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinNontemporalOverloaded() local
3571 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local
[all …]
DSemaExpr.cpp946 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion()
2764 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local
4600 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType()
4641 FunctionDecl *FDecl, in TryTypoCorrectionForCall()
4687 FunctionDecl *FDecl, in ConvertArgumentsForCall()
4801 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall()
5038 const FunctionDecl *FDecl, in rewriteBuiltinFunctionDecl()
5218 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); in ActOnCallExpr() local
5310 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h271 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h287 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
/external/llvm-project/clang/lib/Analysis/
DReachableCode.cpp63 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) in isBuiltinUnreachable() local
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp1434 Sema::CheckBuiltinFunctionCall(FunctionDecl *FDecl, unsigned BuiltinID, in CheckBuiltinFunctionCall()
4305 const NamedDecl *FDecl, in DiagnoseCStringFormatDirectiveInCFAPI()
4352 const NamedDecl *FDecl, in CheckNonNullArguments()
4451 void Sema::checkCall(NamedDecl *FDecl, const FunctionProtoType *Proto, in checkCall()
4526 void Sema::CheckConstructorCall(FunctionDecl *FDecl, in CheckConstructorCall()
4538 bool Sema::CheckFunctionCall(FunctionDecl *FDecl, CallExpr *TheCall, in CheckFunctionCall()
5197 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinAtomicOverloaded() local
5573 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinNontemporalOverloaded() local
6384 FunctionDecl *FDecl = cast<FunctionDecl>(DRE->getDecl()); in SemaBuiltinConstantArg() local
9307 static unsigned getAbsoluteValueFunctionKind(const FunctionDecl *FDecl) { in getAbsoluteValueFunctionKind()
[all …]
DSemaExpr.cpp965 FunctionDecl *FDecl) { in DefaultVariadicArgumentPromotion()
3108 FunctionDecl *FDecl = cast<FunctionDecl>(D); in UseArgumentDependentLookup() local
5656 Sema::getVariadicCallType(FunctionDecl *FDecl, const FunctionProtoType *Proto, in getVariadicCallType()
5701 FunctionDecl *FDecl, in TryTypoCorrectionForCall()
5746 FunctionDecl *FDecl, in ConvertArgumentsForCall()
5861 bool Sema::GatherArgumentsForCall(SourceLocation CallLoc, FunctionDecl *FDecl, in GatherArgumentsForCall()
6126 FunctionDecl *FDecl, in rewriteBuiltinFunctionDecl()
6444 FunctionDecl *FDecl = dyn_cast<FunctionDecl>(NDecl); in BuildCallExpr() local
6535 FunctionDecl *FDecl = dyn_cast_or_null<FunctionDecl>(NDecl); in BuildResolvedCallExpr() local
DSemaLookup.cpp751 FunctionDecl *FDecl) { in AddOpenCLExtensions()
2971 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc1083 int64_t BTypeVisitor::getFieldValue(VarDecl *Decl, FieldDecl *FDecl, int64_t OrigFValue) { in getFieldValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1067 Function *FDecl; in importFunction() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1080 Function *FDecl; in importFunction() local
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp210 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local
5845 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp210 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local
5846 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
/external/clang/lib/AST/
DExpr.cpp1256 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in getBuiltinCallee() local

12