Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h528 class SimpleFunctionCall : public AnyFunctionCall {
532 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() function
535 SimpleFunctionCall(const SimpleFunctionCall &Other) = default;
538 new (Dest) SimpleFunctionCall(*this); in cloneTo()
1093 using CallEventTemplateTy = SimpleFunctionCall;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp566 if (const SimpleFunctionCall *FC = dyn_cast<SimpleFunctionCall>(&Call)) { in updateSummaryForCall()
H A DCallEvent.cpp647 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl()
1359 return create<SimpleFunctionCall>(CE, State, LCtx); in getSimpleCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2630 if (!(isa<SimpleFunctionCall>(Call) || isa<ObjCMethodCall>(Call))) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
2685 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()