Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp191 construct<OtherSpecificationStmt>(indirect(Parser<VolatileStmt>{})), argument
H A DFortran-parsers.cpp933 TYPE_PARSER(construct<VolatileStmt>("VOLATILE" >> maybe("::"_tok) >>
H A Dunparse.cpp682 void Unparse(const VolatileStmt &x) { // R862 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h174 struct VolatileStmt; // R862
373 common::Indirection<ValueStmt>, common::Indirection<VolatileStmt>,
1538 WRAPPER_CLASS(VolatileStmt, std::list<ObjectName>);
H A Ddump-parse-tree.h708 NODE(parser, VolatileStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp882 bool Pre(const parser::VolatileStmt &);
4136 bool DeclarationVisitor::Pre(const parser::VolatileStmt &x) { in Pre()