Searched refs:getCharBox (Results 1 – 3 of 3) sorted by relevance
634 if (auto charBox = val.getCharBox()) { in toValue()657 if (arg.getUnboxed() || arg.getCharBox()) { in genElementalCall()679 if (!arg.getUnboxed() && !arg.getCharBox()) { in genElementalCall()1119 if (const auto *charBox = args[0].getCharBox()) { in genLen()1121 } else if (const auto *charBoxArray = args[0].getCharBox()) { in genLen()
71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair()
215 constexpr const CharBoxValue *getCharBox() const { in getCharBox() function