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.h687 class CXXConstructorCall : public AnyFunctionCall {
698 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function
704 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall() function
705 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()
DExprEngine.h46 class CXXConstructorCall; variable
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()
235 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.cpp567 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()
573 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values) const { in getExtraInvalidatedValues()
578 void CXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()