Home
last modified time | relevance | path

Searched refs:CXXConstructorCall (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp60 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()
150 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h714 class CXXConstructorCall : public AnyFunctionCall {
725 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function
731 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall() function
732 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()
DExprEngine.h47 class CXXConstructorCall; variable
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp57 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()
193 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr()
DExprEngineCallAndReturn.cpp551 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue()
599 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in shouldInlineCallKind()
DCallEvent.cpp580 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()
586 void CXXConstructorCall::getExtraInvalidatedRegions(RegionList &Regions) const { in getExtraInvalidatedRegions()
591 void CXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()