Searched refs:CXXConstructorCall (Results 1 – 6 of 6) sorted by relevance
62 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()152 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()
687 class CXXConstructorCall : public AnyFunctionCall {698 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function704 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall() function705 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo()965 CallEventRef<CXXConstructorCall>968 return create<CXXConstructorCall>(E, Target, State, LCtx); in getCXXConstructorCall()
46 class CXXConstructorCall; variable
43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()235 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr()
554 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue()608 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind()
567 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()573 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values) const { in getExtraInvalidatedValues()578 void CXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()