Lines Matching defs:arrayCharEntity
143 hlfir::EntityWithAttributes arrayCharEntity(createDeclare(arrayChar));
145 hlfir::translateToExtendedValue(loc, builder, arrayCharEntity);
151 EXPECT_TRUE(fir::getBase(*res) == arrayCharEntity.getFirBase());
159 EXPECT_TRUE(arrayCharEntity.isVariable());
160 EXPECT_FALSE(arrayCharEntity.isValue());
176 hlfir::EntityWithAttributes arrayCharEntity(createDeclare(arrayChar));
178 hlfir::translateToExtendedValue(loc, builder, arrayCharEntity);
184 EXPECT_TRUE(fir::getBase(*res) == arrayCharEntity.getFirBase());
193 EXPECT_TRUE(arrayCharEntity.isVariable());
194 EXPECT_FALSE(arrayCharEntity.isValue());