Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Parser/
H A Dtype-parsers.h111 constexpr Parser<OutputItem> outputItem; // R1217 global() variable
/llvm-project/flang/unittests/Runtime/
H A DExternalIOTest.cpp650 static constexpr std::string_view outputItem{"XYZ"}; in TEST() local