Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp62 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()
152 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h708 class CXXConstructorCall : public AnyFunctionCall {
719 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function
725 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall() function
726 virtual void cloneTo(void *Dest) const { new (Dest) CXXConstructorCall(*this); } in cloneTo()
979 CallEventRef<CXXConstructorCall>
982 return create<CXXConstructorCall>(E, Target, State, LCtx); in getCXXConstructorCall()
DExprEngine.h47 class CXXConstructorCall; variable
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()
218 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr()
DExprEngineCallAndReturn.cpp554 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue()
608 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind()
DCallEvent.cpp566 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()
572 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values) const { in getExtraInvalidatedValues()
577 void CXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()