Searched refs:ThisPointeeLoc (Results 1 – 3 of 3) sorted by relevance
318 RecordStorageLocation *ThisPointeeLoc) { in traverseConstructorInits() argument319 assert(ThisPointeeLoc != nullptr); in traverseConstructorInits()325 ThisPointeeLoc->getChild(*Field))); in traverseConstructorInits()327 PropagateResultObject(InitExpr, ThisPointeeLoc); in traverseConstructorInits()609 Env.ThisPointeeLoc = in pushCall()628 Env.ThisPointeeLoc = &Env.getResultObjectLocation(*Call); in pushCall()704 if (ThisPointeeLoc != Other.ThisPointeeLoc) in equivalentTo()728 assert(ThisPointeeLoc == PrevEnv.ThisPointeeLoc); in widen()765 assert(EnvA.ThisPointeeLoc == EnvB.ThisPointeeLoc); in join()776 JoinedEnv.ThisPointeeLoc = EnvA.ThisPointeeLoc; in join()[all …]
422 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr() local423 if (ThisPointeeLoc == nullptr) in VisitCXXThisExpr()428 Env.setValue(*S, Env.create<PointerValue>(*ThisPointeeLoc)); in VisitCXXThisExpr()
355 return ThisPointeeLoc; in getThisPointeeStorageLocation()361 ThisPointeeLoc = &Loc; in setThisPointeeStorageLocation()742 RecordStorageLocation *ThisPointeeLoc,747 RecordStorageLocation *ThisPointeeLoc,794 RecordStorageLocation *ThisPointeeLoc = nullptr; variable