/external/clang/lib/StaticAnalyzer/Checkers/ |
D | GenericTaintChecker.cpp | 295 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()
|
D | CStringChecker.cpp | 2016 const FunctionDecl *FDecl = C.getCalleeDecl(CE); in evalCall() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | GenericTaintChecker.cpp | 116 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/ |
D | ProTypeVarargCheck.cpp | 91 const auto *FDecl = dyn_cast<FunctionDecl>(C->getCalleeDecl()); in hasSingleVariadicArgumentWithValue() local
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | TargetLibraryInfoTest.cpp | 43 ::testing::AssertionResult isLibFunc(const Function *FDecl, in isLibFunc()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | RedundantStringInitCheck.cpp | 141 if (const auto *FDecl = Result.Nodes.getNodeAs<FieldDecl>("fieldDecl")) { in check() local
|
D | IdentifierNamingCheck.cpp | 345 const auto *FDecl = in isParamInMainLikeFunction() local
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 221 bool getLibFunc(const Function &FDecl, LibFunc::Func &F) const { in getLibFunc()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 994 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 1480 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 1512 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 151 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 …]
|
D | SemaExpr.cpp | 946 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/ |
D | TargetLibraryInfo.h | 271 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 287 bool getLibFunc(const Function &FDecl, LibFunc &F) const { in getLibFunc()
|
/external/llvm-project/clang/lib/Analysis/ |
D | ReachableCode.cpp | 63 if (const auto *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl())) in isBuiltinUnreachable() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 1434 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 …]
|
D | SemaExpr.cpp | 965 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
|
D | SemaLookup.cpp | 751 FunctionDecl *FDecl) { in AddOpenCLExtensions() 2971 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
|
/external/bcc/src/cc/frontends/clang/ |
D | b_frontend_action.cc | 1083 int64_t BTypeVisitor::getFieldValue(VarDecl *Decl, FieldDecl *FDecl, int64_t OrigFValue) { in getFieldValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1067 Function *FDecl; in importFunction() local
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1080 Function *FDecl; in importFunction() local
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 210 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local 5845 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteModernObjC.cpp | 210 if (FunctionDecl *FDecl = dyn_cast<FunctionDecl>(*I)) { in HandleTopLevelDecl() local 5846 FunctionDecl *FDecl = FunctionDefinitionsSeen[i]; in HandleTranslationUnit() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1256 const FunctionDecl *FDecl = dyn_cast<FunctionDecl>(DRE->getDecl()); in getBuiltinCallee() local
|