Home
last modified time | relevance | path

Searched refs:ProcBoxValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Lower/Support/
DBoxValue.h24 class ProcBoxValue; variable
30 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const ProcBoxValue &);
143 class ProcBoxValue : public AbstractBox {
145 ProcBoxValue(mlir::Value addr, mlir::Value context) in ProcBoxValue() function
148 ProcBoxValue clone(mlir::Value newBase) const { in clone()
155 const ProcBoxValue &);
233 BoxValue, ProcBoxValue>
/external/llvm-project/flang/lib/Lower/
DConvertExpr.cpp85 const fir::ProcBoxValue &box) { in operator <<()