Lines Matching refs:FooLoc
113 const StorageLocation *FooLoc = in TEST() local
115 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
117 const Value *FooVal = Env.getValue(*FooLoc); in TEST()
140 const StorageLocation *FooLoc = in TEST() local
142 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
144 const Value *FooVal = Env.getValue(*FooLoc); in TEST()
184 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
187 cast<ScalarStorageLocation>(&FooLoc->getChild(*BarDecl)); in TEST()
189 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
232 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
235 cast<ScalarStorageLocation>(&FooLoc->getChild(*BarDecl)); in TEST()
237 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
278 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
281 cast<ScalarStorageLocation>(&FooLoc->getChild(*BarDecl)); in TEST()
283 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
311 const StorageLocation *FooLoc = in TEST() local
313 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
316 cast<ReferenceValue>(Env.getValue(*FooLoc)); in TEST()
401 const auto *FooLoc = cast<ScalarStorageLocation>( in TEST() local
403 const auto *FooVal = cast<ReferenceValue>(Env.getValue(*FooLoc)); in TEST()
456 const StorageLocation *FooLoc = in TEST() local
458 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
460 const PointerValue *FooVal = cast<PointerValue>(Env.getValue(*FooLoc)); in TEST()
558 const auto *FooLoc = cast<ScalarStorageLocation>( in TEST() local
560 const auto *FooVal = cast<PointerValue>(Env.getValue(*FooLoc)); in TEST()
613 const StorageLocation *FooLoc = in TEST() local
615 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
621 const Value *FooVal = Env.getValue(*FooLoc); in TEST()
661 const StorageLocation *FooLoc = in TEST() local
663 EXPECT_THAT(FooLoc, NotNull()); in TEST()
668 EXPECT_EQ(Env2.getStorageLocation(*FooDecl, SkipPast::None), FooLoc); in TEST()
673 EXPECT_EQ(Env3.getStorageLocation(*FooDecl, SkipPast::None), FooLoc); in TEST()
678 EXPECT_EQ(Env4.getStorageLocation(*FooDecl, SkipPast::None), FooLoc); in TEST()
885 const StorageLocation *FooLoc = in TEST() local
887 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
889 const Value *FooVal = Env.getValue(*FooLoc); in TEST()
939 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
942 cast<ScalarStorageLocation>(&FooLoc->getChild(*BarDecl)); in TEST()
944 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
970 const StorageLocation *FooLoc = in TEST() local
972 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
975 dyn_cast<ReferenceValue>(Env.getValue(*FooLoc)); in TEST()
1006 const StorageLocation *FooLoc = in TEST() local
1008 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
1010 const PointerValue *FooVal = cast<PointerValue>(Env.getValue(*FooLoc)); in TEST()
1054 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
1056 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
1151 const auto &FooLoc = *cast<AggregateStorageLocation>( in TEST() local
1153 const auto &FooVal = *cast<StructValue>(Env.getValue(FooLoc)); in TEST()
1165 EXPECT_EQ(Env.getValue(FooLoc.getChild(*APublicDecl)), in TEST()
1168 EXPECT_EQ(Env.getValue(FooLoc.getChild(*AProtectedDecl)), in TEST()
1173 EXPECT_EQ(Env.getValue(FooLoc.getChild(*BDefaultDecl)), in TEST()
1176 EXPECT_EQ(Env.getValue(FooLoc.getChild(*BProtectedDecl)), in TEST()
1179 EXPECT_EQ(Env.getValue(FooLoc.getChild(*BPrivateDecl)), in TEST()
1211 const auto &FooLoc = *cast<AggregateStorageLocation>( in derivedBaseMemberExpectations() local
1213 const auto &FooVal = *cast<StructValue>(Env.getValue(FooLoc)); in derivedBaseMemberExpectations()
1215 EXPECT_EQ(Env.getValue(FooLoc.getChild(*BarDecl)), FooVal.getChild(*BarDecl)); in derivedBaseMemberExpectations()
1291 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
1293 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
1381 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
1383 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
1788 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
1791 cast<ScalarStorageLocation>(&FooLoc->getChild(*BarDecl)); in TEST()
1793 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
1827 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
1830 cast<ScalarStorageLocation>(&FooLoc->getChild(*BarDecl)); in TEST()
1832 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
1932 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
1937 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
1942 cast<IntegerValue>(Env.getValue(FooLoc->getChild(*BazDecl))); in TEST()
1978 const auto *FooLoc = cast<AggregateStorageLocation>( in TEST() local
1983 const auto *FooVal = cast<StructValue>(Env.getValue(*FooLoc)); in TEST()
1988 cast<IntegerValue>(Env.getValue(FooLoc->getChild(*BazDecl))); in TEST()
2342 const auto *FooLoc = cast<ScalarStorageLocation>( in TEST() local
2346 EXPECT_EQ(&BarVal->getPointeeLoc(), FooLoc); in TEST()
3013 const StorageLocation *FooLoc = in TEST() local
3015 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
3017 const Value *FooVal = Env.getValue(*FooLoc); in TEST()
3044 const StorageLocation *FooLoc = in TEST() local
3046 ASSERT_TRUE(isa_and_nonnull<ScalarStorageLocation>(FooLoc)); in TEST()
3052 const Value *FooVal = Env.getValue(*FooLoc); in TEST()