Home
last modified time | relevance | path

Searched refs:Mold (Results 1 – 6 of 6) sorted by relevance

/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()
/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp1147 construct<AllocOpt::Mold>("MOLD =" >> indirect(expr))) ||
H A Dunparse.cpp812 [&](const AllocOpt::Mold &) { Word("MOLD="); }, in Before() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h121 NODE(AllocOpt, Mold) in NODE()
H A Dparse-tree.h1916 WRAPPER_CLASS(Mold, common::Indirection<Expr>);
1918 std::variant<Mold, Source, StatOrErrmsg> u;