Home
last modified time | relevance | path

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

/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/lib/Analysis/
DTargetLibraryInfo.cpp994 bool TargetLibraryInfoImpl::getLibFunc(const Function &FDecl, in getLibFunc()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h221 bool getLibFunc(const Function &FDecl, LibFunc::Func &F) const { 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
DSemaLookup.cpp2769 const FunctionDecl *FDecl = D->getUnderlyingDecl()->getAsFunction(); in FindAssociatedClassesAndNamespaces() local
DSemaOverload.cpp11363 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
11419 FunctionDecl *FDecl = (*Best)->Function; in FinishOverloadedCallExpr() local
DSemaCodeComplete.cpp2962 FunctionDecl *FDecl = getFunction(); in CreateSignatureString() 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