Searched refs:BarPointeeLoc (Results 1 – 1 of 1) sorted by relevance
2277 const StorageLocation &BarPointeeLoc = BarVal->getPointeeLoc(); in TEST() local2278 EXPECT_TRUE(isa<ScalarStorageLocation>(BarPointeeLoc)); in TEST()2279 EXPECT_THAT(Env.getValue(BarPointeeLoc), IsNull()); in TEST()