Lines Matching defs:Env1
850 const Environment &Env1 = getEnvironmentAtAnnotation(Results, "p1");
852 const StorageLocation *FooLoc = Env1.getStorageLocation(*FooDecl);
854 EXPECT_THAT(Env1.getStorageLocation(*BarDecl), IsNull());
855 EXPECT_THAT(Env1.getStorageLocation(*BazDecl), IsNull());
1043 const Environment &Env1 = getEnvironmentAtAnnotation(Results, "p1");
1049 const Value *FooVal = Env1.getValue(*FooDecl);
1055 const Value *BarVal = Env1.getValue(*BarDecl);
1061 EXPECT_EQ(Env1.getValue(*BazDecl), FooVal);
2313 const Environment &Env1 = getEnvironmentAtAnnotation(Results, "p1");
2316 cast<RecordStorageLocation>(Env1.getStorageLocation(*FooDecl));
2318 cast<RecordStorageLocation>(Env1.getStorageLocation(*BarDecl));
2319 EXPECT_FALSE(recordsEqual(*FooLoc1, *BarLoc1, Env1));
2322 cast<IntegerValue>(getFieldValue(FooLoc1, *BazDecl, Env1));
2324 cast<IntegerValue>(getFieldValue(BarLoc1, *BazDecl, Env1));
2959 const Environment &Env1 = getEnvironmentAtAnnotation(Results, "p1");
2972 cast<RecordStorageLocation>(Env1.getStorageLocation(*FooDecl));
2974 cast<RecordStorageLocation>(Env1.getStorageLocation(*BarDecl));
2976 EXPECT_FALSE(recordsEqual(*FooLoc1, *BarLoc1, Env1));
2979 cast<IntegerValue>(getFieldValue(FooLoc1, *BazDecl, Env1));
2981 cast<IntegerValue>(getFieldValue(BarLoc1, *BazDecl, Env1));
2986 EXPECT_TRUE(recordsEqual(*FooLoc2, Env2, *BarLoc1, Env1));
5526 const Environment &Env1 = getEnvironmentAtAnnotation(Results, "p1");
5539 const Value *BoundFooValue = Env1.getValue(*BoundFooDecl);
5543 const Value *BoundBarValue = Env1.getValue(*BoundBarDecl);
5548 EXPECT_EQ(Env1.getValue(*BazDecl), BoundFooValue);
5607 const Environment &Env1 = getEnvironmentAtAnnotation(Results, "p1");
5618 const Value *BoundFooValue = Env1.getValue(*BoundFooDecl);
5622 const Value *BoundBarValue = Env1.getValue(*BoundBarDecl);
5630 EXPECT_EQ(Env1.getValue(*BazDecl), BoundFooValue);