Home
last modified time | relevance | path

Searched refs:SimpleFunctionCall (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h428 class SimpleFunctionCall : public AnyFunctionCall {
432 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() function
435 SimpleFunctionCall(const SimpleFunctionCall &Other) in SimpleFunctionCall() function
438 new (Dest) SimpleFunctionCall(*this); in cloneTo()
902 typedef SimpleFunctionCall CallEventTemplateTy;
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp384 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl()
918 return create<SimpleFunctionCall>(CE, State, LCtx); in getSimpleCall()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDRetainCountChecker.cpp950 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) { in updateSummaryForCall()
998 Summ = getFunctionSummary(cast<SimpleFunctionCall>(Call).getDecl()); in getSummary()
HDMallocChecker.cpp2373 if (!(isa<SimpleFunctionCall>(Call) || isa<ObjCMethodCall>(Call))) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
2428 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()