Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h776 class CXXConstructorCall : public AnyFunctionCall {
787 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, in CXXConstructorCall() function
793 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} in CXXConstructorCall() function
794 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } in cloneTo()
1061 CallEventRef<CXXConstructorCall>
1064 return create<CXXConstructorCall>(E, Target, State, LCtx); in getCXXConstructorCall()
DExprEngine.h46 class CXXConstructorCall; variable
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp542 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){ in bindReturnValue()
596 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind()
DExprEngineCXX.cpp43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy()
291 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr()
DCallEvent.cpp633 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal()
639 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values, in getExtraInvalidatedValues()
645 void CXXConstructorCall::getInitialStackFrameContents( in getInitialStackFrameContents()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp159 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall()
249 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall()