Searched refs:CharArrayBoxValue (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/include/flang/Lower/Support/ |
D | BoxValue.h | 22 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/ |
D | ConvertExpr.cpp | 45 const fir::CharArrayBoxValue &box) { in operator <<()
|
D | SymbolMap.h | 56 using CharFullDim = fir::CharArrayBoxValue;
|
D | CharacterExpr.cpp | 128 return fir::CharArrayBoxValue{base, resultLen, extents}; in toExtendedValue()
|