Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp855 static std::unordered_map<IoSpecKind, const std::set<std::string>> specValues{ in CheckStringValue() local
878 if (specValues.at(specKind).count(upper) == 0) { in CheckStringValue()