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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp62 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
152 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h687 class CXXConstructorCall : public AnyFunctionCall { class in namespace:clang::ento
698 CXXConstructorCall(const CXXConstructExpr *CE, const MemRegion *Target, function in class:clang::ento::CXXConstructorCall
704 CXXConstructorCall(const CXXConstructorCall &Other) : AnyFunctionCall(Other){} function in class:clang::ento::CXXConstructorCall
705 void cloneTo(void *Dest) const override { new (Dest) CXXConstructorCall(*this); } variable
965 CallEventRef<CXXConstructorCall>
968 return create<CXXConstructorCall>(E, Target, State, LCtx);
H A DExprEngine.h46 class CXXConstructorCall;
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp43 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
235 CallEventRef<CXXConstructorCall> Call =
H A DExprEngineCallAndReturn.cpp554 } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){
608 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call);
H A DCallEvent.cpp567 SVal CXXConstructorCall::getCXXThisVal() const {
573 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values) const {
578 void CXXConstructorCall::getInitialStackFrameContents(

Completed in 1647 milliseconds