Home
last modified time | relevance | path

Searched defs:namelist (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dcheck-io.cpp756 if (const parser::Name * namelist{std::get_if<parser::Name>(&control.u)}) { FindNamelist() local
781 if (const parser::Name * namelist{FindNamelist(readStmt.controls)}) { Leave() local
834 if (const parser::Name * namelist{FindNamelist(writeStmt.controls)}) { Leave() local
1179 CheckNamelist(const Symbol & namelist,common::DefinedIo which,parser::CharBlock namelistLocation) const CheckNamelist() argument
[all...]
H A Dmod-file.cpp832 SymbolVector namelist, generics; CollectSymbols() local