Home
last modified time | relevance | path

Searched refs:getCXXThisVal (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp435 SVal ThisVal = getCXXThisVal(); in getExtraInvalidatedValues()
459 SVal CXXInstanceCall::getCXXThisVal() const { in getCXXThisVal() function in CXXInstanceCall
483 const MemRegion *R = getCXXThisVal().getAsRegion(); in getRuntimeDefinition()
538 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents()
633 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal() function in CXXConstructorCall
650 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents()
659 SVal CXXDestructorCall::getCXXThisVal() const { in getCXXThisVal() function in CXXDestructorCall
DExprEngineCallAndReturn.cpp543 SVal ThisV = C->getCXXThisVal(); in bindReturnValue()
601 const MemRegion *Target = Ctor.getCXXThisVal().getAsRegion(); in mayInlineCallKind()
648 const MemRegion *Target = Dtor.getCXXThisVal().getAsRegion(); in mayInlineCallKind()
DExprEngineCXX.cpp46 ThisVal = Ctor->getCXXThisVal(); in performTrivialCopy()
52 ThisVal = cast<CXXInstanceCall>(Call).getCXXThisVal(); in performTrivialCopy()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h630 virtual SVal getCXXThisVal() const;
759 SVal getCXXThisVal() const override;
815 SVal getCXXThisVal() const;
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp175 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) in checkPreCall()
188 const MemRegion *Target = Dtor->getCXXThisVal().getAsRegion(); in checkPreCall()
262 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) { in checkPostCall()
DCallAndMessageChecker.cpp367 SVal V = CC->getCXXThisVal(); in checkPreCall()
DMallocChecker.cpp2185 SymbolRef Sym = DC->getCXXThisVal().getAsSymbol(); in checkPreCall()
2210 SymbolRef Sym = CC->getCXXThisVal().getAsSymbol(); in checkPreCall()