Searched refs:getReferentLoc (Results 1 – 4 of 4) sorted by relevance
54 return &IndVal1->getReferentLoc() == &IndVal2->getReferentLoc(); in areEquivalentIndirectionValues()525 return Val->getReferentLoc(); in skip()
237 StorageLocation &getReferentLoc() const { return ReferentLoc; } in getReferentLoc() function
317 const StorageLocation &FooReferentLoc = FooVal->getReferentLoc(); in TEST()405 cast<StructValue>(Env.getValue(FooVal->getReferentLoc())); in TEST()410 cast<StructValue>(Env.getValue(BarVal->getReferentLoc())); in TEST()414 const StorageLocation &FooReferentLoc = FooRefVal->getReferentLoc(); in TEST()424 const StorageLocation &BazReferentLoc = BazRefVal->getReferentLoc(); in TEST()571 const StorageLocation &FooReferentLoc = FooRefVal->getReferentLoc(); in TEST()581 const StorageLocation &BazReferentLoc = BazRefVal->getReferentLoc(); in TEST()978 const StorageLocation &FooReferentLoc = FooVal->getReferentLoc(); in TEST()1386 cast<IntegerValue>(Env.getValue(BarVal->getReferentLoc())); in TEST()1759 EXPECT_EQ(&QuxVal->getReferentLoc(), &FooVal->getReferentLoc()); in TEST()[all …]
247 auto &ValueLoc = ValueRef->getReferentLoc(); in maybeInitializeOptionalValueMember()