Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp189 construct<OtherSpecificationStmt>(indirect(Parser<VolatileStmt>{})), argument
DFortran-parsers.cpp909 TYPE_PARSER(construct<VolatileStmt>("VOLATILE" >> maybe("::"_tok) >>
Dunparse.cpp658 void Unparse(const VolatileStmt &x) { // R862 in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h174 struct VolatileStmt; // R862
372 common::Indirection<ValueStmt>, common::Indirection<VolatileStmt>,
1529 WRAPPER_CLASS(VolatileStmt, std::list<ObjectName>);
Ddump-parse-tree.h695 NODE(parser, VolatileStmt) in NODE()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp752 bool Pre(const parser::VolatileStmt &);
3387 bool DeclarationVisitor::Pre(const parser::VolatileStmt &x) { in Pre()