Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.h71 void PutSubprogram(const Symbol &);
H A Dmod-file.cpp266 [&](const SubprogramDetails &) { PutSubprogram(symbol); }, in PutSymbol()
421 void ModFileWriter::PutSubprogram(const Symbol &symbol) { in PutSubprogram() function in Fortran::semantics::ModFileWriter
424 PutSubprogram(*interface); in PutSubprogram()