Searched refs:getCXXThisVal (Results 1 – 7 of 7) sorted by relevance
78 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) in checkPreCall()91 const MemRegion *Target = Dtor->getCXXThisVal().getAsRegion(); in checkPreCall()165 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) { in checkPostCall()
360 SVal V = CC->getCXXThisVal(); in checkPreCall()
2167 SymbolRef Sym = DC->getCXXThisVal().getAsSymbol(); in checkPreCall()2192 SymbolRef Sym = CC->getCXXThisVal().getAsSymbol(); in checkPreCall()
406 Values.push_back(getCXXThisVal()); in getExtraInvalidatedValues()409 SVal CXXInstanceCall::getCXXThisVal() const { in getCXXThisVal() function in CXXInstanceCall433 const MemRegion *R = getCXXThisVal().getAsRegion(); in getRuntimeDefinition()488 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents()567 SVal CXXConstructorCall::getCXXThisVal() const { in getCXXThisVal() function in CXXConstructorCall583 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents()592 SVal CXXDestructorCall::getCXXThisVal() const { in getCXXThisVal() function in CXXDestructorCall
555 SVal ThisV = C->getCXXThisVal(); in bindReturnValue()613 const MemRegion *Target = Ctor.getCXXThisVal().getAsRegion(); in mayInlineCallKind()660 const MemRegion *Target = Dtor.getCXXThisVal().getAsRegion(); in mayInlineCallKind()
46 ThisVal = Ctor->getCXXThisVal(); in performTrivialCopy()52 ThisVal = cast<CXXInstanceCall>(Call).getCXXThisVal(); in performTrivialCopy()
541 virtual SVal getCXXThisVal() const;670 SVal getCXXThisVal() const override;725 SVal getCXXThisVal() const;