Searched refs:ThisPointeeLoc (Results 1 – 3 of 3) sorted by relevance
319 RecordStorageLocation *ThisPointeeLoc) { in TraverseConstructorInits() argument320 assert(ThisPointeeLoc != nullptr); in TraverseConstructorInits()326 ThisPointeeLoc->getChild(*Field))); in TraverseConstructorInits()328 PropagateResultObject(InitExpr, ThisPointeeLoc); in TraverseConstructorInits()610 Env.ThisPointeeLoc = in pushCall()629 Env.ThisPointeeLoc = &Env.getResultObjectLocation(*Call); in pushCall()705 if (ThisPointeeLoc != Other.ThisPointeeLoc) in equivalentTo()729 assert(ThisPointeeLoc == PrevEnv.ThisPointeeLoc); in widen()766 assert(EnvA.ThisPointeeLoc == EnvB.ThisPointeeLoc); in join()777 JoinedEnv.ThisPointeeLoc = EnvA.ThisPointeeLoc; in join()[all …]
417 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr() local418 if (ThisPointeeLoc == nullptr) in VisitCXXThisExpr()423 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