Searched refs:getBoxOf (Results 1 – 7 of 7) sorted by relevance
476 constexpr const A *getBoxOf() const { in getBoxOf() function481 return getBoxOf<CharBoxValue>(); in getCharBox()485 return getBoxOf<UnboxedValue>(); in getUnboxed()
127 if (lhs.getBoxOf<fir::BoxValue>() || rhs.getBoxOf<fir::BoxValue>()) in genCharCompare()
245 assert(args.hostValue.getBoxOf<fir::MutableBoxValue>() && in instantiateHostTuple()336 if (args.hostValue.getBoxOf<fir::BoxValue>() && in instantiateHostTuple()
211 if (const auto *ptrOrAlloc = actual.getBoxOf<fir::MutableBoxValue>()) in genActualIsPresentTest()448 if (const auto *box = exv.getBoxOf<fir::MutableBoxValue>()) in genOptionalAddr()464 if (exv.getBoxOf<fir::BoxValue>()) in genOptionalBox()470 if (const auto *box = exv.getBoxOf<fir::MutableBoxValue>()) in genOptionalBox()678 exv.getBoxOf<fir::MutableBoxValue>(); in genMutableBoxValue()1955 if (!array.getBoxOf<fir::BoxValue>()) in genCoordinateOp()2449 if (const auto *box = res.getBoxOf<fir::MutableBoxValue>()) in genProcedureRef()2782 if (const auto *box = exv.getBoxOf<fir::BoxValue>()) in readIfBoxValue()6140 if (const auto *mutableBox = exv.getBoxOf<fir::MutableBoxValue>()) in genOptionalArrayFetch()
3501 const auto *mold = args[0].getBoxOf<fir::MutableBoxValue>(); in genNull()3873 if (const auto *boxValue = args[0].getBoxOf<fir::BoxValue>()) in genSize()4008 if (const auto *boxValue = array.getBoxOf<fir::BoxValue>()) in genLbound()
538 } else if (hexv.getBoxOf<fir::CharBoxValue>()) { in copyHostAssociateVar()540 } else if (hexv.getBoxOf<fir::MutableBoxValue>()) { in copyHostAssociateVar()
587 if (auto *str = rhs.getBoxOf<fir::CharBoxValue>()) { in createAssign()588 if (auto *to = lhs.getBoxOf<fir::CharBoxValue>()) { in createAssign()