Searched refs:getCharBox (Results 1 – 11 of 11) sorted by relevance
53 auto ty = strLit.getCharBox()->getAddr().getType(); in TEST_F()67 auto substr = charHelper.createSubstring(*str.getCharBox(), {lb, ub}); in TEST_F()
302 EXPECT_TRUE(strLit.getCharBox() != nullptr); in TEST_F()303 auto *charBox = strLit.getCharBox(); in TEST_F()399 EXPECT_EQ(strLit.getCharBox()->getLen(), len); in TEST_F()
480 constexpr const CharBoxValue *getCharBox() const { in getCharBox() function
421 const fir::CharBoxValue *charBox = element.getCharBox(); in getElementAt()
204 const fir::CharBoxValue *charBox = args.hostValue.getCharBox(); in instantiateHostTuple()
1611 if (const fir::CharBoxValue *charBox = val.getCharBox()) { in toValue()1667 if (arg.getUnboxed() || arg.getCharBox()) in genElementalCall()1682 if (!arg.getUnboxed() && !arg.getCharBox()) in genElementalCall()1695 if (!arg.getUnboxed() && !arg.getCharBox()) in genElementalCall()2572 if (const fir::CharBoxValue *charBox = args[i].getCharBox()) in genDateAndTime()2961 const fir::CharBoxValue *charBox = args[0].getCharBox(); in genIchar()3244 const fir::CharBoxValue *charBox = args[0].getCharBox(); in genLenTrim()3333 const fir::CharBoxValue *charBox = args[0].getCharBox(); in genMerge()
338 if (exv.getCharBox() != nullptr) in createInMemoryScalarCopy()1244 const fir::CharBoxValue *lhsChar = lhs.getCharBox(); in genval()1245 const fir::CharBoxValue *rhsChar = rhs.getCharBox(); in genval()1278 const fir::CharBoxValue *charBox = scalarChar.getCharBox(); in replaceScalarCharacterLength()2903 if (const fir::CharBoxValue *charBox = actualArg.getCharBox()) { in createScalarTempForArgThatMayBeAbsent()3384 const fir::CharBoxValue *charBox = value.getCharBox(); in genScalarUserDefinedAssignmentCall()5448 const fir::CharBoxValue *lchr = lhs.getCharBox(); in genarr()5449 const fir::CharBoxValue *rchr = rhs.getCharBox(); in genarr()
497 if (!exv.getCharBox()) in genOutputItemList()
2239 if (const fir::CharBoxValue *charBox = rhs.getCharBox()) in genAssignment()
985 const fir::CharBoxValue *toChar = lhs.getCharBox(); in genScalarAssignment()986 const fir::CharBoxValue *fromChar = rhs.getCharBox(); in genScalarAssignment()
381 const auto *charBox = source.getCharBox(); in createTempFrom()