Searched refs:CXXConstructorCall (Results 1 – 6 of 6) sorted by relevance
776 class CXXConstructorCall : public AnyFunctionCall {787 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function793 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall() function794 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo()1061 CallEventRef<CXXConstructorCall>1064 return create<CXXConstructorCall>(E, Target, State, LCtx); in getCXXConstructorCall()
46 class CXXConstructorCall; variable
542 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue()596 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind()
43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()291 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr()
633 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()639 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()645 void CXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()
159 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()249 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()