/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | TargetLibraryInfoTest.cpp | 44 ::testing::AssertionResult isLibFunc(const Function *FDecl, in isLibFunc()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 994 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 221 bool getLibFunc(const Function &FDecl, LibFunc::Func &F) const { in getLibFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 1372 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 235 bool getLibFunc(const Function &FDecl, LibFunc &F) const { 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
|
D | SemaLookup.cpp | 2769 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
|
D | SemaOverload.cpp | 11363 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local 11419 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
|
D | SemaCodeComplete.cpp | 2962 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 999 Function *FDecl; in importFunction() 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
|