Lines Matching refs:BarLoc
186 const auto *BarLoc = in TEST() local
191 EXPECT_EQ(Env.getValue(*BarLoc), BarVal); in TEST()
234 const auto *BarLoc = in TEST() local
239 EXPECT_EQ(Env.getValue(*BarLoc), BarVal); in TEST()
280 const auto *BarLoc = in TEST() local
285 EXPECT_EQ(Env.getValue(*BarLoc), BarVal); in TEST()
617 const StorageLocation *BarLoc = in TEST() local
619 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(BarLoc)); in TEST()
624 const Value *BarVal = Env.getValue(*BarLoc); in TEST()
895 const StorageLocation *BarLoc = in TEST() local
897 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(BarLoc)); in TEST()
899 const Value *BarVal = Env.getValue(*BarLoc); in TEST()
941 const auto *BarLoc = in TEST() local
946 EXPECT_EQ(Env.getValue(*BarLoc), BarVal); in TEST()
1428 const auto *BarLoc = in TEST() local
1430 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(BarLoc)); in TEST()
1432 const Value *BarVal = Env.getValue(*BarLoc); in TEST()
1504 const auto *BarLoc = in TEST() local
1506 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(BarLoc)); in TEST()
1508 const Value *BarVal = Env.getValue(*BarLoc); in TEST()
1576 const auto *BarLoc = in TEST() local
1578 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(BarLoc)); in TEST()
1580 const Value *BarVal = Env.getValue(*BarLoc); in TEST()
1617 const auto *BarLoc = in TEST() local
1619 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(BarLoc)); in TEST()
1621 const Value *BarVal = Env.getValue(*BarLoc); in TEST()
1790 const auto *BarLoc = in TEST() local
1795 EXPECT_EQ(Env.getValue(*BarLoc), BarVal); in TEST()
1829 const auto *BarLoc = in TEST() local
1834 EXPECT_EQ(Env.getValue(*BarLoc), BarVal); in TEST()
1934 const auto *BarLoc = cast<AggregateStorageLocation>( in TEST() local
1938 const auto *BarVal = cast<StructValue>(Env.getValue(*BarLoc)); in TEST()
1944 cast<IntegerValue>(Env.getValue(BarLoc->getChild(*BazDecl))); in TEST()
1980 const auto *BarLoc = cast<AggregateStorageLocation>( in TEST() local
1984 const auto *BarVal = cast<StructValue>(Env.getValue(*BarLoc)); in TEST()
1990 cast<IntegerValue>(Env.getValue(BarLoc->getChild(*BazDecl))); in TEST()
3048 const StorageLocation *BarLoc = in TEST() local
3050 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(BarLoc)); in TEST()
3055 const Value *BarVal = Env.getValue(*BarLoc); in TEST()
3684 const StorageLocation *BarLoc = in TEST() local
3686 ASSERT_THAT(BarLoc, NotNull()); in TEST()
3690 EXPECT_EQ(BazLoc, BarLoc); in TEST()