Home
last modified time | relevance | path

Searched defs:mold (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DMiscIntrinsic.cpp25 auto &mold{staticDesc[1].descriptor()}; in TEST() local
39 auto &mold{staticDesc[1].descriptor()}; in TEST() local
59 auto &mold{staticDesc[1].descriptor()}; in TEST() local
78 auto &mold{staticDesc[1].descriptor()}; in TEST() local
/llvm-project-15.0.7/flang/runtime/
H A Dmisc-intrinsic.cpp19 const Descriptor &mold, const char *sourceFile, int line, in TransferImpl()
/llvm-project-15.0.7/flang/test/Semantics/
H A Dnull-init.f9085 integer :: mold component
H A Dallocate03.f9026 character(len=5) mold local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp167 [&](const parser::AllocOpt::Mold &mold) { in CheckAllocateOptions()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp297 [&](const Fortran::parser::AllocOpt::Mold &mold) { in visitAllocateOptions()
H A DIntrinsicCall.cpp3501 const auto *mold = args[0].getBoxOf<fir::MutableBoxValue>(); in genNull() local
4162 mlir::Value mold = builder.createBox(loc, args[1]); in genTransfer() local
H A DConvertExpr.cpp2406 ExtValue genArrayTempFromMold(const ExtValue &mold, in genArrayTempFromMold()