Searched refs:CXXConstructorCall (Results 1 – 6 of 6) sorted by relevance
60 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()150 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()
714 class CXXConstructorCall : public AnyFunctionCall {725 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function731 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall() function732 virtual void cloneTo(void *Dest) const { new (Dest) CXXConstructorCall(*this); } in cloneTo()985 CallEventRef<CXXConstructorCall>988 return create<CXXConstructorCall>(E, Target, State, LCtx); in getCXXConstructorCall()
47 class CXXConstructorCall; variable
57 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()193 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr()
551 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue()599 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in shouldInlineCallKind()
580 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()586 void CXXConstructorCall::getExtraInvalidatedRegions(RegionList &Regions) const { in getExtraInvalidatedRegions()591 void CXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()