Home
last modified time | relevance | path

Searched refs:getCharBox (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DIntrinsicCall.cpp634 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()
DCharacterExpr.cpp71 auto charBox = toExtendedValue(character).getCharBox(); in toDataLengthPair()
/external/llvm-project/flang/include/flang/Lower/Support/
DBoxValue.h215 constexpr const CharBoxValue *getCharBox() const { in getCharBox() function