Home
last modified time | relevance | path

Searched refs:CharArrayBoxValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/Support/
DBoxValue.h22 class CharArrayBoxValue; variable
28 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const CharArrayBoxValue &);
125 class CharArrayBoxValue : public CharBoxValue, public AbstractArrayBox {
127 CharArrayBoxValue(mlir::Value addr, mlir::Value len,
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone()
137 const CharArrayBoxValue &);
232 std::variant<UnboxedValue, CharBoxValue, ArrayBoxValue, CharArrayBoxValue,
/external/llvm-project/flang/lib/Lower/
DConvertExpr.cpp45 const fir::CharArrayBoxValue &box) { in operator <<()
DSymbolMap.h56 using CharFullDim = fir::CharArrayBoxValue;
DCharacterExpr.cpp128 return fir::CharArrayBoxValue{base, resultLen, extents}; in toExtendedValue()