Searched refs:SimpleFunctionCall (Results 1 – 5 of 5) sorted by relevance
536 class SimpleFunctionCall : public AnyFunctionCall {540 SimpleFunctionCall(const CallExpr *CE, ProgramStateRef St, in SimpleFunctionCall() function544 SimpleFunctionCall(const SimpleFunctionCall &Other) = default;547 new (Dest) SimpleFunctionCall(*this); in cloneTo()729 class CXXStaticOperatorCall : public SimpleFunctionCall {736 : SimpleFunctionCall(CE, St, LCtx, ElemRef) {} in CXXStaticOperatorCall()745 return cast<CXXOperatorCallExpr>(SimpleFunctionCall::getOriginExpr()); in getOriginExpr()1362 using CallEventTemplateTy = SimpleFunctionCall;
218 if (isa<SimpleFunctionCall>(Call)) { in checkPostCall()
256 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in isStdOstreamOperatorCall()453 const auto *FC = dyn_cast<SimpleFunctionCall>(&Call); in handleComparisionOp()
3181 if (!isa<SimpleFunctionCall, ObjCMethodCall>(Call)) in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()3236 const FunctionDecl *FD = cast<SimpleFunctionCall>(Call)->getDecl(); in mayFreeAnyEscapedMemoryOrIsModeledExplicitly()
684 const FunctionDecl *SimpleFunctionCall::getDecl() const { in getDecl()1424 return create<SimpleFunctionCall>(CE, State, LCtx, ElemRef); in getSimpleCall()